-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SecStorage not downloading templates #889
Labels
Comments
Another related issue: registering a new multizone template, possibly, removed zones/datacenters are not excluded. |
This is fixed in PR #905 |
That PR might fix some things, but unfortunately not everything. |
On destroy of a secondary storage VM will cleanup/evict all templates: Things to do/check:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixes / issues
Fixes for script on secstor vm:
find ./ -type f -size 0
find ./ -type d -empty -delete
The text was updated successfully, but these errors were encountered: