Skip to content

Commit

Permalink
fix(man): dracut.cmdline.7: clarify "rd.nvmf.discover=fc,auto"
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilck authored and johannbg committed Sep 30, 2022
1 parent 2c26b70 commit a90efdd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions man/dracut.cmdline.7.asc
Expand Up @@ -909,9 +909,19 @@ NVMf
_<traddr>_ and the optionally _<host_traddr>_ or _<trsvcid>_.
The first argument specifies the transport to use; currently only
'rdma', 'fc', or 'tcp' are supported.
The _<traddr>_ parameter can be set to 'auto' to select
autodiscovery; in that case all other parameters are ignored.
This parameter can be specified multiple times.
+
[listing]
.Examples
--
rd.nvmf.discover=tcp,192.168.10.10,,4420
rd.nvmf.discover=fc,nn-0x201700a05634f5bf:pn-0x201900a05634f5bf,nn-0x200000109b579ef3:pn-0x100000109b579ef3
--
**rd.nvmf.discover=fc,auto**::
This special syntax determines that Fibre Channel autodiscovery
is to be used rather than regular NVMe discovery. It takes precedence
over all other _rd.nvmf.discover=_ arguments.
NBD
~~~
Expand Down

0 comments on commit a90efdd

Please sign in to comment.