Guy wrote:
Feature request! Someone add a shrink option. mdadm --shrink /dev/md0 --raid-disks 2 Or does --grow allow you to decrease the number?
Yes, grow can shrink the array, despite its name.
The grow command can also change the size of the array, e.g.:
mdadm --grow /dev/md0 --size 10000000
-- Paul - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html