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/linstor/src/main/java/org/apache/cloudstack/storage/datastore/driver/LinstorPrimaryDataStoreDriverImpl.java
Copy file name to clipboardExpand all lines: plugins/storage/volume/linstor/src/main/java/org/apache/cloudstack/storage/datastore/util/LinstorUtil.java
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,58 @@ public static List<ResourceDefinition> getRDListStartingWith(DevelopersApi api,
401
401
.collect(Collectors.toList());
402
402
}
403
403
404
+
/**
405
+
* Default per-call timeout for {@link #waitForResourceDefinitionDeleted}. Long enough for a
406
+
* healthy LINSTOR controller to finish a normal delete; short enough not to block the calling
407
+
* thread for too long if the delete is genuinely stuck. Used both from the management server
408
+
* (e.g. {@code LinstorPrimaryDataStoreDriverImpl}) and from KVM agent paths.
0 commit comments