Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for ANA support #114

Closed
wants to merge 4 commits into from
Closed

Commits on Mar 3, 2023

  1. nvme/rc: Fixup loop transport to handle several ports

    The 'loop' transport allows for several distinct ports if
    the transport address is set to a number.
    
    Signed-off-by: Hannes Reinecke <[email protected]>
    hreinecke committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b56ec5d View commit details
    Browse the repository at this point in the history
  2. nvme/rc: enable ANA support

    Update functions to support ANA (Asymmetric Namespace Access).
    
    Signed-off-by: Hannes Reinecke <[email protected]>
    hreinecke committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c65124f View commit details
    Browse the repository at this point in the history
  3. nvme/rc: auto-increment port transport address

    When creating more than one port we need to ensure that the
    transport address differs, otherwise we cannot connect to it.
    So automatically increment the transport address (for loop)
    or the trsvcid (for tcp) to create distinct transport addresses.
    
    Signed-off-by: Hannes Reinecke <[email protected]>
    hreinecke committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    90a3de0 View commit details
    Browse the repository at this point in the history
  4. nvme/047: add test for ANA state transition

    Create two ports on the subsystem and connect to both of them,
    then run a fio job in the background and switch the ANA state
    of these ports to check that I/O runs during state changes.
    
    Signed-off-by: Hannes Reinecke <[email protected]>
    hreinecke committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f8614cf View commit details
    Browse the repository at this point in the history