I currently have 2x3TB in zfs-mirrored, and am running out of space
Can I add a second vdev to this zpool with 2x2TB and would that then give me a total 5TB to play with (redundantly)? Also, could I add 3x2TB in RAID-Z for an additional 1TB of available space (i.e. a total of 6 then)? And do I do that by just adding another volume with the same name. i.e.? Did I get this right? If not, can somebody please set me straight? Thanks much!
-Stephan
Code:
root@freenas ~]# zpool status pool: HomeNAS state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM HomeNAS ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gptid/7644d7d8-f9c9-11e1-b403-3085a943b0e3 ONLINE 0 0 0 gptid/76dd3a3d-f9c9-11e1-b403-3085a943b0e3 ONLINE 0 0 0
Can I add a second vdev to this zpool with 2x2TB and would that then give me a total 5TB to play with (redundantly)? Also, could I add 3x2TB in RAID-Z for an additional 1TB of available space (i.e. a total of 6 then)? And do I do that by just adding another volume with the same name. i.e.
Code:
$ zpool add HomeNAS raidz /dev/da3 /dev/da4 /dev/da5
-Stephan