mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-03-09 08:58:25 +03:00
Remove guest states to ensure no old states are exists
This commit is contained in:
parent
9b1396edd2
commit
223e032b74
@ -526,6 +526,9 @@ __PACKAGE__->register_method({
|
||||
PVE::AccessControl::add_vm_to_pool($vmid, $pool) if $pool;
|
||||
};
|
||||
|
||||
# ensure no old replication state are exists
|
||||
PVE::ReplicationState::delete_guest_states($vmid);
|
||||
|
||||
return $rpcenv->fork_worker('qmrestore', $vmid, $authuser, $realcmd);
|
||||
};
|
||||
|
||||
@ -534,6 +537,9 @@ __PACKAGE__->register_method({
|
||||
# test after locking
|
||||
PVE::Cluster::check_vmid_unused($vmid);
|
||||
|
||||
# ensure no old replication state are exists
|
||||
PVE::ReplicationState::delete_guest_states($vmid);
|
||||
|
||||
my $realcmd = sub {
|
||||
|
||||
my $vollist = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user