[Bug 201066] [fusefs] fuse module possibly blocking ordinary users access glusterfs mounts
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 23 02:37:29 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201066
Bug ID: 201066
Summary: [fusefs] fuse module possibly blocking ordinary users
access glusterfs mounts
Product: Base System
Version: 10.1-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: craig001 at lerwick.hopto.org
We are trying to port glusterfs to FreeBSD
There is a port candidate WIP;
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194409
Unfortunately we have hit a problem.
We don't seem to be allowing ordinary users to access the mounts.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194409#c10
I am experiencing the same with 3.7.2
#####
craig at zbox:/data/brick1> sudo glusterfs --volfile-id=gv0 --volfile-server=zbox
/mnt/glusterfs
craig at zbox:/data/brick1> mount | grep fuse
/dev/fuse on /mnt/glusterfs (fusefs, local, synchronous)
craig at zbox:/data/brick1> ls -ld /mnt/glusterfs
drwxr-xr-x 4 root wheel 9 23 Jun 02:36 /mnt/glusterfs
craig at zbox:/data/brick1> ls /mnt/glusterfs/
ls: /mnt/glusterfs/: Operation not permitted
craig at zbox:/data/brick1> id
uid=1001(craig) gid=1001(craig)
groups=1001(craig),0(wheel),5(operator),145(webcamd),193(cups),194(saned)
craig at zbox:/data/brick1> sudo ls /mnt/glusterfs/
.trashcan yahoo
#####
Please could we have some help to diagnose the issue to see if we can get it
resolved.
I can raise a Bugreport to the GlusterFS team if it's their code at fault.
Kind Regards
Craig Butler
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list