public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-common] Inotify: allow bond of bond
@ 2020-10-20 11:26 Alexandre Derumier
  2020-10-23 19:09 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Derumier @ 2020-10-20 11:26 UTC (permalink / raw)
  To: pve-devel

for example,some users need to do active-backup bond, on top of 2 lacp bond.
---
 src/PVE/INotify.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm
index f524672..c5067de 100644
--- a/src/PVE/INotify.pm
+++ b/src/PVE/INotify.pm
@@ -1509,7 +1509,7 @@ sub __write_etc_network_interfaces {
 		die "bond '$iface' - unable to find slave '$p'\n"
 		    if !$n;
 		die "bond '$iface' - wrong interface type on slave '$p' " .
-		    "('$n->{type}' != 'eth')\n" if $n->{type} ne 'eth';
+		    "('$n->{type}' != 'eth or bond')\n" if ($n->{type} ne 'eth' && $n->{type} ne 'bond');
 		&$check_mtu($ifaces, $iface, $p);
 		$bond_primary_is_slave = 1 if $d->{'bond-primary'} && $d->{'bond-primary'} eq $p;
 	    }
-- 
2.20.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH pve-common] Inotify: allow bond of bond
  2020-10-20 11:26 [pve-devel] [PATCH pve-common] Inotify: allow bond of bond Alexandre Derumier
@ 2020-10-23 19:09 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2020-10-23 19:09 UTC (permalink / raw)
  To: Proxmox VE development discussion, Alexandre Derumier

On 20.10.20 13:26, Alexandre Derumier wrote:
> for example,some users need to do active-backup bond, on top of 2 lacp bond.
> ---
>  src/PVE/INotify.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-23 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 11:26 [pve-devel] [PATCH pve-common] Inotify: allow bond of bond Alexandre Derumier
2020-10-23 19:09 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal