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/ontap/src/main/java/org/apache/cloudstack/storage/lifecycle/OntapPrimaryDatastoreLifecycle.java
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -453,21 +453,19 @@ public boolean cancelMaintain(DataStore store) {
453
453
454
454
// Save capacity before the generic cancelMaintain path overwrites it.
455
455
// The generic flow sends ModifyStoragePoolCommand to agents. For managed iSCSI pools,
456
-
// IscsiAdmStoragePool returns capacityBytes=0 (it doesn't track real ONTAP capacity),
457
-
// which causes updateStoragePoolHostVOAndBytes to overwrite the real capacity set during
458
-
// pool initialization. With capacity=0, the deployment planner's checkPoolforSpace
459
-
// divides by zero and rejects the pool ("No destination found").
456
+
// IscsiAdmStoragePool returns capacityBytes=0 , With capacity=0,
457
+
// the deployment planner's checkPoolforSpace rejects the pool ("No destination found").
0 commit comments