]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: refuse to grow a 0.90 array beyond 2TB
authorNeilBrown <neilb@suse.de>
Thu, 8 Sep 2011 03:08:51 +0000 (13:08 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 8 Sep 2011 03:08:51 +0000 (13:08 +1000)
commit20a4675688e0384a1b4eac61b05f60fbf7747df9
treed2bcf69a95aaac10b6f0f8accd4868aab1db5e81
parent11b391ece9fa284a151362537af093aa44883696
Grow: refuse to grow a 0.90 array beyond 2TB

A kernel bug makes handling for arrays using more than 2TB per device
incorrect, and the kernel doesn't stop an array from growing beyond
any limit.
This is fixed in 3.1

So prior to 3.1, make sure not to ask for an array to grow bigger than
2TB per device.

Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c