mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-08 11:33:21 +00:00
fix bug #618: correct typo
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
This commit is contained in:
parent
8ff79ef9a2
commit
37a6dc7809
@ -247,7 +247,7 @@ sub sync_disks {
|
|||||||
my ($sid, $volname) = PVE::Storage::parse_volume_id($volid);
|
my ($sid, $volname) = PVE::Storage::parse_volume_id($volid);
|
||||||
my $scfg = PVE::Storage::storage_config($self->{storecfg}, $sid);
|
my $scfg = PVE::Storage::storage_config($self->{storecfg}, $sid);
|
||||||
|
|
||||||
die "can't migrate '$volid' - storagy type '$scfg->{type}' not supported\n"
|
die "can't migrate '$volid' - storage type '$scfg->{type}' not supported\n"
|
||||||
if $scfg->{type} ne 'dir';
|
if $scfg->{type} ne 'dir';
|
||||||
|
|
||||||
# if file, check if a backing file exist
|
# if file, check if a backing file exist
|
||||||
|
Loading…
Reference in New Issue
Block a user