From dc2dc8559a078b55536e69a3b6b96eed3a4be8e1 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 24 Jun 2004 05:58:48 +0000 Subject: [PATCH] - mds_try_to_split_dir() should show split expectation --- lustre/mds/mds_lmv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.8.3.1