Unfortunately I do not really understand zfs. I have a Proxmox 5 node with 5 300GB disk in raidz2. History:
zpool create -f -o cachefile=none -o ashift=12 rpool raidz2 /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2 /dev/sde2
I would like to remove a disk from zpool to use it for others, but not zfs, but ext4.
My question is that disk deletion is possible? If yes, how?
Thank you, Laszlo