From 0e030ab14606d26fe2a7ae339bbeda7607f3c4b5 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sun, 27 Sep 2020 14:15:34 -0500 Subject: [PATCH] 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 --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 24afef0..898c9c3 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -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: