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:
parent
659061237c
commit
0eec698ff5
@ -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) = @_;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user