mbox series

[blktests,v2,0/2] nvme: Allow for pre-defined UUID and subsystem NQN

Message ID 20231117120550.2993743-1-shinichiro.kawasaki@wdc.com (mailing list archive)
Headers show
Series nvme: Allow for pre-defined UUID and subsystem NQN | expand

Message

Shinichiro Kawasaki Nov. 17, 2023, 12:05 p.m. UTC
In the discussion to run nvme test group with real RDMA hardware, Hannes pointed
out that pre-defined UUID and subsystem NQN will be obstacles. To address them,
he created two patches in a PR [1]. I post the patches here for review by linux-
nvme and linux-block members.

[1] https://github.com/osandov/blktests/pull/127

Changes from v1:
* 2nd patch: remove only subsystem NQN part from the "nvme disconnect" output

Hannes Reinecke (2):
  nvme: do not print UUID to log files
  nvme: do not print subsystem NQN to stdout

 tests/nvme/003.out |  2 +-
 tests/nvme/004     |  3 +--
 tests/nvme/004.out |  4 +---
 tests/nvme/008     |  3 +--
 tests/nvme/008.out |  4 +---
 tests/nvme/009     |  3 +--
 tests/nvme/009.out |  4 +---
 tests/nvme/010     |  3 +--
 tests/nvme/010.out |  4 +---
 tests/nvme/011     |  3 +--
 tests/nvme/011.out |  4 +---
 tests/nvme/012     |  3 +--
 tests/nvme/012.out |  4 +---
 tests/nvme/013     |  3 +--
 tests/nvme/013.out |  4 +---
 tests/nvme/014     |  3 +--
 tests/nvme/014.out |  4 +---
 tests/nvme/015     |  3 +--
 tests/nvme/015.out |  4 +---
 tests/nvme/018     |  3 +--
 tests/nvme/018.out |  4 +---
 tests/nvme/019     |  3 +--
 tests/nvme/019.out |  4 +---
 tests/nvme/020     |  3 +--
 tests/nvme/020.out |  4 +---
 tests/nvme/021     |  3 +--
 tests/nvme/021.out |  2 --
 tests/nvme/022     |  3 +--
 tests/nvme/022.out |  2 --
 tests/nvme/023     |  3 +--
 tests/nvme/023.out |  2 --
 tests/nvme/024     |  3 +--
 tests/nvme/024.out |  2 --
 tests/nvme/025     |  3 +--
 tests/nvme/025.out |  2 --
 tests/nvme/026     |  3 +--
 tests/nvme/026.out |  2 --
 tests/nvme/027     |  3 +--
 tests/nvme/027.out |  2 --
 tests/nvme/028     |  3 +--
 tests/nvme/028.out |  2 --
 tests/nvme/029     |  3 +--
 tests/nvme/029.out |  2 --
 tests/nvme/033.out |  2 +-
 tests/nvme/034.out |  2 +-
 tests/nvme/035.out |  2 +-
 tests/nvme/036.out |  2 +-
 tests/nvme/041.out |  4 ++--
 tests/nvme/042.out | 14 +++++++-------
 tests/nvme/043.out | 16 ++++++++--------
 tests/nvme/044.out |  8 ++++----
 tests/nvme/045.out |  2 +-
 tests/nvme/048.out |  2 +-
 tests/nvme/rc      | 27 ++++++++++++++++++++++++++-
 54 files changed, 87 insertions(+), 125 deletions(-)

Comments

Shinichiro Kawasaki Nov. 24, 2023, 1:49 a.m. UTC | #1
On Nov 17, 2023 / 21:05, Shin'ichiro Kawasaki wrote:
> In the discussion to run nvme test group with real RDMA hardware, Hannes pointed
> out that pre-defined UUID and subsystem NQN will be obstacles. To address them,
> he created two patches in a PR [1]. I post the patches here for review by linux-
> nvme and linux-block members.
> 
> [1] https://github.com/osandov/blktests/pull/127
> 
> Changes from v1:
> * 2nd patch: remove only subsystem NQN part from the "nvme disconnect" output
> 
> Hannes Reinecke (2):
>   nvme: do not print UUID to log files
>   nvme: do not print subsystem NQN to stdout

FYI, I've applied this series. Thanks!