support rbd-nbd

Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
Huamin Chen
2018-09-17 18:12:22 +00:00
parent c2b69d30e0
commit 8955eb03bc
4 changed files with 312 additions and 127 deletions

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 && \
yum install -y ceph-common e2fsprogs rbd-nbd && \
yum clean all
COPY rbdplugin /rbdplugin