On 11/19/20 12:41, Zhao Heming wrote:
mkfs.xfs /dev/md0
This would make people think clustered raid can co-work with local fs well ...
mdadm --manage --add /dev/md0 /dev/sdi mdadm --wait /dev/md0 mdadm --grow --raid-devices=3 /dev/md0 mdadm /dev/md0 --fail /dev/sdg mdadm /dev/md0 --remove /dev/sdg mdadm --grow --raid-devices=2 /dev/md0
The above is good fit for a new test case in mdadm. Thanks, Guoqing