]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
95nvmf: add documentation
authorHannes Reinecke <hare@suse.de>
Mon, 28 Sep 2020 09:38:40 +0000 (11:38 +0200)
committerDaniel Molkentin <daniel@molkentin.de>
Fri, 2 Oct 2020 13:55:14 +0000 (15:55 +0200)
Add documentation for 95nvmf module to dracut.cmdline

Signed-off-by: Hannes Reinecke <hare@suse.de>
dracut.cmdline.7.asc

index dbbbfed0325489238456f1489b81f56789127794..f7f34d0533c9dedd8f236d59dfce989bfa9efcbd 100644 (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>__]]]::