mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
csi-rbdplugin: Install xfsprogs to support fsType: xfs
This commit is contained in:
parent
e761d69ce8
commit
b43108f35b
@ -4,7 +4,7 @@ LABEL description="RBD CSI Plugin"
|
||||
|
||||
ENV CEPH_VERSION "mimic"
|
||||
RUN yum install -y centos-release-ceph && \
|
||||
yum install -y ceph-common e2fsprogs rbd-nbd && \
|
||||
yum install -y ceph-common e2fsprogs xfsprogs rbd-nbd && \
|
||||
yum clean all
|
||||
|
||||
COPY rbdplugin /rbdplugin
|
||||
|
Loading…
Reference in New Issue
Block a user