I'm relatively new to TrueNAS, but not storage in general...but ZFS might be throwing me for a loop:
I have a NETGEAR ReadyNAS104 that is getting full (and old) that has 4x8TB (RAID5) drives for a total of ~18TB. I want to build up a TrueNAS system and move to some grownup storage. My initial plan was to buy 4 more 8TB drives, set them up on TrueNAS, migrate my data from the NETGEAR, and then move the 4 "emptied" drives over to the TrueNAS setup to make one big happy share. However, looking at how ZFS works, I think I need to revise my plan and was wondering if someone could sanity check it. Here's what I was thinking (and questions I had):
I have a NETGEAR ReadyNAS104 that is getting full (and old) that has 4x8TB (RAID5) drives for a total of ~18TB. I want to build up a TrueNAS system and move to some grownup storage. My initial plan was to buy 4 more 8TB drives, set them up on TrueNAS, migrate my data from the NETGEAR, and then move the 4 "emptied" drives over to the TrueNAS setup to make one big happy share. However, looking at how ZFS works, I think I need to revise my plan and was wondering if someone could sanity check it. Here's what I was thinking (and questions I had):
- Create new pool on TrueNAS (pool1)
- Add 4x8TB new drives as a RAIDZ1 vdev (vdev1) to the new pool (This would result in a ~24TB pool?)
- Migrate data from the NETGEAR to pool1
- Pull the unused drives from the NETGEAR and put them into TrueNAS as a second RAIDZ1 vdev (vdev2) under pool1.
- Total size of pool1 would be about ~48TB?