]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
lrm: add maintenance to comment about available modes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Apr 2023 11:14:24 +0000 (13:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Apr 2023 12:10:18 +0000 (14:10 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/HA/LRM.pm

index e3f44f727e7afb4e80802026de21fe57f471427c..604e0573ff59276605617231791832774ac7f30d 100644 (file)
@@ -37,7 +37,7 @@ sub new {
        restart_tries => {},
        shutdown_request => 0,
        shutdown_errors => 0,
-       # mode can be: active, reboot, shutdown, restart
+       # mode can be: active, reboot, shutdown, restart, maintenance
        mode => 'active',
        cluster_state_update => 0,
        active_idle_rounds => 0,