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: [email protected]
Reporter: [email protected]
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
[email protected]:/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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"