Hello Experts,
I have a FreeNAS 11.3 machine with six disks in one pool, 2 big, 2 medium, and 2 small. I want to simply remove the 2 small ones.
These are set up as three mirrors (vdevs?). The small disks are just wasting space and electricity. There is enough freespace on the machine to do without them.
A post here from 7 years ago says that I cannot make the pool smaller. I have a reasonable idea of how to replace disks with ones of equivalent size but that is not what I want.
I see that with ZFS I can do a zpool remove of a mirror eg
zpool remove poolname mirrorname
( https://docs.oracle.com/cd/E37838_01/html/E61017/remove-devices.html )
...being careful to get the mirrorname right. This tells the system that the pair of disks are in the REMOVING state and presumably data is copied off them onto other disks. I should be able to use zpool status poolname to see if the disks are ready to be disconnected entirely.
However that is not FreeNAS documentation and I can't see whether that is possible in the Web UI.
Does anyone know if this works fine in FreeNAS?
I am happy to upgrade to TrueNAS if that will help.
Thanks
I have a FreeNAS 11.3 machine with six disks in one pool, 2 big, 2 medium, and 2 small. I want to simply remove the 2 small ones.
These are set up as three mirrors (vdevs?). The small disks are just wasting space and electricity. There is enough freespace on the machine to do without them.
A post here from 7 years ago says that I cannot make the pool smaller. I have a reasonable idea of how to replace disks with ones of equivalent size but that is not what I want.
I see that with ZFS I can do a zpool remove of a mirror eg
zpool remove poolname mirrorname
( https://docs.oracle.com/cd/E37838_01/html/E61017/remove-devices.html )
...being careful to get the mirrorname right. This tells the system that the pair of disks are in the REMOVING state and presumably data is copied off them onto other disks. I should be able to use zpool status poolname to see if the disks are ready to be disconnected entirely.
However that is not FreeNAS documentation and I can't see whether that is possible in the Web UI.
Does anyone know if this works fine in FreeNAS?
I am happy to upgrade to TrueNAS if that will help.
Thanks