Update comments
This commit is contained in:
parent
9b307fd46b
commit
79bd824505
10
jlmkr.py
10
jlmkr.py
|
@ -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 += [
|
||||||
|
|
Loading…
Reference in New Issue