From a05a3f94b4af78bf23ebac85edde8ebe58cc0bb8 Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Fri, 20 Sep 2024 10:08:18 +0530 Subject: [PATCH] Updated powerflex connect on demand config description (#486) --- .../storage/datastore/manager/ScaleIOSDCManagerImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManagerImpl.java b/plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManagerImpl.java index 0ca8b138f45..9a524c51e5a 100644 --- a/plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManagerImpl.java +++ b/plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManagerImpl.java @@ -60,7 +60,8 @@ public class ScaleIOSDCManagerImpl implements ScaleIOSDCManager, Configurable { Boolean.class, "powerflex.connect.on.demand", Boolean.FALSE.toString(), - "Connect PowerFlex client on Host when first Volume created and disconnect when last Volume deleted (or always stay connected otherwise).", + "Connect PowerFlex client on Host when first Volume is mapped to SDC and disconnect when last Volume is unmapped from SDC," + + " otherwise no action (that is connection remains in the same state whichever it is, connected or disconnected).", Boolean.TRUE, ConfigKey.Scope.Zone);