Whamcloud - gitweb
b=16909 CERROR to LCONSOLE_WARN for lnet_send errors
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 30 Aug 2010 20:20:29 +0000 (00:20 +0400)
committerMikhail Pershin <tappro@sun.com>
Tue, 31 Aug 2010 09:43:47 +0000 (13:43 +0400)
commit68b1ec1bfd3963c7ed177ae1dec8c5fbdd176caf
tree8a842bb764df978b1d6dd119c4a93bb03fdbb2c0
parentfbe66c3a22bfa136c077cbd46c4186ecbf4946d2
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