Whamcloud - gitweb
Branch b1_6
authorbobijam <bobijam>
Wed, 22 Aug 2007 02:17:22 +0000 (02:17 +0000)
committerbobijam <bobijam>
Wed, 22 Aug 2007 02:17:22 +0000 (02:17 +0000)
b=11686
i=green, bobijam

quiet admin eviction message. (originally patched by Nic Henke nic@cray.com)

lustre/obdclass/genops.c

index 61c282d..f04e3ae 100644 (file)
@@ -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);