mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-07 05:12:55 +00:00
defined() style cleanup
This commit is contained in:
parent
9045f57a27
commit
8b54f4b8db
@ -592,7 +592,7 @@ sub phase2 {
|
|||||||
|
|
||||||
my $start = time();
|
my $start = time();
|
||||||
|
|
||||||
if ($self->{opts}->{targetstorage} && defined $self->{online_local_volumes}) {
|
if ($self->{opts}->{targetstorage} && defined($self->{online_local_volumes})) {
|
||||||
$self->{storage_migration} = 1;
|
$self->{storage_migration} = 1;
|
||||||
$self->{storage_migration_jobs} = {};
|
$self->{storage_migration_jobs} = {};
|
||||||
$self->log('info', "starting storage migration");
|
$self->log('info', "starting storage migration");
|
||||||
|
Loading…
Reference in New Issue
Block a user