My intention is to purchase four 3 TB disks with 4k sectors, create a raidz1 pool and copy all my current data to it. Once done I intend to add my four old 2 TB disks, also with 4k sectors, as another raidz1 to the same data set.
I have three questions about this.
# zpool create tank raidz newdisk1 newdisk2 newdisk3 newdisk4# zpool add tank raidz olddisk1 olddisk2 olddisk3 olddisk4I have three questions about this.
- Will this work at all?
- Will I need to use gnop to make sure the data is aligned to 4k boundaries?
- Will 8 GB of RAM be enough, or should I spring for 16? I will not be using deduplication.