]> git.proxmox.com Git - pve-container.git/log
pve-container.git
10 months agosetup: debian: factor out inittab setup
Wolfgang Bumiller [Fri, 16 Jun 2023 07:59:26 +0000 (09:59 +0200)]
setup: debian: factor out inittab setup

it's too easy to try to append to `setup_init`, missing that
there's a `return if !file_exists` in there...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
10 months agosetup: enable systemd-networkd via preset for ubuntu 23.04+
Wolfgang Bumiller [Fri, 16 Jun 2023 07:43:03 +0000 (09:43 +0200)]
setup: enable systemd-networkd via preset for ubuntu 23.04+

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
10 months agosetup: enable systemd-networkd via preset for archlinux
Wolfgang Bumiller [Fri, 16 Jun 2023 07:39:45 +0000 (09:39 +0200)]
setup: enable systemd-networkd via preset for archlinux

Note that this is now done in `setup_init` which is a
pre-start hook rather than a one time template fixup,
however, the presets are only applied on first boot or if
the user requests them explicitly, and the usual mechanisms
to prevent the file from being written can be used.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
10 months agoadd setup_systemd_preset helper, disable networkd for debian 12+
Wolfgang Bumiller [Fri, 16 Jun 2023 07:24:56 +0000 (09:24 +0200)]
add setup_systemd_preset helper, disable networkd for debian 12+

Since we use ifupdown by defaul there and systemd-networkd
would also pull systemd-networkd-wait-online.service which
fails.

We expect this to have to be used for more initial service
setups in the future, so a helper is added to `Base`.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
10 months agobuildsys: expand clean target
Thomas Lamprecht [Thu, 15 Jun 2023 08:19:05 +0000 (10:19 +0200)]
buildsys: expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 months agoCT modification: fix hostname/DNS perm check
Fabian Grünbichler [Thu, 15 Jun 2023 07:30:06 +0000 (09:30 +0200)]
CT modification: fix hostname/DNS perm check

the old broken code tried to parse the hostname, searchdomain and nameserver
options as guest NIC, which obviously cannot work.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 months agotests: add minimal test for LXC_NAME hosts entry
Stoiko Ivanov [Wed, 14 Jun 2023 12:33:25 +0000 (14:33 +0200)]
tests: add minimal test for LXC_NAME hosts entry

based on test-alpine-002

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
10 months agotests: fix small syntax glitch
Stoiko Ivanov [Wed, 14 Jun 2023 12:33:24 +0000 (14:33 +0200)]
tests: fix small syntax glitch

adaptation to adhere to perlcritics recommendation led to the snapshot
tests to not work anymore:
```
Undefined subroutine &Test::MockModule called at snapshot-test.pm line 300.
```

With this the snapshot tests still run and perlcritic seems happy

Fixes: f505de300431134b202ad5a88f55721cb95e6fe4
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
10 months agosetup: cope with non-existing /etc/hosts again
Thomas Lamprecht [Tue, 13 Jun 2023 16:43:31 +0000 (18:43 +0200)]
setup: cope with non-existing /etc/hosts again

Fixes: 8f56203 ("fix #4515: template setup: remove bogus LXC_NAME line from /etc/hosts")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 months agosetup: support upcoming Debian, Devuan and Ubuntu releases
Thomas Lamprecht [Tue, 13 Jun 2023 15:49:18 +0000 (17:49 +0200)]
setup: support upcoming Debian, Devuan and Ubuntu releases

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 months agofix #4515: template setup: remove bogus LXC_NAME line from /etc/hosts
Stoiko Ivanov [Fri, 9 Jun 2023 17:36:27 +0000 (19:36 +0200)]
fix #4515: template setup: remove bogus LXC_NAME line from /etc/hosts

Templates not built directly by us, but redistributed from
images.linuxcontainer.org contain the following line in /etc/hosts:
`127.0.1.1       LXC_NAME`

While it is mostly cosmetic - LXC_NAME, contains an underscore and is
not a valid DNS name.

Simply drop it for newly created containers in template_fixup.

We ship Debian, Devuan ourselves, without this line - so no need for
modification there.

Currently the NixOS container-template (see [0]) also does not seem
to contain the line.

Noticed the issue with a fresh fedora container, where systemd-resolved
logs a warning upon boot.

[0] https://nixos.wiki/wiki/Proxmox_Linux_Container

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
11 months agosetup: systemd-network: use correct values for dhcp-modes
Stoiko Ivanov [Fri, 9 Jun 2023 13:05:51 +0000 (15:05 +0200)]
setup: systemd-network: use correct values for dhcp-modes

