csi-rbdplugin: Install xfsprogs to support fsType: xfs

This commit is contained in:
George Kraft 2018-10-12 11:35:34 -05:00
parent e761d69ce8
commit b43108f35b

View File

@ -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