From nobody@FreeBSD.org  Thu Sep  2 11:13:01 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 769871065698
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Sep 2010 11:13:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 65E7B8FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Sep 2010 11:13:01 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o82BD0i5066548
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 2 Sep 2010 11:13:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o82BD06e066545;
	Thu, 2 Sep 2010 11:13:00 GMT
	(envelope-from nobody)
Message-Id: <201009021113.o82BD06e066545@www.freebsd.org>
Date: Thu, 2 Sep 2010 11:13:00 GMT
From: Frank Bartels <freebsd@knarf.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: zfs(8) manual page misses jail/unjail
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         150219
>Category:       docs
>Synopsis:       zfs(8) manual page misses jail/unjail
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 02 11:20:04 UTC 2010
>Closed-Date:    Sat Jun 09 14:47:56 UTC 2012
>Last-Modified:  Sat Jun 09 14:47:56 UTC 2012
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: bcr 
State-Changed-When: Sat Jun 9 13:07:19 UTC 2012 
State-Changed-Why:  
Is this still an issue? The zfs(8) man page has been updated with the 
description of the missing jail/unjail functionality, but I'm not 
sure at the moment whether this has been applied to RLEENG_8 branch.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=150219 
State-Changed-From-To: feedback->closed 
State-Changed-By: bcr 
State-Changed-When: Sat Jun 9 14:46:46 UTC 2012 
State-Changed-Why:  
PR closed, the man page was updated via MFCs to the affected branches. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150219 
>Unformatted:
