-
Notifications
You must be signed in to change notification settings - Fork 13
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
ploop volumes hanging around after deletion #32
Comments
Logs are appreciated. I suspect the problem could be due to pvc deletion before deployment. I.e. ploop was busy at that moment. |
I think we need revoke leases for ploop files before removing them: I built a docker image with these changes: docker.io/avagin/virtuozzo-provisioner:test |
Controller logs:
|
@jaxxstorm What is a commit id for a source code what produced this backtrace? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I create a pvc:
And I can see it exists:
However, once I delete the pvc:
And I also ensure the pv is deleted:
But the disk persists:
What am I missing here?
The text was updated successfully, but these errors were encountered: