applied, thanks.
> -Original Message-
> From: pve-devel-boun...@pve.proxmox.com [mailto:pve-devel-
> boun...@pve.proxmox.com] On Behalf Of Alexandre Derumier
> Sent: Freitag, 28. September 2012 10:58
> To: pve-devel@pve.proxmox.com
> Subject: [pve-devel] [PATCH] pve-b
currently if the bridge have a mtu of 9000, when putting a tap interface on it
(mtu 1500 by default),
the mtu of the bridge goes to 1500.
we want that the mtu of the tap interface equal the mtu of the bridge
correcting bug:
https://bugzilla.proxmox.com/show_bug.cgi?id=258
Signed-off-by: Alexand
> Subject: Re: [pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap
> interface
>
> sorry, this was for tests for other thing.
>
All file-system based storage have a 'path' property, so that 'if' statement is
triggered anyways (not s
sorry, this was for tests for other thing.
I'll resubmit a clean patch tomorrow
- Mail original -
De: "Dietmar Maurer"
À: "Alexandre Derumier" , pve-devel@pve.proxmox.com
Envoyé: Jeudi 27 Septembre 2012 10:37:17
Objet: RE: [pve-devel] [PATCH] pve-bridge :
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index
> 157b4a9..aaf2e4a 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -3718,6 +3718,7 @@ my $snapshot_prepare = sub {
> if !(($scfg->{path} && $volname =~ m/\.qcow2$/) ||
>($scfg->{type
currently if the bridge have a mtu of 9000, when putting a tap interface on it
(mtu 1500 by default),
the mtu of the bridge goes to 1500.
we want that the mtu of the tap interface equal the mtu of the bridge
correcting bug:
https://bugzilla.proxmox.com/show_bug.cgi?id=258
Signed-off-by: Alexand