Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2012 05:30:29 GMT
From:      Radek Krejca <radek.krejca@starnet.cz>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/170691: Difference between zfs manpages and reality
Message-ID:  <201208170530.q7H5UT4s080478@red.freebsd.org>
Resent-Message-ID: <201208170540.q7H5e7Ok071134@freefall.freebsd.org>

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

>Number:         170691
>Category:       docs
>Synopsis:       Difference between zfs manpages and reality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 17 05:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Radek Krejca
>Release:        9.0
>Organization:
>Environment:
FreeBSD radek.starnet.cz 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #2: Sat Aug 11 17:48:50 CEST 2012     root@radek.starnet.cz:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
There is difference in man page of zfs and reality. In examples of manpage zfs if this construction:

       Example 17 Setting sharenfs Property Options on a ZFS File System


       The  following  commands  show  how to set sharenfs property options to
       enable rw access for a set of IP addresses and to  enable  root  access
       for system neo on the tank/home file system.


         # # zfs set sharenfs='rw=@123.123.0.0/16,root=neo' tank/home

But it doesnt work, this construction is working from command line, but gives bad export line in messagess log:

command
zfs set sharenfs=rw=@pokus.starnet.cz,root=0 storage/pokus

Aug 14 12:26:48 storage mountd[1181]: bad exports list line /usr/local/storage/pokus  rw=@pokus.starnet.cz root=0
>How-To-Repeat:
Use example from manpage 

zfs set sharenfs=rw=@pokus.starnet.cz,root=0 storage/pokus
>Fix:
I found od internet this page:
http://tuxnetworks.blogspot.cz/2011/11/using-zfs-on-freebsd-9.html

and there is working syntax

zfs sharenfs="-maproot=0:0 pokus.starnet.cz" storage/pokus

You can read manpage exports, there is other options which you can use.

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



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