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
@@ -386,7 +386,7 @@ public void resize(DataObject data, AsyncCompletionCallback<CreateCmdResult> cal
386
386
VolumeObjectvol = (VolumeObject)data;
387
387
path = vol.getPath();
388
388
389
-
err = resizeVolume(data, path, err, vol);
389
+
err = resizeVolume(data, path, vol);
390
390
} else {
391
391
err = String.format("Invalid object type \"%s\" passed to resize", data.getType());
392
392
}
@@ -396,7 +396,8 @@ public void resize(DataObject data, AsyncCompletionCallback<CreateCmdResult> cal
0 commit comments