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/storpool/src/main/java/org/apache/cloudstack/storage/datastore/driver/StorPoolPrimaryDataStoreDriver.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -378,7 +378,7 @@ public void resize(DataObject data, AsyncCompletionCallback<CreateCmdResult> cal
378
378
VolumeObjectvol = (VolumeObject)data;
379
379
path = vol.getPath();
380
380
381
-
err = resizeVolume(data, path, err, vol);
381
+
err = resizeVolume(data, path, vol);
382
382
} else {
383
383
err = String.format("Invalid object type \"%s\" passed to resize", data.getType());
384
384
}
@@ -388,7 +388,8 @@ public void resize(DataObject data, AsyncCompletionCallback<CreateCmdResult> cal
0 commit comments