summaryrefslogtreecommitdiff
path: root/man/nm-initrd-generator.xml
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2021-06-08 18:03:29 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2021-07-26 14:56:18 +0200
commit9060c14ccf1d34deb457e582e3c42628a0b85586 (patch)
treeb55b01a4f5118867643163e968757b0e8f9d50fa /man/nm-initrd-generator.xml
parent109d561bed8341b36111e527185513dafd856c0d (diff)
downloadNetworkManager-9060c14ccf1d34deb457e582e3c42628a0b85586.tar.gz
initrd: support infiniband pkeysbg/initrd-ib-pkey
Introduce a new "ib.pkey=<parent>.<pkey>" command line argument to create a Infiniband partition. The new connection has IPv4 and IPv6 enabled by default. Unlike for VLANs, the generator doesn't create a connection for the parent Infiniband interface. See also: https://github.com/dracutdevs/dracut/pull/1538 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/884
Diffstat (limited to 'man/nm-initrd-generator.xml')
-rw-r--r--man/nm-initrd-generator.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/nm-initrd-generator.xml b/man/nm-initrd-generator.xml
index 2cee98fb5d..5a758357ed 100644
--- a/man/nm-initrd-generator.xml
+++ b/man/nm-initrd-generator.xml
@@ -142,6 +142,7 @@
<member><option>bond</option></member>
<member><option>team</option></member>
<member><option>vlan</option></member>
+ <member><option>ib.pkey</option></member>
<member><option>bootdev</option></member>
<member><option>nameserver</option></member>
<member><option>rd.peerdns</option></member>
@@ -184,6 +185,16 @@
the command line wins.</para>
</listitem>
+ <listitem>
+ <para>NetworkManager supports the
+ <option>ib.pkey</option>=<replaceable>PARENT</replaceable>.<replaceable>PKEY</replaceable>
+ argument to set up an Infiniband partition on IPoIB parent
+ device <replaceable>PARENT</replaceable> using the specified
+ partition key <replaceable>PKEY</replaceable>. The partition
+ key must be in hexadecimal notation without leading "0x", for
+ example "ib.pkey=ib0.8004".
+ </para>
+ </listitem>
</itemizedlist>
</refsect1>