Whamcloud - gitweb
LU-6275 obdclass: don't forget to remove LWP mgc config 63/13863/6
authorAlexey Lyashkov <alexey.lyashkov@seagate.com>
Sun, 5 Jul 2015 14:22:04 +0000 (10:22 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 10 Jul 2015 02:56:21 +0000 (02:56 +0000)
commit42b7ddf41614c4cdf9b7d54758636c319d1560da
tree2fbd1009021cc92d8c337bbcd70e082567472932
parent471ad1f679ad7c0193785f82abf6f249ffeb1e79
LU-6275 obdclass: don't forget to remove LWP mgc config

We may take an MGC lock, but failed with take a config from MGS.
mgc will cancel a lock in that situation and but lock added to
re-enqueue list.

Shutdown (cleanup) started as result lustre_start_lwp failed, but
cleanup forget to call lustre_end_log as lsi_lwp_started don't set
so - lock/cld still on enqueue list, but super block is destroyed.

Signed-off-by: Alexey Lyashkov <alexey.lyashkov@seagate.com>
Change-Id: I9e72d2526f5a21e66a326532d4770c07e2b7cca2
Reviewed-on: http://review.whamcloud.com/13863
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/obdclass/obd_mount_server.c