Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2010 11:13:00 GMT
From:      Frank Bartels <freebsd@knarf.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/150219: zfs(8) manual page misses jail/unjail
Message-ID:  <201009021113.o82BD06e066545@www.freebsd.org>
Resent-Message-ID: <201009021120.o82BK4WV037345@freefall.freebsd.org>

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

>Number:         150219
>Category:       docs
>Synopsis:       zfs(8) manual page misses jail/unjail
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 02 11:20:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Frank Bartels
>Release:        8.1-RELEASE
>Organization:
CameloT e.K.
>Environment:
FreeBSD angus 8.1-RELEASE FreeBSD 8.1-RELEASE #3: Thu Jul 22 19:02:43 CEST 2010     knarf@angus:/usr/obj/usr/src/sys/ANGUS  amd64
>Description:
It seems RELENG_8 is missing the updates to zfs(8) regarding jail/unjail. In RELENG_7 the commands are present in the manual page:

       zfs jail jailid filesystem

           Attaches  the given file system to the given jail. From now on this
           file system tree can be managed from within a jail if the  "jailed"
           property  has  been  set.   To use this functionality, sysctl secu-
           rity.jail.enforce_statfs should  be  set  to  0  and  sysctl  secu-
           rity.jail.mount_allowed should be set to 1.

       zfs unjail jailid filesystem

           Detaches the given file system from the given jail.

>How-To-Repeat:
# zfs |& grep -i jail
        jail <jailid> <filesystem>
        unjail <jailid> <filesystem>
# man zfs | grep -i jail
Formatting page, please wait...Done.
#
>Fix:


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



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