containers: add rados striper ceph packages to container image

Add libradosstriper devel and debug packages to the test container
image. This is in preparation for adding a future `rados/striper`
package to go-ceph that will wrap these APIs.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2024-07-29 14:25:47 -04:00 committed by mergify[bot]
parent 795ed073da
commit 60ea53dabd

View File

@ -20,9 +20,11 @@ RUN true \
"libcephfs-devel-${cv}" \
"librados-devel-${cv}" \
"librbd-devel-${cv}" \
"libradosstriper-devel-${cv}" \
libcephfs2-debuginfo \
librados2-debuginfo \
librbd1-debuginfo \
libradosstriper1-debuginfo \
&& yum clean all \
&& true