From: Dietmar Maurer Date: Sun, 20 Nov 2016 10:02:02 +0000 (+0100) Subject: update autogenerated docs X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=c4808e75e00d27b1d90100900e5ca6d364f191df update autogenerated docs --- diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js index 408f064..bde4904 100644 --- a/api-viewer/apidata.js +++ b/api-viewer/apidata.js @@ -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" : "" + "typetext" : "", + "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" : "" + "typetext" : "", + "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.", diff --git a/ha-manager.1-synopsis.adoc b/ha-manager.1-synopsis.adoc index 0c6ea48..1d46027 100644 --- a/ha-manager.1-synopsis.adoc +++ b/ha-manager.1-synopsis.adoc @@ -67,7 +67,7 @@ The CRM tries to run services on the node with the highest priority. If a node w `-restricted` `` ('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` `` :: @@ -121,7 +121,7 @@ The CRM tries to run services on the node with the highest priority. If a node w `-restricted` `` ('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.