mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-09-04 09:44:21 +03:00
migration: add trailing newline to aliased volumes error message
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
@@ -448,7 +448,7 @@ sub scan_local_volumes {
|
|||||||
|
|
||||||
for my $path (keys %$path_to_volid) {
|
for my $path (keys %$path_to_volid) {
|
||||||
my @volids = keys $path_to_volid->{$path}->%*;
|
my @volids = keys $path_to_volid->{$path}->%*;
|
||||||
die "detected not supported aliased volumes: '" . join("', '", @volids) . "'"
|
die "detected not supported aliased volumes: '" . join("', '", @volids) . "'\n"
|
||||||
if (scalar(@volids) > 1);
|
if (scalar(@volids) > 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user