From: alex Date: Thu, 24 Jun 2004 05:04:10 +0000 (+0000) Subject: - CERROR's for test #46 debugging X-Git-Tag: 1.3.4~691 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=4fd42f6ef396a71405578687276fb750f7829e73;p=fs%2Flustre-release.git - CERROR's for test #46 debugging --- diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c index 324793e..3819209 100644 --- a/lustre/lmv/lmv_obd.c +++ b/lustre/lmv/lmv_obd.c @@ -1510,6 +1510,8 @@ int lmv_obd_create(struct obd_export *exp, struct obdo *oa, c++; CDEBUG(D_OTHER, "dirobj at mds %d: "LPU64"/%u\n", i, oa->o_id, oa->o_generation); + CDEBUG(D_ERROR, "dirobj at mds %d: "LPU64"/%u\n", + i, oa->o_id, oa->o_generation); } LASSERT(c == mea->mea_count); CDEBUG(D_OTHER, "%d dirobjects created\n", (int) mea->mea_count); diff --git a/lustre/mds/mds_lmv.c b/lustre/mds/mds_lmv.c index e5dc28f..228cbfc 100644 --- a/lustre/mds/mds_lmv.c +++ b/lustre/mds/mds_lmv.c @@ -543,6 +543,9 @@ int mds_try_to_split_dir(struct obd_device *obd, struct dentry *dentry, CDEBUG(D_OTHER, "%s: split directory %u/%lu/%lu\n", obd->obd_name, mds->mds_num, dir->i_ino, (unsigned long) dir->i_generation); + CDEBUG(D_ERROR, "%s: split directory %u/%lu/%lu\n", + obd->obd_name, mds->mds_num, dir->i_ino, + (unsigned long) dir->i_generation); if (mea == NULL) mea = &tmea;