From 7bc4f28384dee99c2d0d0c789a974fbf43e01f72 Mon Sep 17 00:00:00 2001 From: bobijam Date: Wed, 22 Aug 2007 02:17:22 +0000 Subject: [PATCH] Branch b1_6 b=11686 i=green, bobijam quiet admin eviction message. (originally patched by Nic Henke nic@cray.com) --- lustre/obdclass/genops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/genops.c b/lustre/obdclass/genops.c index 61c282d..f04e3ae 100644 --- a/lustre/obdclass/genops.c +++ b/lustre/obdclass/genops.c @@ -1209,7 +1209,7 @@ int obd_export_evict_by_nid(struct obd_device *obd, char *nid) libcfs_nid2str(nid_key), nid); exports_evicted++; - CWARN("%s: evict NID '%s' (%s) #%d at adminstrative request\n", + CDEBUG(D_HA, "%s: evict NID '%s' (%s) #%d at adminstrative request\n", obd->obd_name, nid, doomed_exp->exp_client_uuid.uuid, exports_evicted); class_fail_export(doomed_exp); -- 1.8.3.1