Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd8293
)
Branch b1_6
author
bobijam
<bobijam>
Wed, 22 Aug 2007 02:17:22 +0000
(
02:17
+0000)
committer
bobijam
<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
patch
|
blob
|
history
diff --git
a/lustre/obdclass/genops.c
b/lustre/obdclass/genops.c
index
61c282d
..
f04e3ae
100644
(file)
--- 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++;
- C
WARN(
"%s: evict NID '%s' (%s) #%d at adminstrative request\n",
+ C
DEBUG(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);