-
Notifications
You must be signed in to change notification settings - Fork 46
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
mount: can't remount,rw #178
Comments
This implied you've found a regression (IOW your code worked correctly when the Yet it seems the bug is valid, it's just not a regression. Looking... |
My conclusion is, this package did not envision such a use case, but hopefully it can be added without breaking anything else. Can you give us some more details about your use case? In the meantime, a workaround for your use case is to specify some text-only option, such as |
Hello, I maintaining a fork of k3os. I'm not the original maintainer so I don't really know the original motivation of using the As proper "workaround", I simply used the |
Hello, I've migrated from
docker/docker/pkg/mount
tomoby/sys/mount
, and I've run in a small issue.I'm running this test:
And "remount,rw" doesn't get executed. Not sure if this is expected behavior.
It doesn't enter any case in this function:
sys/mount/mounter_linux.go
Lines 30 to 72 in 638aa7c
The text was updated successfully, but these errors were encountered: