Skip to content

Commit 31518c2

Browse files
Update plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManager.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 3cf8eb1 commit 31518c2

File tree

1 file changed

+1
-1
lines changed
  • plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public interface ScaleIOSDCManager {
5252

5353
ConfigKey<Boolean> BlockSdcUnprepareIfRestartNeededAndVolumesAreAttached = new ConfigKey<>("Storage",
5454
Boolean.class,
55-
"powerflex.block.sdc.unprepare.if.service.restart.needed.and.volumes.attached",
55+
"powerflex.block.sdc.unprepare",
5656
Boolean.FALSE.toString(),
5757
"Block Storage Client un-preparation if SDC service restart needed but there are Volumes attached to the Host",
5858
Boolean.TRUE);

0 commit comments

Comments
 (0)