misc/113180: Setting ZFS nfsshare property does not cause inheritance for current session

David Van Cleef dvc at gol.com
Thu May 31 05:50:04 UTC 2007


>Number:         113180
>Category:       misc
>Synopsis:       Setting ZFS nfsshare property does not cause inheritance for current session
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 31 05:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Van Cleef
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
Fusion Network Service Corp
>Environment:
System: FreeBSD shuggoth.gol.ad.jp 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Fri May 25 10:30:11 JST 2007 dvc at shuggoth.gol.ad.jp:/usr/obj/usr/src/sys/NODEBUG amd64


	
>Description:
	
If a heirarchy of nfsshared ZFS filesystems exists, and a non-leaf filesystem
has its nfsshare property changed, the children have their zfs property properly
changed, however the current nfs export-state is not changed for the children.
>How-To-Repeat:
	
# zfs create -o sharenfs="node1" tank/exports/top
# zfs create tank/exports/top/bottom
# showmount -e localhost
/tank/exports/top/bottom	node1
/tank/exports/top		node1
# zfs set sharenfs="node2" tank/exports/top
# showmount -e localhost
/tank/exports/top/bottom	node1
/tank/exports/top		node2
# zfs get sharenfs tank/exports/top
NAME           PROPERTY  VALUE                        SOURCE
tank/exports/top  sharenfs  node2  local
# zfs get sharenfs tank/exports/top/bottom
NAME                PROPERTY  VALUE                        SOURCE
tank/exports/top/bottom  sharenfs  node2  inherited from tank/exports/top

>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list