Whamcloud - gitweb
LU-9346 lod: replay of PFL file open failure 30/26630/7
authorBobi Jam <bobijam.xu@intel.com>
Fri, 14 Apr 2017 17:41:37 +0000 (01:41 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 1 May 2017 17:47:15 +0000 (17:47 +0000)
commit340ea262e728f2fab47c66876cbc372fa0e65aee
tree7b849ac4597f9f1543355acc8a3c018849cee2bb
parentb3e30f49d3947c63b56274657a5c55af9ba85a2d
LU-9346 lod: replay of PFL file open failure

During replay of PFL file open, lod_qos_parse_config()->
lod_use_defined_striping() initialed stripe LU-objects, but it keeps
the component's LCME_FL_INIT flag; and later in lod_striping_create()
these component will be skipped create OST objects, that fails the
replay, it should replay creating its OST objects.

Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
Change-Id: Ic84374941df7a14b53e463f6117d5fbb9995c33d
Reviewed-on: https://review.whamcloud.com/26630
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/lod/lod_object.c
lustre/lod/lod_qos.c