Merge pull request #88 from Cynerva/gkk/rbd-xfs

csi-rbdplugin: Install xfsprogs to support fsType: xfs
This commit is contained in:
Huamin Chen
2018-10-12 13:22:38 -04:00
committed by GitHub

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