Skip to content

Commit 6dc796d

Browse files
Update plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/client/ScaleIOGatewayClientImpl.java
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
1 parent 38b9ec4 commit 6dc796d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/client/ScaleIOGatewayClientImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ private String buildOverwriteVolumeContentRequest(final String srcVolumeId) {
640640
logger.debug("Using PowerFlex 4.0+ overwriteVolumeContent request body");
641641
return String.format("{\"srcVolumeId\":\"%s\"}", srcVolumeId);
642642
} else {
643-
else {
644643
logger.debug("Using pre-4.0 overwriteVolumeContent request body");
645644
return String.format("{\"srcVolumeId\":\"%s\",\"allowOnExtManagedVol\":\"TRUE\"}", srcVolumeId); }
646645
}

0 commit comments

Comments
 (0)