summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-06-19 07:47:20 +0200
committerThomas Haller <thaller@redhat.com>2019-06-20 16:06:44 +0200
commit74641be816a201fdb704a7a8084a791ea5c76c9f (patch)
treea7210659ef1602fbfa941d8ea18c6a560c732995 /man
parentf182d4fa20634ae8691757721b0e925ddb0af4cb (diff)
downloadNetworkManager-74641be816a201fdb704a7a8084a791ea5c76c9f.tar.gz
settings: drop ibft settings pluginth/drop-ibft-settings-plugin
The functionality of the ibft settings plugin is now handled by nm-initrd-generator. There is no need for it anymore, drop it. Note that ibft called iscsiadm, which requires CAP_SYS_ADMIN to work ([1]). We really want to drop this capability, so the current solution of a settings plugin (as it is implemented) is wrong. The solution instead is nm-initrd-generator. Also, on Fedora the ibft was disabled and probably on most other distributions as well. This was only used on RHEL. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1371201#c7
Diffstat (limited to 'man')
-rw-r--r--man/NetworkManager.conf.xml13
1 files changed, 2 insertions, 11 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index ec49fcdb88..e56de21022 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -1323,17 +1323,8 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16
<term><varname>ibft</varname>, <varname>no-ibft</varname></term>
<listitem>
<para>
- This plugin allows to read iBFT configuration (iSCSI Boot Firmware Table).
- The configuration is read using <filename>/sbin/iscsiadm</filename>. Users are
- expected to configure iBFT connections via the firmware interfaces.
- If ibft support is available, it is automatically enabled after
- <literal>ifcfg-rh</literal>. This can be disabled by <literal>no-ibft</literal>.
- You can also explicitly specify <literal>ibft</literal> to load the
- plugin without <literal>ifcfg-rh</literal> or to change the plugin order.
- </para>
- <para>
- Note that ibft plugin uses <filename>/sbin/iscsiadm</filename> and thus requires
- CAP_SYS_ADMIN capability.
+ These plugins are deprecated and their selection has no effect.
+ This is now handled by nm-initrd-generator.
</para>
</listitem>
</varlistentry>