From: nathan Date: Fri, 22 Aug 2008 17:41:16 +0000 (+0000) Subject: b=15899 X-Git-Tag: v1_7_101~2^68 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a797ab53cd4db4d5e583691112a0da1d0b920091;p=fs%2Flustre-release.git b=15899 i=nathan i=adilger add OST pools --- diff --git a/lustre/utils/llog_reader.c b/lustre/utils/llog_reader.c index 8afb2c0..8297a9f 100644 --- a/lustre/utils/llog_reader.c +++ b/lustre/utils/llog_reader.c @@ -386,6 +386,26 @@ void print_lustre_cfg(struct lustre_cfg *lcfg, int *skip) createtime, canceltime); break; } + case(LCFG_POOL_NEW):{ + printf("pool new "); + print_1_cfg(lcfg); + break; + } + case(LCFG_POOL_ADD):{ + printf("pool add "); + print_1_cfg(lcfg); + break; + } + case(LCFG_POOL_REM):{ + printf("pool remove "); + print_1_cfg(lcfg); + break; + } + case(LCFG_POOL_DEL):{ + printf("pool destroy "); + print_1_cfg(lcfg); + break; + } default: printf("unsupported cmd_code = %x\n",cmd); }