dracut/0160.patch
2020-10-06 10:41:54 +02:00

40 lines
1.2 KiB
Diff

From e9a614b50c825adba9fde093c09d02a14d7aba05 Mon Sep 17 00:00:00 2001
From: Hannes Reinecke <hare@suse.com>
Date: Mon, 28 Sep 2020 11:38:40 +0200
Subject: [PATCH] 95nvmf: add documentation
Add documentation for 95nvmf module to dracut.cmdline
Signed-off-by: Hannes Reinecke <hare@suse.de>
---
dracut.cmdline.7.asc | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc
index dbbbfed0..f7f34d05 100644
--- a/dracut.cmdline.7.asc
+++ b/dracut.cmdline.7.asc
@@ -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>__]]]::