From a90efdd704271dab6717329e88b3a1c9e850d23b Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Mon, 19 Sep 2022 18:14:01 +0200 Subject: [PATCH] fix(man): dracut.cmdline.7: clarify "rd.nvmf.discover=fc,auto" --- man/dracut.cmdline.7.asc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/man/dracut.cmdline.7.asc b/man/dracut.cmdline.7.asc index c531ba757a..eab1040a6a 100644 --- a/man/dracut.cmdline.7.asc +++ b/man/dracut.cmdline.7.asc @@ -909,9 +909,19 @@ NVMf __ and the optionally __ or __. The first argument specifies the transport to use; currently only 'rdma', 'fc', or 'tcp' are supported. - The __ 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 ~~~