On 01/02/2017 06:19 AM, Wols Lists wrote: > On 02/01/17 10:18, Benjammin2068 wrote: >> I get stuck at the --size max. >> >> it seems the correct syntax is "--size=" but that "max" is not supported as an argument. >> >> little help? > Off the top of my head - try with no argument. iirc it defaults to max, > you don't need to tell it. > Did that. > [root@quantum ~]# mdadm --grow /dev/md1 > mdadm: no changes to --grow > [root@quantum ~]# mdadm --grow /dev/md1 --size > mdadm: option '--size' requires an argument > Usage: mdadm --help > for help > [root@quantum ~]# mdadm --grow /dev/md1 --size max > mdadm: component size of /dev/md1 unchanged at 239490048K > [root@quantum ~]# mdadm --grow /dev/md1 --size=max > mdadm: component size of /dev/md1 unchanged at 239490048K -- 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