You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Gian Paolo Buono <gi...@gesca.it> on 2017/08/01 09:58:25 UTC

Volumes Snapshots Creating Issue

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