the change from v4->ipv4 happened 2015 in systemd commit
cb9fc36a1211967e8c58b0502a26c42552ac8060 - so by now it should be
safe to replace it for all containers relying on systemd-networkd.

This change follows fb554c701f1e9cac4b278fd6b82a4f2b45da8acf (in
pve-container) but in this case the issue is only cosmetic for now.

Noticed with a current arch-linux container

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
11 months agobump version to 5.0.1
Thomas Lamprecht [Fri, 9 Jun 2023 08:18:29 +0000 (10:18 +0200)]
bump version to 5.0.1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/control: bump versioned dependency to libpve-access-control
Thomas Lamprecht [Fri, 9 Jun 2023 08:15:40 +0000 (10:15 +0200)]
d/control: bump versioned dependency to libpve-access-control

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/control: bump versioned dependency to libpve-guest-common-perl
Thomas Lamprecht [Fri, 9 Jun 2023 08:15:29 +0000 (10:15 +0200)]
d/control: bump versioned dependency to libpve-guest-common-perl

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agocheck_bridge_access: code cleanup
Thomas Lamprecht [Fri, 9 Jun 2023 08:10:04 +0000 (10:10 +0200)]
check_bridge_access: code cleanup

like in qemu-server

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agonetwork permissions: implement checks
Fabian Grünbichler [Fri, 9 Jun 2023 07:51:41 +0000 (09:51 +0200)]
network permissions: implement checks

