-
Notifications
You must be signed in to change notification settings - Fork 168
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
Expand openstack's GC to volumes #3996
Expand openstack's GC to volumes #3996
Conversation
I think this is the tricky part. There are two things here:
|
We have 'image_name': 'kola-*' that we can use.
We can extend it to additionally delete all volumes in status starting with 'error*'; possible options are |
Sounds good to me |
fb05928
to
5ece0c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Get all the imports using: go get github.com/gophercloud/gophercloud/openstack/blockstorage/v3/volumes go mod tidy && go mod vendor
5ece0c5
to
b2326a9
Compare
Expand OpenStack's GC to volumes and get all the relevant packages