Whamcloud - gitweb
LU-5432 fld: don't loop forever on bogus FID sequences 05/11605/2
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 26 Aug 2014 16:28:30 +0000 (11:28 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 6 Oct 2014 00:50:09 +0000 (00:50 +0000)
commit2bea4a7a37064135b6021d6808662ddcb1eafcd7
tree13b7a7d2ee35d143fbada9ab7621677b21437cc2
parent54436c727ba242954e64b7ef16c8186550c1a6f9
LU-5432 fld: don't loop forever on bogus FID sequences

In fld_client_rpc() if the FLD query RPC returns -ENOENT then break
the retry loop and return -ENOENT.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Id70a5d8f6c2105509149e72e8910fcb6c51732f0
Reviewed-on: http://review.whamcloud.com/11605
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: wangdi <di.wang@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/fld/fld_request.c