sureshanaparti commented on code in PR #11926:
URL: https://github.com/apache/cloudstack/pull/11926#discussion_r2472601507


##########
plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManager.java:
##########
@@ -28,7 +28,7 @@ public interface ScaleIOSDCManager {
     ConfigKey<Boolean> ConnectOnDemand = new ConfigKey<>("Storage",
             Boolean.class,
             "powerflex.connect.on.demand",
-            Boolean.FALSE.toString(),
+            Boolean.TRUE.toString(),

Review Comment:
   yes, applicable for new installations only. it's already considered here: 
https://github.com/apache/cloudstack/pull/11554



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to