Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 1.8.6
-
None
-
3
-
18,896
-
4935
Description
for mgc, it doesn't cleanup its obd_import if it setup the import but never connect, should add cleanup code in mgc_precleanup just like mdc_precleanup
/* client import will not have been cleaned. */
cfs_down_write(&obd->u.cli.cl_sem);
if (obd->u.cli.cl_import)
cfs_up_write(&obd->u.cli.cl_sem);