mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-04 02:29:57 +00:00
defined() style cleanup
This commit is contained in:
parent
9045f57a27
commit
8b54f4b8db
@ -592,7 +592,7 @@ sub phase2 {
|
||||
|
||||
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_jobs} = {};
|
||||
$self->log('info', "starting storage migration");
|
||||
|
Loading…
Reference in New Issue
Block a user