PVE::ReplicationTools::destroy_all_snapshots - never delete local disks

This commit is contained in:
Dietmar Maurer
2017-05-08 08:47:28 +02:00
parent be1d5bc192
commit dfea1c130e

View File

@ -418,7 +418,7 @@ sub destroy_all_snapshots {
PVE::Tools::run_command($cmd);
} else {
PVE::Storage::vdisk_free($cfg, $volid);
die "internal error";
}
}
}