changes from v1: - add missing check_systemd_nesting to Plugin.pm - adapt patch message regarding the protected_call(...) - preprend 'fix #7270' in patch summary
Small fixes, which add missing no-op methods for unmanaged containers, where the first fixes unmanaged containers to start again and be able to create/clone unmanaged containers, while the latter is only removing an error message. Tested with an unmanaged voidlinux container. Daniel Kral (4): setup: plugin: add missing check_systemd_nesting stub fix #7270: setup: add no-op check_systemd_nesting for unmanaged CTs setup: add no-op detect_architecture for unmanaged CTs setup: make the architecture fall back to amd64 for falsy values src/PVE/LXC/Setup.pm | 2 +- src/PVE/LXC/Setup/Plugin.pm | 5 +++++ src/PVE/LXC/Setup/Unmanaged.pm | 13 ++++++++++++- 3 files changed, 18 insertions(+), 2 deletions(-) -- 2.47.3
