-
Notifications
You must be signed in to change notification settings - Fork 3k
zfsboot: fix misuse of the phrase zpool #1569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
A pool is not a zpool.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bsdjhb I guess, plural here too. For consistency.
@@ -1007,7 +1007,7 @@ zfs_create_diskpart() | |||
f_eval_catch $funcname gpart "$GPART_CREATE" BSD ${disk}s1 || | |||
return $FAILURE | |||
|
|||
# NB: zpool will use s1a (no labels) | |||
# NB: ZFS pool will use s1a (no labels) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# NB: ZFS pool will use s1a (no labels) | |
# NB: ZFS pools will use s1a (no labels) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as you are reviewing your own commit (and this seems fine) could you update the branch to include this change?
A pool is not a zpool.
Consistent with fixes in doc 1fb34fa0530a for
https://bugs.freebsd.org/257405