goofys
goofys copied to clipboard
nofail option not supported
I'm mounting a bucket using fstab, I was not able to make the nofail option work otherwise it mounts perfectly. I've tried:
goofys#bucket /mnt/bucket fuse _netdev,allow_other,nofail,--endpoint=https://s3.wasabisys.com,--file-mode=0666,--dir-mode=0777 0 0
goofys#bucket /mnt/bucket fuse _netdev,allow_other,-o=nofail,--endpoint=https://s3.wasabisys.com,--file-mode=0666,--dir-mode=0777 0 0
All of them fails with
Apr 09 22:50:13 /usr/sbin/goofys[26277]: main.FATAL Mounting file system: Mount: mount: invalid argument Apr 09 22:52:57 /usr/sbin/goofys[27430]: s3.ERROR Unable to access 'bucket': unsupported protocol scheme ""
Is that possible/needed? I'd like to make sure my machine will boot even if the endpoint is down, or the credentials are accidentaly deleted etc.
Thanks!
hi, this is very important "nofail" should work, i just came across this issue today !!
hi, this is very important "nofail" should work, i just came across this issue today !!
just realized fuse do not have "nofail" option AFASIK