]> git.proxmox.com Git - pve-docs.git/blobdiff - ha-manager.adoc
ha-manager.adoc: remove obsolete text
[pve-docs.git] / ha-manager.adoc
index 793515e2ba64f98aee89d889cf44b5ef7f1237cb..d8489cb232652a4e2e0c04c30c8b3162749e4852 100644 (file)
@@ -296,13 +296,16 @@ the list of resources managed by `ha-manager`. A resource configuration
 inside that list look like this:
 
 ----
-<sid>:
+<type>:<name>
        <property> <value>
        ...
 ----
 
-It starts with the service ID followed by a collon. The next lines
-contain additional properties:
+It starts with a resource type followed by a resource specific name,
+separated with colon. Together this forms the HA resource ID, which is
+used by all `ha-manager` commands to uniquely identify a resource
+(example: `vm:100` or `ct:101`). The next lines contain additional
+properties:
 
 include::ha-resources-opts.adoc[]