b=8007
going after the memory leaks:
1. problems with the llog_finish / reinitialize in mds_lov_add_ost -
the pair must be atomic in case someone else is adding
the cleanup doesn't clean up as much as the setup sets up. This is
falloout
child = ctgt->ltd_exp->exp_obd;
rc = obd_llog_init(child, tgt, 1, logid + i);
if (rc) {
- CERROR("error osc_llog_init %d\n", i);
+ CERROR("error osc_llog_init %d (%d)\n", i, rc);
break;
}
}