mirror of https://github.com/apache/cloudstack.git
Fix trailing whitespace.
This commit is contained in:
parent
39efee285f
commit
929099518d
|
|
@ -1675,7 +1675,7 @@ public class VmwareStorageProcessor implements StorageProcessor {
|
|||
backedUpSnapshotUuid = backedUpSnapshotUuid.replace(".ova", "");
|
||||
} else if (backedUpSnapshotUuid.endsWith(".ovf")){
|
||||
backedUpSnapshotUuid = backedUpSnapshotUuid.replace(".ovf", "");
|
||||
}
|
||||
}
|
||||
DatastoreMO primaryDsMo = new DatastoreMO(hyperHost.getContext(), morPrimaryDs);
|
||||
restoreVolumeFromSecStorage(hyperHost, primaryDsMo, newVolumeName, secondaryStorageUrl, backupPath, backedUpSnapshotUuid);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue