Hi.
I have to add 4 new SSDs disks to an existing RAIDZ2 pool.
I'm not an ZFS expert and I don't want to loose/reduce redundancy making mistakes.
Is this the right command to use ?
Looks good to me.
Any additional operation to do in PVE or the new size is automatically detected ?
I have to add 4 new SSDs disks to an existing RAIDZ2 pool.
I'm not an ZFS expert and I don't want to loose/reduce redundancy making mistakes.
Is this the right command to use ?
Code:
# zpool add -n rpool raidz2 pci-0000:03:00.0-sas-phy4-lun-0 pci-0000:03:00.0-sas-phy5-lun-0 pci-0000:03:00.0-sas-phy6-lun-0 pci-0000:03:00.0-sas-phy7-lun-0
would update 'rpool' to the following configuration:
rpool
raidz2
pci-0000:03:00.0-sas-phy0-lun-0-part2
pci-0000:03:00.0-sas-phy1-lun-0-part2
pci-0000:03:00.0-sas-phy2-lun-0-part2
pci-0000:03:00.0-sas-phy3-lun-0-part2
raidz2
pci-0000:03:00.0-sas-phy4-lun-0
pci-0000:03:00.0-sas-phy5-lun-0
pci-0000:03:00.0-sas-phy6-lun-0
pci-0000:03:00.0-sas-phy7-lun-0
Looks good to me.
Any additional operation to do in PVE or the new size is automatically detected ?