Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Refer to Walk-thru- Build Lustre MASTER on RHEL 7.3/CentOS 7.3 from Intel Git

Also refer to Building Lustre/LNet Centos/RHEL 7.x for some quirks when building.

...

Are there any specific routing consideration with Multi-Rail?

Refer to: Using Routing Resiliency with the Multi-Rail (MR) Routing

How do I test LNet performance?

...

Can you tell me more about how to configure LNet and QoS?

Refer to: Lustre QoS

How can I look at the debug logs?

Code Block
lctl set_param debug=+net
lctl set_param debug=+neterror
 
# make sure to use an absolute path
lctl debug_daemon start /root/log
tail -f /root/log
 
# or... NOTE doesn't have to be an absolute path
lctl dk > /root/log