mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 04:16:59 +00:00
forbid migration of template with local base image
This commit is contained in:
parent
3a07a8a9ff
commit
3a7bc9e252
@ -317,6 +317,9 @@ sub sync_disks {
|
||||
die "non-migratable snapshot exists\n";
|
||||
}
|
||||
}
|
||||
|
||||
die "referenced by linked clone(s)\n"
|
||||
if PVE::Storage::volume_is_base_and_used($self->{storecfg}, $volid);
|
||||
};
|
||||
|
||||
my $test_drive = sub {
|
||||
|
Loading…
Reference in New Issue
Block a user