Skip to content

Commit 437dc8c

Browse files
Update powerflex.connect.on.demand config default to true
1 parent b824cb3 commit 437dc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class ScaleIOSDCManagerImpl implements ScaleIOSDCManager, Configurable {
6161
static ConfigKey<Boolean> ConnectOnDemand = new ConfigKey<>("Storage",
6262
Boolean.class,
6363
"powerflex.connect.on.demand",
64-
Boolean.FALSE.toString(),
64+
Boolean.TRUE.toString(),
6565
"Connect PowerFlex client on Host when first Volume is mapped to SDC and disconnect when last Volume is unmapped from SDC," +
6666
" otherwise no action (that is connection remains in the same state whichever it is, connected or disconnected).",
6767
Boolean.TRUE,

0 commit comments

Comments
 (0)