]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Make sure NOFILE resource limit is big enough.
authorNeilBrown <neilb@suse.de>
Thu, 30 May 2013 04:31:09 +0000 (14:31 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 30 May 2013 04:31:09 +0000 (14:31 +1000)
commita7dec3fd92e9b77b0bc7bb8e8e0b4c878baef45a
tree071b4d67fce6e2e03d26d2a1c96bbc2d4b1a5d94
parent041b815f172579018eb85de7476bc6da8adebae5
Make sure NOFILE resource limit is big enough.

Some people want to create truely enormous arrays.
As we sometimes need to hold one file descriptor for each
device, this can hit  the NOFILE limit.

So raise the limit if it ever looks like it might be a problem.

Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c
Create.c
Grow.c
mdadm.h
util.c