Re: How to delete a zone in database

2015-08-09 Thread Remi Bergsma
"Expunging" > and "Destroyed"!! > > -Original Message- > From: Kiran manohar Chavala [mailto:[email protected]] > Sent: Saturday, August 8, 2015 10:18 PM > To: [email protected] > Subject: Re: How to delete a zone in database >

RE: How to delete a zone in database

2015-08-08 Thread Amir Abbasi
vm_instance table there are some instances in "Expunging" status, > does it caused the problem? > -Original Message- > From: Kiran manohar Chavala [mailto:[email protected]] > Sent: Wednesday, August 5, 2015 4:35 PM > To: [email protected] > Subjec

Re: How to delete a zone in database

2015-08-08 Thread Kiran manohar Chavala
stances in "Expunging" status, does > it caused the problem? > -Original Message- > From: Kiran manohar Chavala [mailto:[email protected]] > Sent: Wednesday, August 5, 2015 4:35 PM > To: [email protected] > Subject: Re: How to delete a zone in data

RE: How to delete a zone in database

2015-08-08 Thread Amir Abbasi
rom: Kiran manohar Chavala [mailto:[email protected]] Sent: Wednesday, August 5, 2015 4:35 PM To: [email protected] Subject: Re: How to delete a zone in database Hi Amir You can delete the templates present in secondary storage from the database mysql > select * from image_sto

Re: How to delete a zone in database

2015-08-05 Thread anil lakineni
Amir, You can check template_store_ref table in cloud DB and if there are still any entries just delete them and try deleting the secondary storage. Thanks, Anil axiomio.com On Wed, Aug 5, 2015 at 5:34 PM, Kiran manohar Chavala < [email protected]> wrote: > Hi Amir > > You can delete the

Re: How to delete a zone in database

2015-08-05 Thread Kiran manohar Chavala
Hi Amir You can delete the templates present in secondary storage from the database mysql > select * from image_store where name=" select * from template_store_ref where store_id=; mysql> delete from template_store_ref where store_id=; Then try to remove the secondary storage Regards Kira

Re: How to delete a zone in database

2015-08-05 Thread Valerio Guaglianone
Hi, your installation has one or two Secondary Storage Hosts? Il 05/08/2015 13:33, Amir Abbasi ha scritto: Hi All, All accounts, Domains and then hosts, clusters, pods, Primary Storage have been removed but secondary storage could not be removed and I face the following error: Cannot

How to delete a zone in database

2015-08-05 Thread Amir Abbasi
Hi All, All accounts, Domains and then hosts, clusters, pods, Primary Storage have been removed but secondary storage could not be removed and I face the following error: Cannot delete image store with active templates backup! I can see old templates of deleted accounts. How can I delet