* [pve-devel] [PATCH container] allow fedora 33 container
@ 2020-11-09 12:23 Oguz Bektas
2020-11-09 14:50 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Oguz Bektas @ 2020-11-09 12:23 UTC (permalink / raw)
To: pve-devel
used template for testing:
https://uk.images.linuxcontainers.org/images/fedora/33/amd64/default/20201108_20:33/rootfs.tar.xz
unprivileged container - everything works as expected
privileged container - needs 'nesting=1' for network connection to work
Signed-off-by: Oguz Bektas <o.bektas@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 3da120e..68d63b1 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 '$version'\n" if !($version >= 22 && $version <= 32);
+ die "unsupported Fedora release '$version'\n" if !($version >= 22 && $version <= 33);
my $self = { conf => $conf, rootdir => $rootdir, version => $version };
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH container] allow fedora 33 container
2020-11-09 12:23 [pve-devel] [PATCH container] allow fedora 33 container Oguz Bektas
@ 2020-11-09 14:50 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2020-11-09 14:50 UTC (permalink / raw)
To: Proxmox VE development discussion, Oguz Bektas
On 09.11.20 13:23, Oguz Bektas wrote:
> used template for testing:
> https://uk.images.linuxcontainers.org/images/fedora/33/amd64/default/20201108_20:33/rootfs.tar.xz
>
> unprivileged container - everything works as expected
> privileged container - needs 'nesting=1' for network connection to work
>
> Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
> ---
> src/PVE/LXC/Setup/Fedora.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-09 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 12:23 [pve-devel] [PATCH container] allow fedora 33 container Oguz Bektas
2020-11-09 14:50 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal