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: craig...@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    
r...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to