[pve-devel] [PATCH storage v3 4/4] Added a LOG_EXT constant as a counterpart to NOTES_EXT

Fabian Ebner f.ebner at proxmox.com
Mon Jun 13 10:34:30 CEST 2022


Am 20.05.22 um 15:28 schrieb Daniel Tschlatscher:
> diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm
> index 0a100b7..7e53189 100644
> --- a/PVE/Storage/Plugin.pm
> +++ b/PVE/Storage/Plugin.pm
> @@ -21,6 +21,7 @@ use base qw(PVE::SectionConfig);
>  use constant COMPRESSOR_RE => 'gz|lzo|zst';
>  
>  use constant NOTES_EXT => ".notes";
> +use constant LOG_EXT => ".log";

Nit: not ordered alphabetically





More information about the pve-devel mailing list