[Bug 264197] zpoolprops(7) incorrectly states that "bootfs" can be set on creation time

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 24 May 2022 07:45:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264197

            Bug ID: 264197
           Summary: zpoolprops(7) incorrectly states that "bootfs" can be
                    set on creation time
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: vsasjason@gmail.com
                CC: doc@FreeBSD.org

bootfs is listed under:
     The following properties can be set at creation time and import time, and
     later changed with the zpool set command:

That's an opposite to real situation (except it can be changed later _if
dataset exists_):
root@localhost:~ # uname -a
FreeBSD localhost.localdomain 13.1-RELEASE FreeBSD 13.1-RELEASE
releng/13.1-n250148-fc952ac2212 GENERIC amd64
root@localhost:~ # zpool create -o bootfs="zroot" zroot da1
cannot create 'zroot': property 'bootfs' cannot be set at creation or import
time
root@localhost:~ #

-- 
You are receiving this mail because:
You are the assignee for the bug.