meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vm:proxmox:installation:storage [2025/02/16 19:00] – created niziak | vm:proxmox:installation:storage [2025/08/23 08:57] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== installation ====== | ||
+ | |||
====== storage ====== | ====== storage ====== | ||
Line 11: | Line 13: | ||
pvesm add dir hdd --path /hddpool/vz --content iso, | pvesm add dir hdd --path /hddpool/vz --content iso, | ||
- | pvesm add zfspool hdd-zfs --pool hddpool/ | + | pvesm add zfspool hdd-zfs --pool hddpool/ |
+ | </ | ||
+ | |||
+ | Add fast '' | ||
+ | |||
+ | Tune ZFS recordsize and compression: | ||
+ | |||
+ | <code bash> | ||
+ | zfs set recordsize=1M hddpool | ||
+ | zfs set recordsize=1M nvmpool | ||
+ | zfs set compression=zstd hddpool | ||
+ | zfs set compression=zstd nvmpool | ||
</ | </ | ||