mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-02 19:07:07 +00:00
cleanup previous patch
This commit is contained in:
parent
e9f2f8e5f9
commit
952e3ac30f
@ -1142,9 +1142,8 @@ __PACKAGE__->register_method({
|
||||
|
||||
my $storecfg = PVE::Storage::config();
|
||||
|
||||
if (PVE::HA::Config::vm_is_ha_managed($vmid)) {
|
||||
die "unable to delete VM $vmid - used in HA resources\n";
|
||||
}
|
||||
die "unable to remove VM $vmid - used in HA resources\n"
|
||||
if PVE::HA::Config::vm_is_ha_managed($vmid);
|
||||
|
||||
my $realcmd = sub {
|
||||
my $upid = shift;
|
||||
|
Loading…
Reference in New Issue
Block a user