Skip to content

Commit 70804de

Browse files
committed
storage: change storage pool to Up state when cancel storage migration
1 parent c631d6a commit 70804de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage/volume/default/src/main/java/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ public boolean maintain(DataStore dataStore) {
448448

449449
@Override
450450
public boolean cancelMaintain(DataStore store) {
451-
storagePoolAutmation.cancelMaintain(store);
452451
dataStoreHelper.cancelMaintain(store);
452+
storagePoolAutmation.cancelMaintain(store);
453453
return true;
454454
}
455455

0 commit comments

Comments
 (0)