sureshanaparti commented on code in PR #12617:
URL: https://github.com/apache/cloudstack/pull/12617#discussion_r3166018899
##########
server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java:
##########
@@ -414,6 +417,8 @@ public class VolumeApiServiceImpl extends ManagerBase
implements VolumeApiServic
public static final ConfigKey<Boolean> AllowCheckAndRepairVolume = new
ConfigKey<>("Advanced", Boolean.class,
"volume.check.and.repair.leaks.before.use", "false",
"To check and repair the volume if it has any leaks before
performing volume attach or VM start operations", true,
ConfigKey.Scope.StoragePool);
+
Review Comment:
```suggestion
```
##########
server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java:
##########
@@ -414,6 +417,8 @@ public class VolumeApiServiceImpl extends ManagerBase
implements VolumeApiServic
public static final ConfigKey<Boolean> AllowCheckAndRepairVolume = new
ConfigKey<>("Advanced", Boolean.class,
"volume.check.and.repair.leaks.before.use", "false",
"To check and repair the volume if it has any leaks before
performing volume attach or VM start operations", true,
ConfigKey.Scope.StoragePool);
+
+
Review Comment:
```suggestion
```
--
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]