We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Removed spurious ^ character in command
Per https://github.com/openzfs/zfs/issues/7734 sync=standard is not worse
Updated HOWTO use a zvol as a swap device (markdown)
Add caution about lockups
Updated HOWTO install Raspbian to a Native ZFS Root Filesystem, or, How I Learned to Love Data Integrity (markdown)
Updated HOWTO install EL7 (CentOS RHEL) to a Native ZFS Root Filesystem (markdown)
Changed to using terminal command "ubiquity --no-bootloader" to avoid error at end of install
Fix wall of text in Ubiquity Installer section
Changed from "something else" to "Erase Disk and install" also fix unmount/export errors by first turning off swap
zfsutils, not zfs-utils
Missed the zfs-utils line....
In LiveCD section, changed from using zfs-initramfs to zfs-utils, which saved the step of adding universe repository.
Copy from 17.04, added xattr=sa and recordsize=1M, and removed the swapfile
build the module for a kernel
Created By: C. Zubrzycki
Verify that the kernel module zfs.ko is included in the initramfs image with this bash script
Another way is with this command (before to run grub2-mkconfig): ``` # export ZPOOL_VDEV_NAME_PATH=YES ```
'BIOS' and 'GRUB' are acronymns
more surgical refinements
clean out 2.7 section (why is the dracut stuff in 2.7 when it clearly should be in 2.6?)
some niceties and extra little info bits
Revert 59e7b4fb3cd010218a6a0dcb57ebcb4638548513...66069079d5b4d1f223872d13ea202d72daccf1de on HOWTO install EL7 (CentOS RHEL) to a Native ZFS Root Filesystem
clean up and make consistent all the raidz2 notes