From: alex Date: Thu, 24 Jun 2004 05:58:48 +0000 (+0000) Subject: - mds_try_to_split_dir() should show split expectation X-Git-Tag: 1.3.4~690 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=dc2dc8559a078b55536e69a3b6b96eed3a4be8e1;p=fs%2Flustre-release.git - mds_try_to_split_dir() should show split expectation --- diff --git a/lustre/mds/mds_lmv.c b/lustre/mds/mds_lmv.c index 228cbfc..8b72d9c 100644 --- a/lustre/mds/mds_lmv.c +++ b/lustre/mds/mds_lmv.c @@ -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;