weizhouapache commented on PR #13763:
URL: https://github.com/apache/cloudstack/pull/13763#issuecomment-5584915730
I run into an error while testing this PR
```
2026-09-08 11:45:32,284 DEBUG [kvm.storage.KVMStorageProcessor]
(AgentRequest-Handler-5:[]) (logid:5bac7a1f) Failed to delete volume:
com.cloud.utils.exception.CloudRuntimeException: failed to remove volume
'cloudstack/25d82bb7-6380-45bc-9eea-2a4bd290a924': Success
at
com.cloud.hypervisor.kvm.storage.LibvirtStorageAdaptor.deletePhysicalDisk(LibvirtStorageAdaptor.java:1170)
at
com.cloud.hypervisor.kvm.storage.LibvirtStoragePool.deletePhysicalDisk(LibvirtStoragePool.java:201)
at
com.cloud.hypervisor.kvm.storage.KVMStorageProcessor.deleteVolume(KVMStorageProcessor.java:2908)
```
the issue is due to that there is still a watcher on the RBD image.
the issue is finally solved by #13835
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]