mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-15 16:58:11 +00:00
migrate: pass ssh_info to storage_migrate
This commit is contained in:
parent
35c78505d7
commit
7126e1c9bb
@ -399,7 +399,7 @@ sub sync_disks {
|
|||||||
push @{$self->{online_local_volumes}}, $volid;
|
push @{$self->{online_local_volumes}}, $volid;
|
||||||
} else {
|
} else {
|
||||||
push @{$self->{volumes}}, $volid;
|
push @{$self->{volumes}}, $volid;
|
||||||
PVE::Storage::storage_migrate($self->{storecfg}, $volid, $self->{nodeip}, $sid);
|
PVE::Storage::storage_migrate($self->{storecfg}, $volid, $self->{ssh_info}, $sid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user