You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/lifecycle/ScaleIOPrimaryDataStoreLifeCycle.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -417,7 +417,7 @@ private void populateScaleIOConfiguration(Map<String, String> details, long data
Copy file name to clipboardExpand all lines: plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManager.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -36,27 +36,27 @@ public interface ScaleIOSDCManager {
36
36
* Timeout for Host to wait after MDM changes made on Host until changes will be applied.
37
37
* Needed to avoid cases when Storage Pool is not connected yet, but Agent already starts to use Storage Pool.
"Flag to validate MDMs on Host, present in configuration file and in CLI, default value: false",
51
+
"Flag to validate PowerFlex MDMs on the host, present in Configuration File and in CLI during storage pool registration in agent, default value: false",
"Block Storage Client un-preparation if SDC service restart needed but there are Volumes attached to the Host",
59
+
"Block storage client un-preparation if SDC service restart needed after PowerFlex MDM removal (i.e. no support for --remove_mdm in drv_cfg cmd) when there are Volumes mapped to the Host",
Copy file name to clipboardExpand all lines: plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManagerImpl.java
Copy file name to clipboardExpand all lines: plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/provider/ScaleIOHostListener.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ private void populateScaleIOConfiguration(Map<String, String> details, long data
Copy file name to clipboardExpand all lines: plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/util/ScaleIOUtil.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ public static boolean removeMdms(String... mdmAddresses) {
245
245
/**
246
246
* Returns MDM entries from {@link ScaleIOUtil#DRV_CFG_FILE}.
0 commit comments