mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #362] S3FS with NFS #186
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zubryan on GitHub (Feb 10, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/362
I just installed S3FS and want to run it with ganesha NFS.
When I mount with NFS client, I can read but cannot write things in mount point.
Any suggestion?
Thanks
Bryan
@ggtakec commented on GitHub (Feb 11, 2016):
@zubryan Since we first must know the symptoms, could you run s3fs with dbglevel option?
(If you need more debug information, you can use curldbg, -f option.)
And please let us know about your s3fs options.
Thanks in advance for your help.
@zubryan commented on GitHub (Feb 11, 2016):
@ggtakec I ran with option "-o allow_other -o uid=1000 -o gid=1000 -o rw", everything is working except for NFS. I want to mount it as NFS.
Thanks,
Bryan
@ggtakec commented on GitHub (Feb 11, 2016):
@zubryan Can you copy a file into mount point manualy without problem?
(Only failed through NFS?)
I want to know why s3fs failed to write file, thus please specify dbglevel option.
It makes s3fs put debug messages, we can know whether the cause is s3fs and what the cause is.
Thanks in advance for your assistance.
@zubryan commented on GitHub (Feb 12, 2016):
@Takeshi Thanks for your reply, I don't think it's the problem with s3fs
because when I tried locally without NFS, it works.
So maybe I have something to do with ganesha nfs.
2016-02-11 22:16 GMT+08:00 Takeshi Nakatani notifications@github.com:
@ggtakec commented on GitHub (Feb 13, 2016):
@zubryan The reason for this is I feel like setting of ganesha NFS side.
I'm not familiar with NFS, but it seems that exports setting(Access_type) in ganesha.nfsd.conf is related.
I am sorry if it is already confirmed.
If you found about s3fs problem about this, please post here.
Regards,