when creating a new container
when restoring a backup
when cloning a container
and obviously, when changing the nics of an existing container

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
 [ T: add $opt in override param check ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agoconfig: implement method to calculate derived properties from a config
Fiona Ebner [Tue, 28 Feb 2023 10:54:08 +0000 (11:54 +0100)]
config: implement method to calculate derived properties from a config

See the corresponding commit in guest-common for more information.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
11 months agosetup: fedora: support up to Fedora 40 for future proofing
Thomas Lamprecht [Thu, 8 Jun 2023 09:38:11 +0000 (11:38 +0200)]
setup: fedora: support up to Fedora 40 for future proofing

We might want to make this actually open ended, or just warn for
best-effort if above our tested range..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agoapi: resize: fork before locking
Fiona Ebner [Tue, 30 May 2023 13:52:07 +0000 (15:52 +0200)]
api: resize: fork before locking

making sure the early checks are done once before the expensive
forking and locking and once after locking, because the state might
have changed.

The size calculation had to be adapted a bit, to ensure the original
size is not added twice when it's a request with a leading '+'.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
11 months agoapi: resize: drop error that can never apply
Fiona Ebner [Tue, 30 May 2023 13:52:06 +0000 (15:52 +0200)]
api: resize: drop error that can never apply

Because container images are never qcow2.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
11 months agofix #4457: use bridge mtu if no mtu is defined
Alexandre Derumier [Tue, 11 Apr 2023 12:44:48 +0000 (14:44 +0200)]
fix #4457: use bridge mtu if no mtu is defined

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
11 months agodrop old 'lxc.id_map' config key support
Wolfgang Bumiller [Mon, 5 Jun 2023 09:51:48 +0000 (11:51 +0200)]
drop old 'lxc.id_map' config key support

lxc since v3 only support 'lxc.idmap' now and we don't need
to support this here either anymore

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobuildsys: expand clean target
Wolfgang Bumiller [Thu, 25 May 2023 12:16:21 +0000 (14:16 +0200)]
buildsys: expand clean target

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobump version to 5.0.0
Wolfgang Bumiller [Thu, 25 May 2023 11:58:56 +0000 (13:58 +0200)]
bump version to 5.0.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agoskip userns tests in sbuild environment
Wolfgang Bumiller [Thu, 25 May 2023 12:04:57 +0000 (14:04 +0200)]
skip userns tests in sbuild environment

Since they cannot run in a chroot. They'd need a
`pivot_root` environment instead.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agod/control: depend on debhelper-compat =13
Wolfgang Bumiller [Thu, 25 May 2023 11:58:49 +0000 (13:58 +0200)]
d/control: depend on debhelper-compat =13

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agod/control: raise standards compliance to 4.6.2
Wolfgang Bumiller [Thu, 25 May 2023 11:58:28 +0000 (13:58 +0200)]
d/control: raise standards compliance to 4.6.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobuildsys: change source format to native
Wolfgang Bumiller [Thu, 25 May 2023 11:58:03 +0000 (13:58 +0200)]
buildsys: change source format to native

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobump version to 4.4-4
Wolfgang Bumiller [Thu, 25 May 2023 07:37:32 +0000 (09:37 +0200)]
bump version to 4.4-4

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobuildsys: improve builddir generation
Wolfgang Bumiller [Thu, 25 May 2023 07:49:15 +0000 (09:49 +0200)]
buildsys: improve builddir generation

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobuildsys: derive upload dist automatically
Wolfgang Bumiller [Thu, 25 May 2023 07:44:48 +0000 (09:44 +0200)]
buildsys: derive upload dist automatically

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobuildsys: improve clean target
Wolfgang Bumiller [Thu, 25 May 2023 07:44:07 +0000 (09:44 +0200)]
buildsys: improve clean target

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobuildsys: add sbuild target, improve dsc target
Wolfgang Bumiller [Thu, 25 May 2023 07:40:23 +0000 (09:40 +0200)]
buildsys: add sbuild target, improve dsc target

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agomakefile: convert to simple parenthesis
Wolfgang Bumiller [Thu, 25 May 2023 07:39:26 +0000 (09:39 +0200)]
makefile: convert to simple parenthesis

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agolxc start: warn in case of conflicting lxc.idmap entries
Friedrich Weber [Mon, 15 May 2023 13:08:23 +0000 (15:08 +0200)]
lxc start: warn in case of conflicting lxc.idmap entries

Users can customize the mapping between host and container uids/gids
by providing `lxc.idmap` entries in the container config. The syntax
is described in lxc.container.conf(5). One source of errors are
conflicting entries for one or more uid/gids. An example:

    ...
    lxc.idmap: u 0 100000 65536
    lxc.idmap: u 1000 1000 10
    ...

Assuming `root:1000:10` is correctly added to /etc/subuid, starting
the container fails with an error that is hard to interpret:

    lxc_map_ids: 3701 newuidmap failed to write mapping
    "newuidmap: write to uid_map failed: Invalid argument":
    newuidmap 67993 0 100000 65536 1000 1000 10

In order to simplify troubleshooting, validate the mapping before
starting the container and print a warning if a conflict is detected.
For the above mapping:

    lxc.idmap: invalid map entry 'u 1000 1000 10':
    container uid 1000 is also mapped by entry 'u 0 100000 65536'

The warning appears in the task log and in the output of `pct start`.

The validation subroutine considers uid and gid mappings separately.
For each of the two types, it makes one pass to detect container id
conflicts and one pass to detect host id conflicts. The subroutine
dies with the first detected conflict.

A failed validation only prints a warning instead of erroring out, to
make sure buggy (or outdated) validation logic does not prevent
containers from starting.

Note that validation does not take /etc/sub{uid,gid} into account,
which, if misconfigured, could still prevent the container from
starting with an error like

    "newuidmap: uid range [1000-1010) -> [1000-1010) not allowed"

If needed, validating /etc/sub{uid,gid} could be added in the future.

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
12 months agod/copyright: update years
Thomas Lamprecht [Mon, 8 May 2023 08:51:18 +0000 (10:51 +0200)]
d/copyright: update years

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agomemory: enforce memory.high also on hotplug changes
Thomas Lamprecht [Wed, 26 Apr 2023 14:21:21 +0000 (16:21 +0200)]
memory: enforce memory.high also on hotplug changes

Factor out the calculation into a method to ensure it keeps in sync
and then use the newly added parameter of the change_memory_limit
PVE::CGroup method, bump the dependency in d/control respectively.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agomemory: set cgroupv2 memory.high to ~99.6% of memory.max hard-limit
Thomas Lamprecht [Mon, 3 Oct 2022 09:10:30 +0000 (11:10 +0200)]
memory: set cgroupv2 memory.high to ~99.6% of memory.max hard-limit

cgroup memory usage is limited by the hard 'max' limit (OOM-killer
enforced) and the soft 'high' limit (cgroup processes get throttled
and put under heavy reclaim pressure). Set the latter high limit to
1016/1024 (~99.2%) of the 'max' hard limit, this scales with CT
memory allocations, & gives a decent 2^x based rest for 2^y memory
config which is still quite near the upper bound – clamp the maximum
gap between high and max at 128 MiB to avoid that huge container pay
quite an high amount of absolute cost.

A few example for differences between max & high for a few mem sizes:
- 2 MiB lower for 256 MiB max
- 16 MiB lower for 2 GiB max
- 128 MiB for 16 GiB and above

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agosetup: avoid writing truncated machine-id if it didn't exist
Thomas Lamprecht [Wed, 26 Apr 2023 14:22:35 +0000 (16:22 +0200)]
setup: avoid writing truncated machine-id if it didn't exist

Allows an admin to prepare a template that will have the first-boot
condition set on first start, as we only want to disable first-boot
condition but (re)generate also a machine-id on clone if the
machine-id already exist and isn't set to "uninitialized".

Link: https://forum.proxmox.com/threads/126291/
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agogroup and order use statements
Thomas Lamprecht [Wed, 26 Apr 2023 12:28:31 +0000 (14:28 +0200)]
group and order use statements

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agofix various perlcritic lints
Thomas Lamprecht [Tue, 11 Apr 2023 14:42:54 +0000 (16:42 +0200)]
fix various perlcritic lints

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agoprestart hook: avoid variable declared in conditional statement
Thomas Lamprecht [Tue, 11 Apr 2023 14:42:41 +0000 (16:42 +0200)]
prestart hook: avoid variable declared in conditional statement

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agomigration: avoid variable declared in conditional statement
Thomas Lamprecht [Tue, 11 Apr 2023 14:42:18 +0000 (16:42 +0200)]
migration: avoid variable declared in conditional statement

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agoupdate disk size: avoid variable declared in conditional statement
Thomas Lamprecht [Tue, 11 Apr 2023 14:41:59 +0000 (16:41 +0200)]
update disk size: avoid variable declared in conditional statement

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agopct: avoid variable declared in conditional statement
Thomas Lamprecht [Tue, 11 Apr 2023 14:41:21 +0000 (16:41 +0200)]
pct: avoid variable declared in conditional statement

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 months agotest: fix perlcritic lint
Thomas Lamprecht [Tue, 11 Apr 2023 14:41:00 +0000 (16:41 +0200)]
test: fix perlcritic lint

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
13 months agobump version to 4.4-3
Wolfgang Bumiller [Thu, 16 Mar 2023 15:00:03 +0000 (16:00 +0100)]
bump version to 4.4-3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 months agonet: Add `link_down` config to allow setting interfaces as disconnected
Christoph Heiss [Wed, 22 Feb 2023 12:49:02 +0000 (13:49 +0100)]
net: Add `link_down` config to allow setting interfaces as disconnected

If this network option is set, the host-side link will be forced down
and the interface won't be connected to the bridge.

Add a `Disconnect` option for network interfaces on LXC containers, much
like it already exists for VMs. This has been requested in #3413 [0] and
seems useful, especially considering we already support the same thing
for VMs.

[0] https://bugzilla.proxmox.com/show_bug.cgi?id=3413

One thing to note is that LXC does not seem to support the notion of
setting an interface down. The `flags` property would suggest that this
possible [1], but AFAICS it does not work. I tried setting the value as
empty and to something else than "up" (since that is really the only
supported option [2][3]), which both had absolutely no effect.

[1] https://linuxcontainers.org/lxc/manpages/man5/lxc.container.conf.5.html#lbAO
[2] https://github.com/lxc/lxc/blob/08f0e769/src/lxc/confile.c#L453-L467
[3] https://github.com/lxc/lxc/blob/08f0e769/src/lxc/confile.c#L5933-L5952

Thus force the host-side link of the container network down and avoid
adding it to the designated bridge if the new option is set, effectively
disconnecting the container network.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Tested-by:  Friedrich Weber <f.weber@proxmox.com>
 [ T: paste cover letter as commit message ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
13 months agonet: Pass network config directly to net_tap_plug()
Christoph Heiss [Wed, 22 Feb 2023 12:49:01 +0000 (13:49 +0100)]
net: Pass network config directly to net_tap_plug()

No functional changes.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Tested-by:  Friedrich Weber <f.weber@proxmox.com>
14 months agohotplug net: whitespace/indentation fixup
Thomas Lamprecht [Tue, 21 Feb 2023 16:59:07 +0000 (17:59 +0100)]
hotplug net: whitespace/indentation fixup

we don't keep the closing param parenthesis at the same line if
params use up more than one line.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
14 months agolxc: Avoid open-coding normal vs SDN-specific tap_plug()
Christoph Heiss [Tue, 21 Feb 2023 08:05:48 +0000 (09:05 +0100)]
lxc: Avoid open-coding normal vs SDN-specific tap_plug()

This pattern is used in multiple places, thus just extract it into a sub
on its own.

No functional changes.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
14 months agolxc: Fix some trailing whitespace
Christoph Heiss [Tue, 21 Feb 2023 08:05:47 +0000 (09:05 +0100)]
lxc: Fix some trailing whitespace

No functional changes.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
14 months agofix #4470: pct fstrim: ignore bind or read-only mountpoints
Friedrich Weber [Mon, 20 Feb 2023 10:04:45 +0000 (11:04 +0100)]
fix #4470: pct fstrim: ignore bind or read-only mountpoints

Currently, `pct fstrim` will run `fstrim` on all mountpoints
of the container, including bind and read-only mountpoints.

However, trimming a bind mountpoint might trim a host
filesystem, which users may not expect. Also, trimming can
be considered a write operation, which users may not expect
to be carried out on a read-only mountpoint.

Hence, exclude bind mointpoints and read-only mountpoints
from trimming.

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
14 months agofix: shutdown: if lxc-stop fails, wait for socket closing with timeout
Friedrich Weber [Wed, 25 Jan 2023 13:07:49 +0000 (14:07 +0100)]
fix: shutdown: if lxc-stop fails, wait for socket closing with timeout

When trying to shutdown a hung container with `forceStop=0` (e.g. via
the Web UI), the shutdown task may run indefinitely while holding a lock
on the container config. The reason is that the shutdown subroutine
waits for the LXC command socket to close, even if the `lxc-stop`
command has failed due to timeout. This prevents other tasks (such as a
stop task) from acquiring the lock. In order to stop the container, the
shutdown task has to be explicitly killed first, which is inconvenient.
This occurs e.g. when trying to shutdown a hung CentOS 7 container (with
systemd <v232) in a cgroupv2 environment.

This fix imposes a timeout on the socket polling operation if the
`lxc-stop` command has failed. Behavior in case `lxc-stop` succeeds is
unchanged. This reintroduces some behavior from b1bad293. The timeout
duration is the given shutdown timeout, meaning that the final task
duration in the scenario above is twice the shutdown timeout.

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
15 months agofix #4460: setup: centos: create /etc/hostname if it does not exist
Friedrich Weber [Mon, 16 Jan 2023 16:52:34 +0000 (17:52 +0100)]
fix #4460: setup: centos: create /etc/hostname if it does not exist

Previously, the CentOS setup only wrote to /etc/hostname if the file
already existed. Many CT templates of Redhat-derived distros do not
contain that file, so the containers ended up without /etc/hostname.
This caused systemd-hostnamed to report the "static hostname" to be
empty. If networking is handled by NetworkManager, the empty static
hostname caused DHCP requests to be sent without the "Hostname"
field, as reported in #4460.

With this fix, the CentOS setup module creates /etc/hostname if it
does not exist, so NetworkManager correctly reads the hostname and
includes it in DHCP requests.

Manually tested with the following CT templates (checking that
/etc/hostname exists and DHCP requests include the hostname):

- Distros using NetworkManager:

  - Alma Linux 9 (almalinux-9-default_20221108_amd64.tar.xz)
  - CentOS 8 (centos-8-default_20201210_amd64.tar.xz)
  - CentOS 9 Stream (centos-9-stream-default_20221109_amd64.tar.xz)
  - Rocky Linux 9 (rockylinux-9-default_20221109_amd64.tar.xz)

- Distros using network-scripts (here, DHCP requests already
  contained the hostname without this fix, as network-scripts does
  not rely on systemd-hostnamed):

  - Alma Linux 8 (almalinux-8-default_20210928_amd64.tar.xz)
  - CentOS 7 (centos-7-default_20190926_amd64.tar.xz)
  - CentOS 8 Stream (centos-8-stream-default_20220327_amd64.tar.xz)
  - Rocky Linux 8 (rockylinux-8-default_20210929_amd64.tar.xz)

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
 [ T: slightly touch up of commit message format / wording ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
15 months agoallow riscv32/64 containers
Wolfgang Bumiller [Thu, 12 Jan 2023 10:50:47 +0000 (11:50 +0100)]
allow riscv32/64 containers

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
16 months agorestore: also remove firewall config after failed restore
Daniel Tschlatscher [Tue, 29 Nov 2022 14:00:19 +0000 (15:00 +0100)]
restore: also remove firewall config after failed restore

Before, a failed restore would only remove the container config, but
the firewall config would remain.
Now, the firewall config is also removed, except for the case when the
user only has the VM.Backup permission. In this case the firewall
would not have been restored/changed by us and is left as is.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
16 months agorestore: clean up config when invalid source archive is given
Daniel Tschlatscher [Tue, 29 Nov 2022 14:00:18 +0000 (15:00 +0100)]
restore: clean up config when invalid source archive is given

Before, if a non-existent source archive parameter was passed when
restoring a container, the task would fail but leave an empty config
file behind. The same with invalid mount point configurations.
In both cases, the empty config will now be removed.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
16 months agoprint_ct_warn_log: use log_warn function from RESTEnvironment
Fabian Ebner [Fri, 29 Oct 2021 11:16:24 +0000 (13:16 +0200)]
print_ct_warn_log: use log_warn function from RESTEnvironment

No functional change is intended.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
17 months agobump version to 4.4-2
Thomas Lamprecht [Tue, 22 Nov 2022 09:25:35 +0000 (10:25 +0100)]
bump version to 4.4-2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agoCentOS & derivates: also support all 9.x point releases
Thomas Lamprecht [Tue, 22 Nov 2022 09:23:28 +0000 (10:23 +0100)]
CentOS & derivates: also support all 9.x point releases

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agobump version to 4.4-1
Thomas Lamprecht [Mon, 21 Nov 2022 07:37:50 +0000 (08:37 +0100)]
bump version to 4.4-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agod/control: depend on newer libpve-guest-common-perl 4.2-3
Thomas Lamprecht [Mon, 21 Nov 2022 07:28:56 +0000 (08:28 +0100)]
d/control: depend on newer libpve-guest-common-perl 4.2-3

for usage of new unique tag helper

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agoconfig update: ensure that tags are unique
Thomas Lamprecht [Mon, 21 Nov 2022 07:28:20 +0000 (08:28 +0100)]
config update: ensure that tags are unique

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agobump version to 4.3-6
Thomas Lamprecht [Sun, 20 Nov 2022 15:34:11 +0000 (16:34 +0100)]
bump version to 4.3-6

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agonetwork: let the common tap-plug helper add fdb entries
Thomas Lamprecht [Sun, 20 Nov 2022 15:32:04 +0000 (16:32 +0100)]
network: let the common tap-plug helper add fdb entries

Avoids trying to append some on OVS ports or the like, which won't
work with the bridge util, so let the common tap-plug helper add fdb
entries, if needed _and_ supported.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agocode cleanup around tag plug
Thomas Lamprecht [Sun, 20 Nov 2022 14:49:51 +0000 (15:49 +0100)]
code cleanup around tag plug

re-use defined variables and pull out the similar one in LXC module
for shorter method calls

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agosetup: fix using non-plugin methods
Thomas Lamprecht [Sat, 19 Nov 2022 17:12:29 +0000 (18:12 +0100)]
setup: fix using non-plugin methods

ct_is_symlink and ct_readlink_recursive are not defined in
PVE::LXC::Setup::Plugin and thus not available for call in
PVE::LXC::Setup, thus it broke unmanaged CTs which does not descends
from the Base module, put from the abstract Plugin directly to avoid
touching its CTs at all (well, it's unmanaged)

We'd either need to add those symlink helpers to the abstract plugin
or, like we do now, add a new more general get_ct_init_path which
unmanaged can truthfully implement.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agobump version to 4.3-5
Thomas Lamprecht [Sat, 19 Nov 2022 10:39:57 +0000 (11:39 +0100)]
bump version to 4.3-5

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agofix #4355: d/control: depend on binutils to ensure objdump is available
Thomas Lamprecht [Sat, 19 Nov 2022 10:35:38 +0000 (11:35 +0100)]
fix #4355: d/control: depend on binutils to ensure objdump is available

Reported both in BZ and the forum, with the latter posting the
output of `pct start <vmid> --debug` it quickly became obvious that
we miss the binutils dependency here, maybe we can drop that in the
future again by simply parsing the ELF header in rust and use perlmod
but as stop gap for now just ensure that we actually got the tools
available we want to use..

Link: https://forum.proxmox.com/threads/118232/
Fixes: 917f7ae ("revamp check for systemd version")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agoenable systemd-networkd per preset in fedora 37+
Wolfgang Bumiller [Fri, 18 Nov 2022 09:36:42 +0000 (10:36 +0100)]
enable systemd-networkd per preset in fedora 37+

While the template has systemd-networkd enabled, the lack of
/etc/machine-id causes systemd to revert to its "preset",
where now in
  /usr/lib/systemd/system-preset/90-default.preset
fedora disables systemd-networkd in favor of NetworkManager.

Without this patch, the first boot of a fresh fedora 37
container would disable networking requiring a
`systemctl enable systemd-networkd` from within the
container once, after which it sticks around (until
/etc/machine-id is deleted).

This patch provides an
`/etc/systemd/system-preset/00-pve.preset` file to keep
systemd-networkd enabled via the `template_fixup` hook.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
17 months agobump version to 4.3-4
Thomas Lamprecht [Thu, 17 Nov 2022 12:47:39 +0000 (13:47 +0100)]
bump version to 4.3-4

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agomigrate: print mapped volume in error
Fabian Grünbichler [Thu, 17 Nov 2022 13:33:39 +0000 (14:33 +0100)]
migrate: print mapped volume in error

since that is the ID on the target node..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
17 months agopct: add 'remote-migrate' command
Fabian Grünbichler [Thu, 17 Nov 2022 13:33:38 +0000 (14:33 +0100)]
pct: add 'remote-migrate' command

works the same as `qm remote-migrate`, with the addition of `--restart`
and `--timeout` parameters.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
17 months agomigration: add remote migration
Fabian Grünbichler [Thu, 17 Nov 2022 13:33:37 +0000 (14:33 +0100)]
migration: add remote migration

modelled after the VM migration, but folded into a single commit since
the actual migration changes are a lot smaller here.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
17 months agod/control: bump versioned dependency for guest-common
Thomas Lamprecht [Thu, 17 Nov 2022 12:18:21 +0000 (13:18 +0100)]
d/control: bump versioned dependency for guest-common

to ensure the tag helper is available

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agocheck_ct_modify_config_perm: check for tags permissions with 'assert_tag_permissions'
Dominik Csapak [Wed, 16 Nov 2022 15:48:02 +0000 (16:48 +0100)]
check_ct_modify_config_perm: check for tags permissions with 'assert_tag_permissions'

from GuestHelpers. This function checks all necessary permissions and
raises an exception if the user does not have the correct ones.

This is necessary for the new 'privileged' tags and 'user-tag-access'
permissions to work.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
17 months agobetter parsing for lxc networking mtu setting
Daniel Tschlatscher [Thu, 3 Nov 2022 15:38:10 +0000 (16:38 +0100)]
better parsing for lxc networking mtu setting

This patch reworks some mtu settings for LXC containers in the backend
Namely, introducing an absolute maximum for the MTU field of 65535 and
asserting that the MTU setting isn't bigger than the bridge's MTU size

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
17 months agobump version to 4.3-3
Thomas Lamprecht [Wed, 16 Nov 2022 16:51:14 +0000 (17:51 +0100)]
bump version to 4.3-3

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agosetup: relax matching when detecting systemd version
Thomas Lamprecht [Wed, 16 Nov 2022 16:48:07 +0000 (17:48 +0100)]
setup: relax matching when detecting systemd version

As this did not detect the version from Arch Linux, which is, for
example:

> required from libsystemd-shared-251.7-4.so:

Accept dot and minus as separator for the extra/patch/distro level of
the version and allow arbitrary many such tuple parts.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agobump version to 4.3-2
Thomas Lamprecht [Wed, 16 Nov 2022 15:53:31 +0000 (16:53 +0100)]
bump version to 4.3-2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agosetup: get init path: switch to resolving link recursively
Thomas Lamprecht [Wed, 16 Nov 2022 15:46:37 +0000 (16:46 +0100)]
setup: get init path: switch to resolving link recursively

some distros like CentOS use a relative symlink for init, e.g.,
/sbin/init -> ../lib/systemd/systemd

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agosetup base: add ct_readlink_recursive
Thomas Lamprecht [Wed, 16 Nov 2022 15:45:56 +0000 (16:45 +0100)]
setup base: add ct_readlink_recursive

useful if one needs to deal with relative + maybe nested links

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agobump version to 4.3-1
Thomas Lamprecht [Sun, 13 Nov 2022 14:38:28 +0000 (15:38 +0100)]
bump version to 4.3-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agoubuntu: update comment for 23.04, code name is now known
Thomas Lamprecht [Sun, 13 Nov 2022 14:37:21 +0000 (15:37 +0100)]
ubuntu: update comment for 23.04, code name is now known

Lunar Lobster it is

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agofedora: support 37 and add pre-liminary support for 38
Thomas Lamprecht [Sun, 13 Nov 2022 14:36:52 +0000 (15:36 +0100)]
fedora: support 37 and add pre-liminary support for 38

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agodevuan: add preliminary support for Devuan 12 Daedalus
Thomas Lamprecht [Sun, 13 Nov 2022 14:36:30 +0000 (15:36 +0100)]
devuan: add preliminary support for Devuan 12 Daedalus

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agomigrate: avoid early line break in comment
Thomas Lamprecht [Sun, 13 Nov 2022 14:24:32 +0000 (15:24 +0100)]
migrate: avoid early line break in comment

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agomigrate: split and sort used perl modules
Thomas Lamprecht [Sun, 13 Nov 2022 14:24:00 +0000 (15:24 +0100)]
migrate: split and sort used perl modules

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 months agonet : add support for bridge disable mac learning
Alexandre Derumier [Wed, 24 Aug 2022 16:26:41 +0000 (18:26 +0200)]
net : add support for bridge disable mac learning

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
 [ T: adapt to iface learning-disable being now auto-detected ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agofix #3606: drop --inplace from suspend backups
Fabian Grünbichler [Wed, 8 Sep 2021 10:04:27 +0000 (12:04 +0200)]
fix #3606: drop --inplace from suspend backups

for bullseye-based systems, the 'fs.protected_regular'[0] sysctl is set
to '2' by default[1] (as opposed to the old value of '0'). this breaks
rsync's `--inplace` mode for such protected files, since opening them
with O_CREAT is not even possible for the root user anymore.

one example in the wild are debian (-based) containers using PHP, where
the session dir '/var/lib/php/sessions' is sticky, world-writable, owned
by root and contains sessions files usually owned by www-data. if any of
these session files are modified between the first and second rsync run,
the second run and thus the backup will fail.

the downside of this change is that containers with large files that are
updated between the first and second run will now see more (temp) space
usage - but suspend mode is not space efficient anyway and such setups
should consider switching to snapshot mode anyway.

additionaly, this commit drops the now no longer needed $first parameter
previously used to decide between different parameters for first and
second rsync run.

0: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=30aba6656f61ed44cba445a3c0d38b296fa9e8f5
1: https://salsa.debian.org/debian/procps/-/commit/299f4a1a10810e2995e666374b880b543af8e8e4

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
18 months agosetup: init checking: small code/whitespace cleanups
Thomas Lamprecht [Tue, 8 Nov 2022 17:20:24 +0000 (18:20 +0100)]
setup: init checking: small code/whitespace cleanups

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agofix #4192: revamp check for systemd version
Leo Nunner [Thu, 15 Sep 2022 11:52:28 +0000 (13:52 +0200)]
fix #4192: revamp check for systemd version

Instead of iterating through several folders, it might just be easier to
check the objdump output of /sbin/init and getting the version from there.
Resolving the /sbin/init symlink happens inside the chroot, but the
objdump from the host system is used, as to not run any untrusted
executables.

Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
18 months agofix #4228: add start parameter to rollback endpoint for automatic restarting of CT
Stefan Hanreich [Wed, 14 Sep 2022 08:30:52 +0000 (10:30 +0200)]
fix #4228: add start parameter to rollback endpoint for automatic restarting of CT

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
18 months agod/control: bump versioned dependecy for libpve-common-perl
Thomas Lamprecht [Tue, 8 Nov 2022 15:12:27 +0000 (16:12 +0100)]
d/control: bump versioned dependecy for libpve-common-perl

for newly added PVE::CGRoup::clamp_cpu_shares

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agoapi: create/update vm: clamp cpu unit value
Fiona Ebner [Fri, 7 Oct 2022 12:41:47 +0000 (14:41 +0200)]
api: create/update vm: clamp cpu unit value

While the clamping already happens before setting the actual
cpu.weight lxc config key, it can be done here too, to avoid writing
new out-of-range values into the config.

Can't use a validator enforcing this, because existing out-of-range
values should not become errors on parsing the config.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 months agochange cpu shares: drop superfluous parameter
Fiona Ebner [Fri, 7 Oct 2022 12:41:46 +0000 (14:41 +0200)]
change cpu shares: drop superfluous parameter

See the related commit in pve-common.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
18 months agoconfig: replace mentions of "VM" with "container"
Fiona Ebner [Fri, 7 Oct 2022 12:41:45 +0000 (14:41 +0200)]
config: replace mentions of "VM" with "container"

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
18 months agouse helper from common for cpu units/shares
Fiona Ebner [Fri, 7 Oct 2022 12:41:44 +0000 (14:41 +0200)]
use helper from common for cpu units/shares

to make behavior more consistent with what we do for VMs. The helper
will clamp the value as needed, rather than dying.

Allows starting existing containers with an out-of-range (for the
relevant cgroup version) value. It's also possible to end up with
out-of-range values via update/create API.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>