update autogenerated docs

This commit is contained in:
Dietmar Maurer 2016-11-20 11:02:02 +01:00
parent 8942fab2b9
commit c4808e75e0
2 changed files with 8 additions and 6 deletions

View 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.",

View 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.