]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/workunits: add Rocky Linux support to librados tests 66232/head
authorNitzan Mordechai <nmordech@redhat.com>
Thu, 13 Nov 2025 14:03:58 +0000 (14:03 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Thu, 13 Nov 2025 14:04:53 +0000 (14:04 +0000)
commit32453d25c5de73597c0169baa4264df2bc10c546
tree1d191adf1a6ef9a4b153100bcdd6c19ca55d9873
parent89a71307be9f572ff85094ca500baa1e8d4bbc60
qa/workunits: add Rocky Linux support to librados tests

Add Rocky Linux to the list of supported RPM-based distributions in
test_librados_build.sh and version_number_sanity.sh. Rocky Linux uses
the same package names and commands as CentOS/RHEL, so it can use the
existing RPM codepath.

Without this change, the tests fail on Rocky Linux systems with
"unknown distro" errors.

Fixes: https://tracker.ceph.com/issues/73839
Signed-off-by: Nitzan Mordechai <nmordec@ibm.com>
qa/workunits/rados/test_librados_build.sh
qa/workunits/rados/version_number_sanity.sh