Pearl1594 commented on code in PR #12617:
URL: https://github.com/apache/cloudstack/pull/12617#discussion_r3382965170
##########
engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/KvmNonManagedStorageDataMotionStrategy.java:
##########
@@ -144,12 +144,16 @@ protected boolean
isDestinationNfsPrimaryStorageClusterWide(Map<VolumeInfo, Data
}
/**
- * Configures a {@link MigrateDiskInfo} object configured for migrating a
File System volume and calls rootImageProvisioning.
+ * Configures a {@link MigrateDiskInfo} object configured for migrating a
File System volume.
*/
@Override
protected MigrateCommand.MigrateDiskInfo
configureMigrateDiskInfo(VolumeInfo srcVolumeInfo, String destPath, String
backingPath) {
- return new MigrateCommand.MigrateDiskInfo(srcVolumeInfo.getPath(),
MigrateCommand.MigrateDiskInfo.DiskType.FILE,
MigrateCommand.MigrateDiskInfo.DriverType.QCOW2,
- MigrateCommand.MigrateDiskInfo.Source.FILE, destPath,
backingPath);
+ return new MigrateCommand.MigrateDiskInfo(srcVolumeInfo.getPath(),
+ MigrateCommand.MigrateDiskInfo.DiskType.FILE,
+ MigrateCommand.MigrateDiskInfo.DriverType.QCOW2,
+ MigrateCommand.MigrateDiskInfo.Source.FILE,
+ destPath,
+ backingPath);
Review Comment:
this was just cosmetic for better readability.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]