whitespace cleanups
This commit is contained in:
@ -492,11 +492,13 @@ sub storage_migrate {
|
|||||||
} else {
|
} else {
|
||||||
die "$errstr - target type '$tcfg->{type}' not implemented\n";
|
die "$errstr - target type '$tcfg->{type}' not implemented\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
} elsif ($scfg->{type} eq 'zfspool') {
|
} elsif ($scfg->{type} eq 'zfspool') {
|
||||||
|
|
||||||
if ($tcfg->{type} eq 'zfspool') {
|
if ($tcfg->{type} eq 'zfspool') {
|
||||||
|
|
||||||
die "$errstr - pool on target has not same name as source!"if $tcfg->{pool} ne $scfg->{pool};
|
die "$errstr - pool on target has not same name as source!"
|
||||||
|
if $tcfg->{pool} ne $scfg->{pool};
|
||||||
|
|
||||||
my (undef, $volname) = parse_volname($cfg, $volid);
|
my (undef, $volname) = parse_volname($cfg, $volid);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user