shell Proxmox create ZFS Striped Volume

// note down your drive name(s)

// open the Node's shell and enter:
zpool create -f -o ashift=12 my-stripe-pool /dev/sdb /dev/sdc /dev/sdd

// example used on Proxmox3 Node:
zpool create -f -o ashift=12 zfs-stripe-ssd128 /dev/sdh /dev/sdi /dev/sdj

// Then to make Proxmox recognise the new pool:
/*
1) In the Web UI, go to Datacenter ? Storage.
2) Click Add and select ZFS.
3) Set the ID to whatever you want it to appear as in Proxmox (e.g., stripe-storage).
4) Under ZFS Pool, click the dropdown and select my-stripe-pool (or the name you chose).
5) Under Content, make sure Disk image and Container are selected.
6) Click Add
*/
Use the above to create Striped ZFS storage on a Proxmox Node. The Web UI doesn't support striped, just "Single Disk" or one of the RAID options.

Updated: Wednesday 16th September 2026, 08:49am

There are 0 comments

Leave a comment of your own

Comments are currently closed.