Update comments

This commit is contained in:
Jip-Hop 2024-01-26 20:56:25 +01:00
parent 9b307fd46b
commit 79bd824505
1 changed files with 5 additions and 5 deletions

View File

@ -356,13 +356,13 @@ def start_jail(jail_name, check_startup_enabled=False):
# #
# Workaround: https://github.com/kinvolk/kube-spawn/pull/328 # Workaround: https://github.com/kinvolk/kube-spawn/pull/328
# #
# However, it seems like the DeviceAllow= workaround may break in # As of 26-3-2024 on TrueNAS-SCALE-23.10.1.1 it seems to no longer be
# a future Debian release with systemd version 250 or higher # required to use DevicePolicy=auto
# Docker can successfully pull the ljishen/sysbench test image
# Running mknod /dev/port c 1 4 manually works too...
# Unknown why this suddenly started working...
# https://github.com/systemd/systemd/issues/21987 # https://github.com/systemd/systemd/issues/21987
# #
# As of 29-1-2023 it still works with debian bookworm (nightly) and sid
# using the latest systemd version 252.4-2 so I think we're good!
#
# Use SYSTEMD_SECCOMP=0: https://github.com/systemd/systemd/issues/18370 # Use SYSTEMD_SECCOMP=0: https://github.com/systemd/systemd/issues/18370
systemd_run_additional_args += [ systemd_run_additional_args += [