ZFS Root Mirror Install - Ubuntu Server

Опубликовано: 19 Март 2025
на канале: ServerMatter
2,472
36

If you're trying to set up ZFS on your freshly installed Ubuntu Server or similar, this is probably the video you've been looking for.

Links referred to in video:
https://github.com/64kramsystem/zfs-i... (script based on)
zfs-installer.sh and ssh-add.sh scripts:
https://drive.google.com/drive/folder...
freelancer that got me through the process:   / danielayers  

bpool features / options
-o ashift=12 -o autotrim=on -d -o feature@async_destroy=enabled -o feature@bookmarks=enabled -o feature@embedded_data=enabled -o feature@empty_bpobj=enabled -o feature@enabled_txg=enabled -o feature@extensible_dataset=enabled -o feature@filesystem_limits=enabled -o feature@hole_birth=enabled -o feature@large_blocks=enabled -o feature@lz4_compress=enabled -o feature@spacemap_histogram=enabled -O acltype=posixacl -O compression=lz4 -O devices=off -O normalization=formD -O relatime=off -O atime=off -O xattr=sa

rpool features / options
-o ashift=12 -o autotrim=on -O acltype=posixacl -O compression=lz4 -O dnodesize=auto -O normalization=formD -O relatime=off -O atime=off -O xattr=sa -O devices=off