[pve-devel] [PATCH] vzdump: make sure only DOT pid files excluded

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Mar 3 15:59:09 CET 2016


Looks good. Now since these patches today seem to be your first
contributions to PVE there's one more thing left to do, and
that's the license agreement (AGPLv3 and the Harmony CLA), see
the bottom of the developer documentation in our wiki:

http://pve.proxmox.com/wiki/Developer_Documentation

We'd be happy to apply this and possibly future patches if you
agree to these terms.

> On March 3, 2016 at 3:48 PM Jean-Francois Dagenais <jeff.dagenais at gmail.com> wrote:
> 
> 
> and not files like "acpid"
> 
> Signed-off-by: Jean-Francois Dagenais <jeff.dagenais at gmail.com>

Acked-by: Wolfgang Bumiller <w.bumiller at proxmox.com>

> ---
>  PVE/VZDump.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
> index 8f5af3f..a3d1f2c 100644
> --- a/PVE/VZDump.pm
> +++ b/PVE/VZDump.pm
> @@ -593,7 +593,7 @@ sub new {
>  	push @$findexcl, '/var/log/?*',
>  	                 '/tmp/?*',
>  	                 '/var/tmp/?*',
> -	                 '/var/run/?*pid';
> +	                 '/var/run/?*.pid';
>      }
>  
>      foreach my $p (@plugins) {
> -- 
> 2.1.4




More information about the pve-devel mailing list