Whamcloud - gitweb
LU-14286 osd-ldiskfs: fallocate() should zero new blocks
[fs/lustre-release.git] / lustre / conf / lnet_routes.conf
1 # lnet_routes.conf - configuration file for lnet routes
2 #
3 # The routes should be in the following format:
4 # <network>: { gateway: <gateway>@<exit network> [hop: <hop>] [priority: <prioirity>] }
5 #
6 # Examples:
7 # tcp1: { gateway: 10.1.1.2@tcp0, priority: 3 }
8 # tcp4: { gateway: 10.3.3.4@tcp }
9 # tcp6: { gateway: 10.3.3.6@tcp, hop: 2, priority: 5 }
10 # tcp7: { gateway: 10.3.3.[6-12]@tcp, priority: 20, hop: 8 }