Whamcloud - gitweb
- CERROR's for test #46 debugging
authoralex <alex>
Thu, 24 Jun 2004 05:04:10 +0000 (05:04 +0000)
committeralex <alex>
Thu, 24 Jun 2004 05:04:10 +0000 (05:04 +0000)
lustre/lmv/lmv_obd.c
lustre/mds/mds_lmv.c

index 324793e..3819209 100644 (file)
@@ -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);
index e5dc28f..228cbfc 100644 (file)
@@ -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;