Ubuntu: Remove zpool_checkpoint from bpool
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 commit is contained in:
@@ -404,7 +404,6 @@ Step 2: Disk Formatting
|
||||
-o feature@large_blocks=enabled \
|
||||
-o feature@lz4_compress=enabled \
|
||||
-o feature@spacemap_histogram=enabled \
|
||||
-o feature@zpool_checkpoint=enabled \
|
||||
-O acltype=posixacl -O canmount=off -O compression=lz4 \
|
||||
-O devices=off -O normalization=formD -O relatime=on -O xattr=sa \
|
||||
-O mountpoint=/boot -R /mnt \
|
||||
@@ -454,9 +453,6 @@ Step 2: Disk Formatting
|
||||
should be compatible in theory, but in practice, GRUB can fail with an
|
||||
“invalid dnode type” error. This feature does not matter for ``/boot``
|
||||
anyway.
|
||||
- The ``zpool_checkpoint`` feature has been tested and is safe to use. The
|
||||
Ubuntu installer does not use it. This HOWTO does, as the feature may be
|
||||
desirable for the boot pool.
|
||||
|
||||
#. Create the root pool:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user