Page MenuHomeFreeBSD

nvmecontrol devlist: Annotate connected Fabrics hosts
AcceptedPublic

Authored by jhb on Thu, Jan 30, 6:21 PM.

Details

Reviewers
imp
dab
chuck
Summary

If a Fabrics host is connected, use the discovery log entry from the
reconnect parameters to output the transport type and address.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62157
Build 59041: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Thu, Jan 30, 6:21 PM
jhb created this revision.

Sample output:

root@sam:~ # nvmecontrol devlist
 nvme0: FreeBSD (connected via TCP 10.1.161.30:24517)
    nvme0ns1 (4096MB)
    nvme0ns2 (1024MB)
This revision is now accepted and ready to land.Fri, Jan 31, 12:04 AM