hsato03 commented on PR #8649: URL: https://github.com/apache/cloudstack/pull/8649#issuecomment-2246360621
> @hsato03 seeing `2024-07-23T18:43:54,232 INFO [c.c.a.ApiServlet] (qtp253011924-22:[ctx-35b7f332, ctx-24c715d9]) (logid:0c5ca90f) (userId=2 accountId=2 sessionId=node048rydzt ycoujeeasuf92j07x0) 172.30.205.2 -- GET id=7973fc94-7f84-334d-bf98-8631b37f2b7c&command=deleteStoragePool&response=json 530 Cannot delete pool pr8649-t6961-k vm-alma8-kvm-pri1 as there are non-destroyed volumes associated to this pool.` means that I don not test the right code, right? I see none of the new log lines. @DaanHoogland the new logs come right before the exception stack trace: ``` 2024-07-23T21:34:23,302 DEBUG [c.c.s.StorageManagerImpl] (qtp1759482496-19:[ctx-84a414ad, ctx-a0b47312]) (logid:921e60ed) Cannot delete storage pool iscsi-1 as the following non-destroyed volumes are on it: [Volume [347f6d86-2816-404d-86bf-d5c21315359f] (attached to VM [808fd88f-06a9-4539-a01f-4c8df1fdcecd]), Volume [f05954b1-8724-4692-bc87-134ca07ba1b0] (attached to VM [da61273a-d56a-4842-aa9d-374e5eac5bbd])]. 2024-07-23T21:34:23,305 ERROR [c.c.a.ApiServer] (qtp1759482496-19:[ctx-84a414ad, ctx-a0b47312]) (logid:921e60ed) unhandled exception executing api command: [Ljava.lang.String;@7c2451a8 com.cloud.utils.exception.CloudRuntimeException: Cannot delete pool iscsi-1 as there are non-destroyed volumes associated to this pool. at com.cloud.storage.StorageManagerImpl.deleteDataStoreInternal(StorageManagerImpl.java:1495) ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org