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

After setting MOUNT_OPTIONS, plugin to fails to load. #14

Open
BloodBlight opened this issue Jun 29, 2022 · 1 comment
Open

After setting MOUNT_OPTIONS, plugin to fails to load. #14

BloodBlight opened this issue Jun 29, 2022 · 1 comment

Comments

@BloodBlight
Copy link

I am attempting to set some performance options and doing so causes the plugin enable to fail:

# docker plugin disable -f lizardfs-plug
lizardfs-plug
# docker plugin set lizardfs-plug MOUNT_OPTIONS="noatime,mfswritecachesize=2048"
# docker plugin enable lizardfs-plug
Error response from daemon: dial unix /run/docker/plugins/dcceba3c5baddfdec0c95a98d07a97ec264c4d0e5ec06c2fe905f77ca1776f83/lizardfs.sock: connect: no such file or directory

Not sure if this is a bug, or user error.

@BloodBlight
Copy link
Author

Looked though the code a bit and was able to fixed it by using:

# docker plugin set lizardfs-plug MOUNT_OPTIONS="-o noatime,mfswritecachesize=2048"

Not sure if the docs should get updated to reflect that requirement?

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

No branches or pull requests

1 participant