mirror of
https://github.com/ceph/go-ceph
synced 2025-02-09 06:46:53 +00:00
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:
parent
795ed073da
commit
60ea53dabd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user