I'm stuck with some disks with "Expunging" state. The the VDI for the hypervisor is gone but the disk in Cloudstack remain in Expunging state. is their a way to force expunging them or updating the database to reflect the proper state of the disk ?
I'm tempted to execute following SQL queries but would I miss entries somewhere else? update volumes set removed='2014-01-16 18:57:25', state='Expunged', display_volume=0 WHERE name='DATA-1442' LIMIT 1; update volume_view set removed='2014-01-16 18:57:25', state='Expunged', display_volume=0 WHERE name='DATA-1442' LIMIT 1; Thanks, Pierre-Luc Dion Architecte de Solution Cloud | Cloud Solutions Architect 514-447-3456, 1101 - - - *CloudOps*420 rue Guy Montréal QC H3J 1S6 www.cloudops.com @CloudOps_
