Whamcloud - gitweb
Branch HEAD
authorbwzhou <bwzhou>
Tue, 10 Jun 2008 07:42:25 +0000 (07:42 +0000)
committerbwzhou <bwzhou>
Tue, 10 Jun 2008 07:42:25 +0000 (07:42 +0000)
commitc02e565656ad806e1390b3054c2bc73828220040
tree259bd407ec9a220cb7be44d22f230e7c6d4be54e
parent196a260df67dc3ec93489af2e2e8cf830122ede7
Branch HEAD
b=15759
r=rread, green

Description: MDS or OSS service threads fail startup with -24 (-EMFILE)
Details    : During startup under recovery, it is possible for service
             thread startup to fail in ptlrpc_start_threads() if one
             of the threads begins processing a request and then starts
             an additional thread.  This causes ptlrpc_start_threads()
             to try and start 1 too many threads and get an error.
lustre/include/obd_support.h
lustre/ptlrpc/service.c
lustre/tests/conf-sanity.sh