5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-03-12 20:58:20 +03:00

move config: add comment about node owning configs

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-08-24 09:45:30 +02:00
parent 659061237c
commit 0eec698ff5

View File

@ -276,6 +276,8 @@ sub destroy_config {
# moves configuration owned by calling node to the target node.
# dies if renaming fails.
# NOTE: in PVE a node owns the config (hard requirement), so only the owning
# node may move the config to another node, which then becomes the new owner.
sub move_config_to_node {
my ($class, $vmid, $target_node) = @_;