Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2007 11:12:27 +0900 (JST)
From:      David Van Cleef <dvc@gol.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/113180: Setting ZFS nfsshare property does not cause inheritance for current session
Message-ID:  <200705310212.l4V2CR2u029873@shuggoth.gol.ad.jp>
Resent-Message-ID: <200705310550.l4V5o3ae092885@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705310212.l4V2CR2u029873>