Hi Amir

You can delete the templates present in secondary storage from the database

mysql > select  * from image_store where name="<replace the name of the
secondary storage";

note down the id


mysql> select * from template_store_ref where store_id=<replace the id
here>;


mysql> delete from template_store_ref where store_id=<replace the id here>;


Then try to remove the secondary storage


Regards

Kiran Manohar

Citrix systems
On Aug 5, 2015 5:03 PM, "Amir Abbasi" <[email protected]> wrote:

> 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 delete them off from
> cloud database and then remove old zone?
>
>
>
> Thanks in advance
>
>

Reply via email to