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

lnet-selftest: Newly added "off" parameter no longer working

Details

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

    Description

      While working on LU-9500, I needed to create a message stream where the first fragment in the scatter/gather lists do not start page aligned.  This can be done via lnet-selftest by using a new parameter, "off", which was added in patch: https://review.whamcloud.com/#/c/12496/.  This is no working anymore.

      The lnet-selftest code itself seems to be erring on the parameter.

      Attachments

        Issue Links

          Activity

            [LU-9565] lnet-selftest: Newly added "off" parameter no longer working

            Looks like this problem has been there since the beginning of this new parameter.  When you use a bulk size of 1M and apply an offset (i.e. "off=64), the system will need 257 fragments which is greater than the max allowed of 256.  

            The workaround is to use a smaller size (i.e. "size=512K").  It would be good if lnet-selftest allows for 257 fragments as the max to accommodate the offset parameter.

            I'm leaving this ticket open to do just that, but lowering the priority to minor.

            doug Doug Oucharek (Inactive) added a comment - Looks like this problem has been there since the beginning of this new parameter.  When you use a bulk size of 1M and apply an offset (i.e. "off=64), the system will need 257 fragments which is greater than the max allowed of 256.   The workaround is to use a smaller size (i.e. "size=512K").  It would be good if lnet-selftest allows for 257 fragments as the max to accommodate the offset parameter. I'm leaving this ticket open to do just that, but lowering the priority to minor.

            People

              ashehata Amir Shehata (Inactive)
              doug Doug Oucharek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: