Skip to content

Commit bb97fb7

Browse files
Addressed comments
1 parent 7f53792 commit bb97fb7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/listener/OntapHostListener.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,6 @@ public boolean hostAboutToBeRemoved(long hostId) {
231231
return false;
232232
}
233233

234-
if (!host.getHypervisorType().equals(Hypervisor.HypervisorType.KVM)) {
235-
logger.debug("ONTAP plugin does not support {} type host, skipping cleanup", host.getHypervisorType());
236-
return false;
237-
}
238-
239234
List<StoragePoolHostVO> poolHostRefs = storagePoolHostDao.listByHostId(hostId);
240235
if (poolHostRefs == null || poolHostRefs.isEmpty()) {
241236
logger.debug("No storage pool associations found for host {}", hostId);

0 commit comments

Comments
 (0)