Actually I have a question @cloud fodder. Im wondering if I could configure and deploy my pacemaker control plane as an nspawn container? Right now I'm still doing it script based which isn't ideal for maintaining cluster members.
Most of the system services need to be running under root though, not sure if that's possible. Id like to be able to migrate to an immutable or read-only OS image at some point.
Login to reply
Replies (1)
There are some various user scheme options. You may be interested in this if you are requiring access to /proc
So yes, I think you could.. and it's nice being able to copy around an image (you can clone, export, import) them very easily.
GitHub
systemd-nspawn: add option to disable masking paths in /proc · Issue #34226 · systemd/systemd
Component systemd-nspawn Is your feature request related to a problem? Please describe It is currently not possible to run podman containers inside...