summer-abacus commented on issue #13331: URL: https://github.com/apache/cloudstack/issues/13331#issuecomment-4620529354
Had the same issue with one volume on ceph but I'm not able to reproduce it again My work-a-round was to update the database manually and remove the volume from ceph. ``` update volumes v set state = 'Destroy' where v.name='ROOT-5324'; update volumes v set removed = '2026-06-04 07:30:00' where v.name='ROOT-5324'; ``` -- 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]
