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: [email protected]
Reporter: [email protected]
CC: [email protected]
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 on the CC list for the bug.