I don't know if this is even possible, excuse me for that, anyway,
I got a pool, it's 2 disks 2TB mirrored.
It's running low, not full yet but soon will be:
I got ....bad past (and bad luck) with Raid5 (under linux at least), so I want to play it safe.
I want to add another one mirror in the pool. Is something like that possible and how ?
Let's say I get another 2 disks, 2 x 4TB disks and make them mirror.
Can I add the second mirror in the same pool ? So the pool with name "tank" would be ~6TB ?
I got a pool, it's 2 disks 2TB mirrored.
root@freedom:~ # zpool status tank
Code:
pool: tank
state: ONLINE
scan: scrub repaired 0 in 2h27m with 0 errors on Fri Sep 18 12:23:03 2015
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ada2p1 ONLINE 0 0 0
ada3p1 ONLINE 0 0 0
errors: No known data errors
It's running low, not full yet but soon will be:
root@freedom:~ # df -h
Code:
Filesystem Size Used Avail Capacity Mounted on
tank 1.8T 1.3T 499G 72% /tank
I got ....bad past (and bad luck) with Raid5 (under linux at least), so I want to play it safe.
I want to add another one mirror in the pool. Is something like that possible and how ?
Let's say I get another 2 disks, 2 x 4TB disks and make them mirror.
Can I add the second mirror in the same pool ? So the pool with name "tank" would be ~6TB ?