]> git.proxmox.com Git - pve-ha-manager.git/commit
Tools: remove dependency on PVE::Cluster
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 10 Oct 2018 11:55:04 +0000 (13:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Oct 2018 09:20:41 +0000 (11:20 +0200)
commit0087839aa53025132cf0f700da760048029a36ef
treefa45063f356ccb8ba8f18f177a2b12c085114852
parent6529b6a4e2dbf14c930b9d85495b92456a4d5399
Tools: remove dependency on PVE::Cluster

by moving parse_sid to PVE::HA::Env, with the default implementation in
PVE::HA::Config.

the bash completion methods use PVE::HA::Config (and PVE::Cluster), but
the corresponding use statements are only in PVE::CLI::ha_manager, where the
bash completion is actually used.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/API2/HA/Resources.pm
src/PVE/CLI/ha_manager.pm
src/PVE/HA/Config.pm
src/PVE/HA/Env.pm
src/PVE/HA/Env/PVE2.pm
src/PVE/HA/LRM.pm
src/PVE/HA/Manager.pm
src/PVE/HA/Sim/Env.pm
src/PVE/HA/Tools.pm