From 4fd42f6ef396a71405578687276fb750f7829e73 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 24 Jun 2004 05:04:10 +0000 Subject: [PATCH] - CERROR's for test #46 debugging --- lustre/lmv/lmv_obd.c | 2 ++ lustre/mds/mds_lmv.c | 3 +++ 2 files changed, 5 insertions(+) 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; -- 1.8.3.1