Whamcloud - gitweb
LU-3289 osp: osp_precreate_thread does not check for errors 98/17598/14
authorJeremy Filizetti <jeremy.filizetti@gmail.com>
Mon, 14 Dec 2015 04:39:11 +0000 (23:39 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 13 Jun 2016 17:15:10 +0000 (17:15 +0000)
commit07146e09be0478b4f8293ed7065b2722c85b1659
tree7bb28ac4db04a9ce2515f8037d33f90d158cc884
parent49fd10ec8a2a85bbc56618d70f2f71d323d90a4c
LU-3289 osp: osp_precreate_thread does not check for errors

If servers do not have a valid key for GSS the call to
osp_statfs_update() can fail.  This patch breaks the loop in the
event of a failure from osp_statfs_update().

Signed-off-by: Jeremy Filizetti <jeremy.filizetti@gmail.com>
Change-Id: I576cff86d285c4263e8d98cccb9b3c6943af6f75
Reviewed-on: http://review.whamcloud.com/17598
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osp/osp_precreate.c