-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add support for RockyLinux9 #353
Conversation
FAILED Fat image build: https://github.com/stackhpc/ansible-slurm-appliance/actions/runs/7643335283 Edit: had wrong image type in glance |
Tests at 0982f41 on a "local" cluster:
ondemand exporter:
|
…MIN 1000 and UID_MAX 60000 range.
Fat image build: https://github.com/stackhpc/ansible-slurm-appliance/actions/runs/7653662893 Edit: currently failing due to CVMFS repo 503-ing |
Checked locally that e5608d9 works on both a) a cluster with existing non-system users b) fresh image |
NB: Currently CI doens't get past the os-manila-mount install task b/c the rpm-reef URL at https://download.ceph.com/ has been broken/renamed. Edit: see https://tracker.ceph.com/issues/64718 |
Repos fixed, lets try again |
c7144a4
to
3b23cf9
Compare
Rebuilding fat image: https://github.com/stackhpc/ansible-slurm-appliance/actions/runs/8263123087 Built
|
Tests at 43d43f2 on "local" cluster:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment but otherwise LGTM
Make the appliance compatible with RockyLinux 9-based images.
Note that the CI and CaaS environments will continue to use RL8 at present. CI is only carried out using RL9 if a PR branch name starts with
rl9
or RL9 is selected when running CI workflows manually.Additional notes:
--cgroup-manager=cgroupfs
. This was demonstrated to be the default in RL8; for RL9 the default issystemd
which leads to log warnings like:Replaces #323