Skip to content

Commit a05a3f9

Browse files
Updated powerflex connect on demand config description (apache#486)
1 parent 9f3380c commit a05a3f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public class ScaleIOSDCManagerImpl implements ScaleIOSDCManager, Configurable {
6060
Boolean.class,
6161
"powerflex.connect.on.demand",
6262
Boolean.FALSE.toString(),
63-
"Connect PowerFlex client on Host when first Volume created and disconnect when last Volume deleted (or always stay connected otherwise).",
63+
"Connect PowerFlex client on Host when first Volume is mapped to SDC and disconnect when last Volume is unmapped from SDC," +
64+
" otherwise no action (that is connection remains in the same state whichever it is, connected or disconnected).",
6465
Boolean.TRUE,
6566
ConfigKey.Scope.Zone);
6667

0 commit comments

Comments
 (0)