dc config: mark HA CRS scheduler sub-property optional
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
581e22f406
commit
c008170e6f
1 changed files with 2 additions and 1 deletions
|
|
@ -11,8 +11,9 @@ my $crs_format = {
|
|||
ha => {
|
||||
type => 'string',
|
||||
enum => ['basic', 'static'],
|
||||
description => "Use this resource scheduler mode for HA.",
|
||||
optional => 1,
|
||||
default => 'basic',
|
||||
description => "Use this resource scheduler mode for HA.",
|
||||
verbose_description => "Configures how the HA manager should select nodes to start or ".
|
||||
"recover services. With 'basic', only the number of services is used, with 'static', ".
|
||||
"static CPU and memory configuration of services is considered.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue