mirror of https://github.com/apache/cloudstack.git
fix build
This commit is contained in:
parent
6dc6e8a900
commit
6a5e4306f2
|
|
@ -2183,7 +2183,7 @@ public class VmwareStorageProcessor implements StorageProcessor {
|
|||
backedUpSnapshotUuid = backedUpSnapshotUuid.replace(".ovf", "");
|
||||
}
|
||||
DatastoreMO primaryDsMo = new DatastoreMO(hyperHost.getContext(), morPrimaryDs);
|
||||
restoreVolumeFromSecStorage(hyperHost, primaryDsMo, newVolumeName, secondaryStorageUrl, backupPath, backedUpSnapshotUuid);
|
||||
restoreVolumeFromSecStorage(hyperHost, primaryDsMo, newVolumeName, secondaryStorageUrl, backupPath, backedUpSnapshotUuid, cmd.getWait() * 1000);
|
||||
|
||||
VolumeObjectTO newVol = new VolumeObjectTO();
|
||||
newVol.setPath(newVolumeName);
|
||||
|
|
|
|||
Loading…
Reference in New Issue