Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-16810

LNet: routes created by 'setup-mrrouting' script are not persistent

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      If the interface/link configured for MR with LNet is brought down then up, it causes corresponding routes created by 'setup-mrrouting' script to disappear. For example:

      # ip route show table ens12
      192.168.122.0/24 dev ens12 proto kernel scope link src 192.168.122.134 
      # ip link set ens12 down
      # ip link set ens12 up
      # ip route show table ens12
      # 

      Same effect is observed if "ifdown/ifup" commands are used.

      The routes are added back only upon LNet module reload. 

      It is better to make these routes persist in this case as most of users are likely to expect.

      Attachments

        Activity

          People

            ssmirnov Serguei Smirnov
            ssmirnov Serguei Smirnov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: