Skip to content

Commit 21d5813

Browse files
Change default value of config 'powerflex.mdm.change.apply.wait' to 3000 ms
1 parent 9befbd3 commit 21d5813

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public interface ScaleIOSDCManager {
3939
ConfigKey<Integer> MdmsChangeApplyWaitTime = new ConfigKey<>("Storage",
4040
Integer.class,
4141
"powerflex.mdm.change.apply.wait",
42-
"1000",
43-
"Time (in ms) to wait after MDM addition, and before & after MDM removal changes made on the Host, default value: 1000 ms",
42+
"3000",
43+
"Time (in ms) to wait after MDM addition, and before & after MDM removal changes made on the Host, default value: 3000 ms",
4444
Boolean.TRUE,
4545
ConfigKey.Scope.Zone);
4646

0 commit comments

Comments
 (0)