Skip to content

Commit a90efdd

Browse files
mwilckjohannbg
authored andcommitted
fix(man): dracut.cmdline.7: clarify "rd.nvmf.discover=fc,auto"
1 parent 2c26b70 commit a90efdd

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

man/dracut.cmdline.7.asc

+12-2
Original file line numberDiff line numberDiff line change
@@ -909,9 +909,19 @@ NVMf
909909
_<traddr>_ and the optionally _<host_traddr>_ or _<trsvcid>_.
910910
The first argument specifies the transport to use; currently only
911911
'rdma', 'fc', or 'tcp' are supported.
912-
The _<traddr>_ parameter can be set to 'auto' to select
913-
autodiscovery; in that case all other parameters are ignored.
914912
This parameter can be specified multiple times.
913+
+
914+
[listing]
915+
.Examples
916+
--
917+
rd.nvmf.discover=tcp,192.168.10.10,,4420
918+
rd.nvmf.discover=fc,nn-0x201700a05634f5bf:pn-0x201900a05634f5bf,nn-0x200000109b579ef3:pn-0x100000109b579ef3
919+
--
920+
921+
**rd.nvmf.discover=fc,auto**::
922+
This special syntax determines that Fibre Channel autodiscovery
923+
is to be used rather than regular NVMe discovery. It takes precedence
924+
over all other _rd.nvmf.discover=_ arguments.
915925
916926
NBD
917927
~~~

0 commit comments

Comments
 (0)