Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2016 16:00:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 215519] [fusefs] strange issue when glusterfs is fuse mounted, files not handled as expected.
Message-ID:  <bug-215519-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

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@FreeBSD.org
          Reporter: craig001@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@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@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

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

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

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

-- 
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-215519-8>