meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:fs:zfs:move_to_zfs [2021/02/14 21:47] – niziak | linux:fs:zfs:move_to_zfs [2021/05/14 16:06] (current) – niziak | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| <code bash> | <code bash> | ||
| zpool create \ | zpool create \ | ||
| - | -o ashift=12 -d \ | + | -o ashift=13 -d \ |
| -o feature@async_destroy=enabled \ | -o feature@async_destroy=enabled \ | ||
| -o feature@bookmarks=enabled \ | -o feature@bookmarks=enabled \ | ||
| Line 51: | Line 51: | ||
| <code bash> | <code bash> | ||
| zpool create \ | zpool create \ | ||
| - | -o ashift=12 \ | + | -o ashift=13 \ |
| -O acltype=posixacl -O canmount=off -O compression=lz4 \ | -O acltype=posixacl -O canmount=off -O compression=lz4 \ | ||
| -O dnodesize=auto -O normalization=formD -O relatime=on \ | -O dnodesize=auto -O normalization=formD -O relatime=on \ | ||