[pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface
Alexandre DERUMIER
aderumier at odiso.com
Thu Sep 27 18:12:42 CEST 2012
sorry, this was for tests for other thing.
I'll resubmit a clean patch tomorrow
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Alexandre Derumier" <aderumier at odiso.com>, pve-devel at pve.proxmox.com
Envoyé: Jeudi 27 Septembre 2012 10:37:17
Objet: RE: [pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface
> 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} eq 'nexenta') ||
> ($scfg->{type} eq 'rbd') ||
> + ($scfg->{type} eq 'nfs') ||
Please can you remove this first? (that is not needed)
More information about the pve-devel
mailing list