Users following the ZFS guide may not realize their system won't
receive important security updates between minor point releases
unless additional configuration is added to sources.list.
Signed-off-by: Mathias Gibbens <mathias@calenhad.com>
Refresh the dRAID documentation page to accurately reflect the
implementation of dRAID which has been merged.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
- Renamed the page to "Module Parameter" since it now applies
equally to Linux and FreeBSD.
- Updated spl_kmem_cache_expire, spl_kmem_cache_obj_per_slab_min,
spl_kmem_cache_kmem_limit to note the last version they were
included in.
- Added new l2arc_mfuonly, l2arc_rebuild_blocks_min_l2size,
l2arc_rebuild_enabled, and l2arc_trim_ahead options which
were added in OpenZFS 2.0 for the persistent L2ARC feature.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
- Use OpenZFS project instead of ZoL
- Remove parsing from FreeBSD master, it's OpenZFS now
- Update footer
Signed-off-by: George Melikov <mail@gmelikov.ru>
- Additional instructions to build
- Remove duplicate info about OpenZFS
Co-authored-by: Ryan Moeller <ryan@freqlabs.com>
Co-authored-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Apply suggestions from @freqlabs
Co-authored-by: Ryan Moeller <ryan@freqlabs.com>
The docs note that I tested this, but I'm going to remove this, out of
an abundance of caution given the report of failure in #57. I may re-test
later, but this isn't a huge priority for me.
Fixes#57
This was missed in 784b3b7a27 which
eliminated the canmount=noauto. With that gone, it is not necessary to
manually mount bpool/BOOT/debian.
Reported-by: Danny <suavedandy>
If the user gives too short of a password when encryption via a hacked
installer, the installer will crash. (I haven't personally verified
this, but it sounds plausible.)
Reported-by: Sithuk
Closes: 52
Prerequisite for changing the URLs in the command outputs from
zfsonlinux.org to openzfs.github.io/openzfs-docs/
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>