Unable to delete Zone #9532
-
Hello, I tried to delete one of our zones and have gotten stuck. I deleted all hosts, pods, guest and physical networks but forgot to delete templates first. Then I was unable to remove zone due to a couple hundred templates in zone secondary storage, I am unable to delete templates as secondary storage vm is no longer running and there is no network associated with this zone. Is their a way to recover from this and get the zone and templates removed. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
If you are trying to decommission the zone, and this is a test environment, then you could mark all the templates of the zone as Inactive in the database. To get the list of all the Active templates
And mark their states as Inactive
You can then manually clean up your secondary store. Please take note, that this is more of a hack to clean up your env - do it only if it's a test environment. |
Beta Was this translation helpful? Give feedback.
If you are trying to decommission the zone, and this is a test environment, then you could mark all the templates of the zone as Inactive in the database. To get the list of all the Active templates
And mark their states as Inactive
You can then manually clean up your secondary store.
Please t…