mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-15 13:01:49 +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;
|
||||
} else {
|
||||
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