We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14c5cc commit 305adf6Copy full SHA for 305adf6
plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/service/UnifiedSANStrategy.java
@@ -271,10 +271,6 @@ public void deleteAccessGroup(AccessGroup accessGroup) {
271
if (accessGroup.getStoragePoolId() == null) {
272
throw new CloudRuntimeException(" Failed to delete Igroup, invalid datastore details in the request");
273
}
274
- if (accessGroup.getHostsToConnect() == null || accessGroup.getHostsToConnect().isEmpty()) {
275
- throw new CloudRuntimeException(" Failed to delete Igroup, no hosts to connect provided in the request");
276
- }
277
-
278
try {
279
String authHeader = Utility.generateAuthHeader(storage.getUsername(), storage.getPassword());
280
String svmName = storage.getSvmName();
0 commit comments