]> git.proxmox.com Git - pve-ha-manager.git/commit
factor out resource config update from api to HA::Config
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 2 Oct 2019 09:46:02 +0000 (11:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 4 Oct 2019 15:20:25 +0000 (17:20 +0200)
commit1d9316ef542a3ab66bea89102208e27eaca6818b
tree4563677a12a8a7e74b140b0f4ab3f91453127bd5
parentb94b4785807da716ba1090068351aaefd50a666a
factor out resource config update from api to HA::Config

This makes it easier to update the resource configuration from within the CRM/LRM stack,
which is needed for the new 'stop' command.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/API2/HA/Resources.pm
src/PVE/HA/Config.pm