[pve-devel] applied: [PATCH container] allow fedora 29

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Nov 9 14:24:32 CET 2018


On 11/9/18 1:53 PM, David Limbeck wrote:
> tested start/stop of container as well as ipv4 and ipv6 static addresses
> 
> Signed-off-by: David Limbeck <d.limbeck at proxmox.com>
> ---
>  src/PVE/LXC/Setup/Fedora.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/PVE/LXC/Setup/Fedora.pm b/src/PVE/LXC/Setup/Fedora.pm
> index 5262347..ed2476b 100644
> --- a/src/PVE/LXC/Setup/Fedora.pm
> +++ b/src/PVE/LXC/Setup/Fedora.pm
> @@ -11,7 +11,7 @@ sub new {
>      my ($class, $conf, $rootdir, $os_release) = @_;
>  
>      my $version = $os_release->{VERSION_ID};
> -    die "unsupported fedora release\n" if !($version >= 22 && $version <= 28);
> +    die "unsupported fedora release\n" if !($version >= 22 && $version <= 29);
>  
>      my $self = { conf => $conf, rootdir => $rootdir, version => $version };
>  
> 

applied, thanks!




More information about the pve-devel mailing list