Skip to content

Commit

Permalink
WIP: Use "1MB" recordsize for "/var/log" dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash Surya committed Mar 9, 2022
1 parent 858f98f commit 3a69dcd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions files/common/var/lib/delphix-platform/rpool-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ while read -r feature; do
done <<-EOF
async_destroy
lz4_compress
large_blocks
EOF

#
# We can't use a 1MB recordsize until the "large_blocks" feature is
# enabled, which is why we chose to apply this configuration here. This
# should work for both initial installations, as well as upgrades.
#
ROOTFS_CONTAINER="$(dirname "$(zfs list -Hpo name /)")"
zfs set "recordsize=1MB" "$ROOTFS_CONTAINER/log"

0 comments on commit 3a69dcd

Please sign in to comment.