Hi all,

I have in ACS 4.9.1 on Xenserver a VM with a root-disk in Snaphotting state.

Can I to correct the state Creating with this command ?

select id from cloud.snapshots where status = 'Creating'\G;
id=3680
select * from snapshot_store_ref where snapshot_id =3680\G;

delete from cloud.snapshot_store_ref where snapshot_id =3680;
delete from cloud.snapshots where id =3680;

Thanks

Reply via email to