Whamcloud - gitweb
- mds_try_to_split_dir() should show split expectation
authoralex <alex>
Thu, 24 Jun 2004 05:58:48 +0000 (05:58 +0000)
committeralex <alex>
Thu, 24 Jun 2004 05:58:48 +0000 (05:58 +0000)
lustre/mds/mds_lmv.c

index 228cbfc..8b72d9c 100644 (file)
@@ -543,9 +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",
+        CDEBUG(D_ERROR, "%s: split directory %u/%lu/%lu: %d/%d\n",
                obd->obd_name, mds->mds_num, dir->i_ino,
-               (unsigned long) dir->i_generation);
+               (unsigned long) dir->i_generation, rc, nstripes);
 
         if (mea == NULL)
                 mea = &tmea;