95nvmf: add documentation

Add documentation for 95nvmf module to dracut.cmdline

Signed-off-by: Hannes Reinecke <hare@suse.de>
master
Hannes Reinecke 2020-09-28 11:38:40 +02:00 committed by Daniel Molkentin
parent 4087fd4d1a
commit e9a614b50c
1 changed files with 15 additions and 0 deletions

View File

@ -861,6 +861,21 @@ FCoE
+
NOTE: letters in the MAC-address must be lowercase!

NVMf
~~~~
**rd.nvmf.hostnqn=**__<hostNQN>__::
NVMe host NQN to use

**rd.nvmf.hostid=**__<hostID>__::
NVMe host id to use

**rd.nvmf.discover=**__{rdma|fc|tcp}__,__<traddr>__,[__<host_traddr>__],[__<trsvcid>__]::
Discover and connect to a NVMe-over-Fabric controller specified by
_<traddr>_ and the optionally _<host_traddr>_ or _<trsvcid>_.
The first argument specifies the transport to use; currently only
'rdma', 'fc', or 'tcp' are supported.
This parameter can be specified multiple times.

NBD
~~~
**root=**??? **netroot=**nbd:__<server>__:__<port/exportname>__[:__<fstype>__[:__<mountopts>__[:__<nbdopts>__]]]::