[pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface

Dietmar Maurer dietmar at proxmox.com
Fri Sep 28 06:33:02 CEST 2012


> 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 sure what you want to test with that).

 
> 
> ----- 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