I have a RAIDZ1 running 6x 3TB drives, and I want to expand my pool by adding 5x 2TB drives to it. But when I tell it to add to the pool I get this:
$ zpool add zpool1 raidz1 /dev/sda /dev/sdb /dev/sdc /dev/sdd /dev/sde
invalid vdev specification
use '-f' to override the following errors:
mismatched replication level: pool uses 6-way raidz and new vdev uses 5-way raidz
Just how bad is doing this? I don't care about performance, this server does not need massive performance, it needs storage. Will this damage my data to do this or is it fine to expand to different size pools like this?