-
Notifications
You must be signed in to change notification settings - Fork 7
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
Container Boot Faild - logs : VolumeDriver.Mount: exit status 1%!(EXTRA []interface {}=[]) #7
Comments
nice job 👍 We have to look into this. 👀 |
I thought this project is no longer maintained, so I forked and modified the code a few hours before. ^_^ |
Just sideproject. : ) |
Yes. The code |
I've got hit by this error after a system upgrade and a necessary reboot. |
docker container boof faild caused by docker-volume-davfs bug, there are the logs:
Failure error while mounting volume Failure error while mounting volume '/var/lib/docker/plugins/66235d61a6c4b16d936c6c2369e343665e65b90fc83cabc9770c3525483c5632/rootfs': VolumeDriver.Mount: exit status 1%!(EXTRA []interface {}=[])
I got this problem after I rebooted my vps. To reproduce the bug, I've tried several times on different vps. It reproduced randomly.
To figure out this bug I attached inside of the plugin rootfs sh by "Debugging plugins"
I read the main.go and simulated the action of mount function by shell
mount.davfs http://x.x.x.x:xx/xx /mnt/volumes/223bce26d5145548e9980f5738087c80 -o uid=1000 -o gid=1000
and got those msg:
As so far, the bug is clear. And there're two enhanced features can be discussed:
Thanks for your great jobs !
The text was updated successfully, but these errors were encountered: