[pve-devel] [PATCH container] fix #2147: add support for opensuse tumbleweed
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Mar 29 17:26:23 CET 2019
On 3/29/19 5:16 PM, Oguz Bektas wrote:
> this enables opensuse-tumbleweed templates to be used in pve.
>
> a few things didn't work properly in my tests, so some things to consider:
> * (probably) because of network configuration issues, it takes a while
> for the container to start fully (~30s on my setup)
> * unprivileged containers (w/ and w/o nesting enabled) had no network
> after starting, and needed to be enabled manually with ip addr and
> route.
> * privileged containers seemed to function normally, except the
> startup delay
>
> Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
> ---
> src/PVE/LXC/Setup.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/PVE/LXC/Setup.pm b/src/PVE/LXC/Setup.pm
> index 90bbb85..845aced 100644
> --- a/src/PVE/LXC/Setup.pm
> +++ b/src/PVE/LXC/Setup.pm
> @@ -32,6 +32,7 @@ my $plugin_alias = {
> arch => 'archlinux',
> sles => 'opensuse',
> 'opensuse-leap' => 'opensuse',
> + 'opensuse-tumbleweed' => 'opensuse',
> };
>
> my $autodetect_type = sub {
>
applied, thanks!
(i changed the "add tumbleweed" to "re-add tumbleweed" support, as we had it
already, they just changed the information used to detect it as such :-))
More information about the pve-devel
mailing list