[PATCH nvme-cli v2] nvme: Introduce new 'list-subsys' command

Keith Busch keith.busch at intel.com
Wed Dec 13 07:35:10 PST 2017


On Wed, Dec 13, 2017 at 03:34:17PM +0100, Johannes Thumshirn wrote:
> Introduce a 'nvme list-subsys' command to give basic information about
> connected NVMe subsystems.
> 
> Here's an example output of a host connected to two subsystems on the
> target with two paths to each subsystem:
> root at host# nvme list-subsys
> nvme-subsys0 - NQN=nvmf-test
> \
>  +- nvme0 rdma traddr=1.1.1.3 trsvcid=4420 host_traddr=1.1.1.1
>  +- nvme1 rdma traddr=1.1.1.3 trsvcid=4420 host_traddr=1.1.1.2
> nvme-subsys1 - NQN=nvmf-test2
> \
>  +- nvme2 rdma traddr=1.1.1.3 trsvcid=4420 host_traddr=1.1.1.2
>  +- nvme3 rdma traddr=1.1.1.3 trsvcid=4420 host_traddr=1.1.1.1
> 
> Signed-off-by: Johannes Thumshirn <jthumshirn at suse.de>

Thanks, this looks good to me! Applied.



More information about the Linux-nvme mailing list