-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make lxd-agent install script compatible with SUSE #14003
Conversation
This was tested on Ubuntu 24.04, OpenSUSE 15.6 and Tumbleweed. Note that Tumbleweed has a compat symlink in place ( To test this, I used
I also tested this on a manually installed VM running SUSE 15 SP6 (ISO install). |
This assumed #14003 will be backported to `5.21/stable`.
8f623dd
to
8a6e6d6
Compare
8a6e6d6
to
516c04d
Compare
https://www.freedesktop.org/software/systemd/man/latest/sd_booted.html: > Internally, this function checks whether the directory /run/systemd/system/ > exists. A simple check like this can also be implemented trivially in shell > or any other language. Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
516c04d
to
6d41293
Compare
@tomponline the CI fails for what seems to be a regression with microceph as it's consistently failing in this unrelated spot: https://github.com/canonical/lxd/actions/runs/10685425570/job/29621723179#step:12:50510 Update: this is not a regression in microceph but one in LXD introduced by #13995 |
Fixes #13991