Skip to content

Commit aa982eb

Browse files
Update plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManager.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 31518c2 commit aa982eb

File tree

1 file changed

+1
-1
lines changed
  • plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager

1 file changed

+1
-1
lines changed

plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public interface ScaleIOSDCManager {
4040
Integer.class,
4141
"powerflex.mdm.change.apply.timeout.ms",
4242
"1000",
43-
"Timeout for Host to wait after MDM changes made on Host until changes will be applied, default value: 1000 ms",
43+
"Timeout (in ms) for Host to wait after MDM changes made on Host until changes will be applied, default value: 1000 ms",
4444
Boolean.TRUE);
4545

4646
ConfigKey<Boolean> ValidateMdmsOnConnect = new ConfigKey<>("Storage",

0 commit comments

Comments
 (0)