[Bug 215519] [fusefs] strange issue when glusterfs is fuse mounted, files not handled as expected.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 23 16:00:03 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215519

            Bug ID: 215519
           Summary: [fusefs] strange issue when glusterfs is fuse mounted,
                    files not handled as expected.
           Product: Base System
           Version: 11.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: craig001 at lerwick.hopto.org

glusterfs port is not behaving as expected..  when mounting via fuse, files do
not get handled correctly.

glusterfs FreeBSD zfs backed bricks, accessed using the mount_glusterfs and
FreeBSD's fuse module

craig at zbox:~> uname -a
FreeBSD zbox.xxxxxx 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep
29 01:43:23 UTC 2016    
root at releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

craig at zbox:~> sudo mount_glusterfs 192.168.1.3:test /mnt/glusterfs
craig at zbox:~> mount | grep gluster
/dev/fuse on /mnt/glusterfs (fusefs, local, synchronous)

problem -
root at zbox:/mnt/glusterfs# echo abc > testfile
root at zbox:/mnt/glusterfs# cat testfile 
abc
root at zbox:/mnt/glusterfs# echo def >> testfile
root at zbox:/mnt/glusterfs# cat testfile
def

expected -
root at zbox:~# echo abc > testfile
root at zbox:~# cat testfile
abc
root at zbox:~# echo def >> testfile
root at zbox:~# cat testfile
abc
def

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list