Revise example to tune to the recordsize for rpool
Change the provided example to tune the ``recordsize`` to apply to the root dataset when creating the rpool. See https://github.com/openzfs/openzfs-docs/issues/345#issuecomment-1242657449 Closes #345 Closes #346 Signed-off-by: Richard Laager <rlaager@wiktel.com> [applied the change to all the distros]
This commit is contained in:
@@ -344,7 +344,7 @@ Step 2: Disk Formatting
|
||||
with enforced UTF-8 only filenames
|
||||
<http://utcc.utoronto.ca/~cks/space/blog/linux/ForcedUTF8Filenames>`__.
|
||||
- ``recordsize`` is unset (leaving it at the default of 128 KiB). If you
|
||||
want to tune it (e.g. ``-o recordsize=1M``), see `these
|
||||
want to tune it (e.g. ``-O recordsize=1M``), see `these
|
||||
<https://jrs-s.net/2019/04/03/on-zfs-recordsize/>`__ `various
|
||||
<http://blog.programster.org/zfs-record-size>`__ `blog
|
||||
<https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSFileRecordsizeGrowth>`__
|
||||
|
||||
@@ -336,7 +336,7 @@ Step 2: Disk Formatting
|
||||
with enforced UTF-8 only filenames
|
||||
<http://utcc.utoronto.ca/~cks/space/blog/linux/ForcedUTF8Filenames>`__.
|
||||
- ``recordsize`` is unset (leaving it at the default of 128 KiB). If you
|
||||
want to tune it (e.g. ``-o recordsize=1M``), see `these
|
||||
want to tune it (e.g. ``-O recordsize=1M``), see `these
|
||||
<https://jrs-s.net/2019/04/03/on-zfs-recordsize/>`__ `various
|
||||
<http://blog.programster.org/zfs-record-size>`__ `blog
|
||||
<https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSFileRecordsizeGrowth>`__
|
||||
|
||||
Reference in New Issue
Block a user