From: Thomas Lamprecht Date: Mon, 20 Mar 2023 06:36:04 +0000 (+0100) Subject: dc config: mark HA CRS scheduler sub-property optional X-Git-Url: https://git.proxmox.com/?p=pve-cluster.git;a=commitdiff_plain;h=c008170e6f697a2c4d656b940d0fe1d047242166 dc config: mark HA CRS scheduler sub-property optional Signed-off-by: Thomas Lamprecht --- diff --git a/data/PVE/DataCenterConfig.pm b/data/PVE/DataCenterConfig.pm index 7a24870..c50a0cd 100644 --- a/data/PVE/DataCenterConfig.pm +++ b/data/PVE/DataCenterConfig.pm @@ -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.",