Whamcloud - gitweb
b=16909 CERROR to LCONSOLE_WARN for lnet_send errors
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 18 May 2010 21:36:33 +0000 (14:36 -0700)
committerJohann Lombardi <johann@sun.com>
Wed, 19 May 2010 11:14:58 +0000 (13:14 +0200)
commit0b721ef9cee6f9914d22ae1508248a022c3762d3
tree5cf2a0cae238490eb3603058ccb85641deaa1400
parent3a28dbe433e2ec0b68b28b7cf236f12e6fb81b3e
b=16909 CERROR to LCONSOLE_WARN for lnet_send errors

These errors are not uncommon when restarting services and there is
no need to include the additional lustre debug noise in them.

  LustreError: 8831:0:(lib-move.c:1427:lnet_send()) No route to
  12345-192.168.65.112@o2ib6 via 172.16.2.201@tcp (all routers down)

Changed to:

  Lustre: No route to 12345-192.168.65.112@o2ib6 via 172.16.2.201@tcp
  (all routers down)
lnet/lnet/lib-move.c