Whamcloud - gitweb
LU-1993 llite: debugging for ll_file_open LASSERT 50/6250/3
authorAndreas Dilger <andreas.dilger@intel.com>
Fri, 3 May 2013 04:05:48 +0000 (22:05 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 18 Nov 2013 12:34:22 +0000 (12:34 +0000)
commitd3d973a841cf44f1833d47aed5354762f46f7351
treecad02f3574c105e3c74c0eb7f5569899d38edfd7
parentcbab0aa32ed2d21f59aae3a28285b49802b734f2
LU-1993 llite: debugging for ll_file_open LASSERT

Add debugging for LASSERTF(it_disposition(it, DISP_ENQ_OPEN_REF)
in ll_file_open(), since this is a rarely hit failure under racer,
and it would be useful to get more information if this is hit
again.  Print the full intent disposition, as well as the status,
in case Oleg's earlier comment about bailing out on any error is
actually the case here.

Test-Parameters: envdefinitions=DURATION=1800 testlist=racer
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: Ie03f706bcb32b03d94c84c5d80dae197813ebbe5
Reviewed-on: http://review.whamcloud.com/6250
Tested-by: Jenkins
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/file.c