Skip to content
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

Hotfix/capabilites #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Dacode45
Copy link

@Dacode45 Dacode45 commented Jul 6, 2016

The package "github.com/docker/go-plugins-helpers/volume" extended the Driver Interface to have a "Capabilities" method that tells docker whether the volume keeps data on the host or in the container. I added the method so it doesn't break.

Dacode45 added 4 commits July 1, 2016 14:35
Check to see if the error is possibly caused by closing the connection
after unmounting.
This
[commit](docker/go-plugins-helpers@7f7e1f8)
extended the Volume Driver interface to require a capabilities method. It
tells docker whether data is stored on the local host or in the container.
Occasionally on Centos vaultfs exits with a bad file descriptor error. I
figure closing the connection before unmounting would help with this
error.
This change cause `vault mount` to hang when attempting to kill the
process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant