Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 02:37:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 201066] [fusefs] fuse module possibly blocking ordinary users access glusterfs mounts
Message-ID:  <bug-201066-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: craig001@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@zbox:/data/brick1> sudo glusterfs --volfile-id=gv0 --volfile-server=zbox
/mnt/glusterfs

craig@zbox:/data/brick1> mount | grep fuse
/dev/fuse on /mnt/glusterfs (fusefs, local, synchronous)

craig@zbox:/data/brick1> ls -ld /mnt/glusterfs
drwxr-xr-x  4 root  wheel  9 23 Jun 02:36 /mnt/glusterfs

craig@zbox:/data/brick1> ls /mnt/glusterfs/
ls: /mnt/glusterfs/: Operation not permitted

craig@zbox:/data/brick1> id
uid=1001(craig) gid=1001(craig)
groups=1001(craig),0(wheel),5(operator),145(webcamd),193(cups),194(saned)

craig@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201066-8>