Whamcloud - gitweb
Branch b_release_1_6_5
authoradilger <adilger>
Tue, 13 May 2008 05:10:52 +0000 (05:10 +0000)
committeradilger <adilger>
Tue, 13 May 2008 05:10:52 +0000 (05:10 +0000)
commit6180cba98a9f94d85f070e20fd57e254a09b25d3
tree6ac5277fff8d9012b4380fe9089fd8f023bcbd81
parentd2fb37347d360757a21024518cbb27b984036b6d
Branch b_release_1_6_5
b=15759
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.
i=robert.read
i=oleg.drokin
lustre/ChangeLog
lustre/include/obd_support.h
lustre/ptlrpc/service.c
lustre/tests/conf-sanity.sh