]> git.proxmox.com Git - pve-docs.git/commitdiff
update autogenerated docs
authorDietmar Maurer <dietmar@proxmox.com>
Sun, 20 Nov 2016 10:02:02 +0000 (11:02 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 20 Nov 2016 10:02:02 +0000 (11:02 +0100)
api-viewer/apidata.js
ha-manager.1-synopsis.adoc

index 408f064ba1aacf8eed7dddf268f3495bb8b3e342..bde490469459bffec74545fe009dcdd34d5a0b86 100644 (file)
@@ -2846,10 +2846,11 @@ var pveapi = [
                                     },
                                     "restricted" : {
                                        "default" : 0,
-                                       "description" : "Services on unrestricted groups may run on any cluster members if all group members are offline. But they will migrate back as soon as a group member comes online. One can implement a 'preferred node' behavior using an unrestricted group with one member.",
+                                       "description" : "Resources bound to restricted groups may only run on nodes defined by the group.",
                                        "optional" : 1,
                                        "type" : "boolean",
-                                       "typetext" : "<boolean>"
+                                       "typetext" : "<boolean>",
+                                       "verbose_description" : "Resources bound to restricted groups may only run on nodes defined by the group. The resource will be placed in the stopped state if no group node member is online. Resources on unrestricted groups may run on any cluster node if all group members are offline, but they will migrate back as soon as a group member comes online. One can implement a 'preferred node' behavior using an unrestricted group with only one member."
                                     }
                                  },
                                  "type" : "object"
@@ -2946,10 +2947,11 @@ var pveapi = [
                               },
                               "restricted" : {
                                  "default" : 0,
-                                 "description" : "Services on unrestricted groups may run on any cluster members if all group members are offline. But they will migrate back as soon as a group member comes online. One can implement a 'preferred node' behavior using an unrestricted group with one member.",
+                                 "description" : "Resources bound to restricted groups may only run on nodes defined by the group.",
                                  "optional" : 1,
                                  "type" : "boolean",
-                                 "typetext" : "<boolean>"
+                                 "typetext" : "<boolean>",
+                                 "verbose_description" : "Resources bound to restricted groups may only run on nodes defined by the group. The resource will be placed in the stopped state if no group node member is online. Resources on unrestricted groups may run on any cluster node if all group members are offline, but they will migrate back as soon as a group member comes online. One can implement a 'preferred node' behavior using an unrestricted group with only one member."
                               },
                               "type" : {
                                  "description" : "Group type.",
index 0c6ea484bb08c55887209b1179f187bb365c6220..1d4602722b5d6319afd31ff05d9a191339880f3b 100644 (file)
@@ -67,7 +67,7 @@ The CRM tries to run services on the node with the highest priority. If a node w
 
 `-restricted` `<boolean>` ('default =' `0`)::
 
-Services on unrestricted groups may run on any cluster members if all group members are offline. But they will migrate back as soon as a group member comes online. One can implement a 'preferred node' behavior using an unrestricted group with one member.
+Resources bound to restricted groups may only run on nodes defined by the group.
 
 `-type` `<group>` ::
 
@@ -121,7 +121,7 @@ The CRM tries to run services on the node with the highest priority. If a node w
 
 `-restricted` `<boolean>` ('default =' `0`)::
 
-Services on unrestricted groups may run on any cluster members if all group members are offline. But they will migrate back as soon as a group member comes online. One can implement a 'preferred node' behavior using an unrestricted group with one member.
+Resources bound to restricted groups may only run on nodes defined by the group.