<div dir="ltr"><div><div><div>Good morning everyone,<br><br><br>Through an unfortunate event (a visit to the comic book store near Caltech) my data needs have rapidly grown.  My old data array (8 drives RAID-6) needs to be expanded.<br><br>I have added 2 more drives to the server, but unfortunately they are slightly smaller than the existing drives so they won't add directly with mdadm --add.<br><br></div>I am trying to reduce the size of the existing drives but it does not seem to work.  I am getting no log messages or other indication as to why.  Do you have any suggestions?<br></div><br>matt@aslan:160% sudo mount /Backups<br>matt@aslan:161% sudo df -k /Backups<br>Filesystem       1K-blocks        Used Available Use% Mounted on<br>/dev/md0       17469360128 16917599856 549035664  97% /Backups<br>matt@aslan:162% sudo btrfs filesystem resize -100g /Backups<br>Resize '/Backups' of '-100g'<br>0.000u 160.068s 1:06:09.85 4.0% 0+0k 208543776+225062784io 0pf+0w<br>matt@aslan:163% time sudo btrfs scrub start -Bd /Backups<br>scrub device /dev/md0 (id 1) done<br>        scrub started at Mon Oct 20 00:27:31 2014 and finished after 29330 seconds<br>        total bytes scrubbed: 15.75TiB with 0 errors<br>0.185u 4877.358s 8:08:49.71 16.6%       0+0k 33835288864+47080io 10pf+0w<br>matt@aslan:164% df -k /Backups<br>Filesystem       1K-blocks        Used Available Use% Mounted on<br>/dev/md0       17364502528 16917585648 444184208  98% /Backups<br>matt@aslan:165% sudo umount /Backups<br>matt@aslan:166% sudo mdadm --grow /dev/md0 --size=2928268288 <br>mdadm: component size of /dev/md0 unchanged at 2929036288K<br>matt@aslan:167% <br><br></div>Note "unchanged" in the last line of output.<br><br>Thanks for any thoughts...<br><br>Matt<br><br></div>