mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 00:07:53 +00:00
update autogenerated docs
This commit is contained in:
parent
8942fab2b9
commit
c4808e75e0
@ -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.",
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user