We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858f98f commit 3a69dcdCopy full SHA for 3a69dcd
files/common/var/lib/delphix-platform/rpool-upgrade
@@ -5,4 +5,13 @@ while read -r feature; do
5
done <<-EOF
6
async_destroy
7
lz4_compress
8
+ large_blocks
9
EOF
10
+
11
+#
12
+# We can't use a 1MB recordsize until the "large_blocks" feature is
13
+# enabled, which is why we chose to apply this configuration here. This
14
+# should work for both initial installations, as well as upgrades.
15
16
+ROOTFS_CONTAINER="$(dirname "$(zfs list -Hpo name /)")"
17
+zfs set "recordsize=1MB" "$ROOTFS_CONTAINER/log"
0 commit comments