dc config: mark HA CRS scheduler sub-property optional

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-20 07:36:04 +01:00
parent 581e22f406
commit c008170e6f

View file

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