Skip to content

Commit

Permalink
Merge pull request #405 from SUSE/jhalackova_BSC#1231029
Browse files Browse the repository at this point in the history
Fix for BSC#1231029.
  • Loading branch information
lvicoun authored Dec 18, 2024
2 parents dff7e73 + 1ebfda2 commit e57a657
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tasks/cockpit-managing-bonds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@
</info>
<section xml:id="task-creating-bonds">
<title>Adding bonds</title>
<warning>
<title>Using DHCP when creating bonds may cause disconnection from &cockpit;</title>
<para>
When you try to create a network bond, you will be disconnected from &cockpit; as its IP
address changes if the following conditions are met:
</para>
<itemizedlist>
<listitem>
<para>
DHCP is used on the server running &cockpit;
</para>
</listitem>
<listitem>
<para>
the currently used network interface is added to the new network bond
</para>
</listitem>
</itemizedlist>
</warning>
<para>
To add a bond, proceed as follows:
</para>
Expand Down
19 changes: 19 additions & 0 deletions tasks/cockpit-managing-bridges.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,25 @@
</info>
<section xml:id="task-creating-bridges">
<title>Creating network bridges</title>
<warning>
<title>Using DHCP when creating network bridges may cause disconnection from &cockpit;</title>
<para>
When you try to create a network bridge, you will be disconnected from &cockpit; as its IP
address changes if the following conditions are met:
</para>
<itemizedlist>
<listitem>
<para>
DHCP is used on the server running &cockpit;
</para>
</listitem>
<listitem>
<para>
the currently used network interface is added to the new network bridge
</para>
</listitem>
</itemizedlist>
</warning>
<para>
To create a network bridge, proceed as follows:
</para>
Expand Down

0 comments on commit e57a657

Please sign in to comment.