Merge pull request #11 from tlex/feature/add-ceph-support

Enable support for RBD
This commit is contained in:
Tianon Gravi 2020-09-10 13:35:00 -07:00 committed by GitHub
commit aeb376c850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 5 deletions

4
4.1/Dockerfile generated
View File

@ -53,6 +53,7 @@ RUN set -eux; \
libnuma-dev \
libpixman-1-dev \
libpng-dev \
librbd-dev \
libseccomp-dev \
libssh-dev \
libusb-1.0-0-dev \
@ -136,7 +137,8 @@ RUN set -eux; \
--enable-vnc-png \
--enable-xen \
--enable-xfsctl \
# --enable-rbd \
# rbd support is enabled, but "librbd1" is not included since it adds ~60MB and is version-sensitive (https://github.com/tianon/docker-qemu/pull/11#issuecomment-689816553)
--enable-rbd \
# --enable-vde \
; \
make -j "$(nproc)"; \

4
4.2/Dockerfile generated
View File

@ -53,6 +53,7 @@ RUN set -eux; \
libnuma-dev \
libpixman-1-dev \
libpng-dev \
librbd-dev \
libseccomp-dev \
libssh-dev \
libusb-1.0-0-dev \
@ -136,7 +137,8 @@ RUN set -eux; \
--enable-vnc-png \
--enable-xen \
--enable-xfsctl \
# --enable-rbd \
# rbd support is enabled, but "librbd1" is not included since it adds ~60MB and is version-sensitive (https://github.com/tianon/docker-qemu/pull/11#issuecomment-689816553)
--enable-rbd \
# --enable-vde \
; \
make -j "$(nproc)"; \

4
5.0/Dockerfile generated
View File

@ -53,6 +53,7 @@ RUN set -eux; \
libnuma-dev \
libpixman-1-dev \
libpng-dev \
librbd-dev \
libseccomp-dev \
libssh-dev \
libusb-1.0-0-dev \
@ -136,7 +137,8 @@ RUN set -eux; \
--enable-vnc-png \
--enable-xen \
--enable-xfsctl \
# --enable-rbd \
# rbd support is enabled, but "librbd1" is not included since it adds ~60MB and is version-sensitive (https://github.com/tianon/docker-qemu/pull/11#issuecomment-689816553)
--enable-rbd \
# --enable-vde \
; \
make -j "$(nproc)"; \

4
5.1/Dockerfile generated
View File

@ -53,6 +53,7 @@ RUN set -eux; \
libnuma-dev \
libpixman-1-dev \
libpng-dev \
librbd-dev \
libseccomp-dev \
libssh-dev \
libusb-1.0-0-dev \
@ -136,7 +137,8 @@ RUN set -eux; \
--enable-vnc-png \
--enable-xen \
--enable-xfsctl \
# --enable-rbd \
# rbd support is enabled, but "librbd1" is not included since it adds ~60MB and is version-sensitive (https://github.com/tianon/docker-qemu/pull/11#issuecomment-689816553)
--enable-rbd \
# --enable-vde \
; \
make -j "$(nproc)"; \

View File

@ -47,6 +47,7 @@ RUN set -eux; \
libnuma-dev \
libpixman-1-dev \
libpng-dev \
librbd-dev \
libseccomp-dev \
libssh-dev \
libusb-1.0-0-dev \
@ -130,7 +131,8 @@ RUN set -eux; \
--enable-vnc-png \
--enable-xen \
--enable-xfsctl \
# --enable-rbd \
# rbd support is enabled, but "librbd1" is not included since it adds ~60MB and is version-sensitive (https://github.com/tianon/docker-qemu/pull/11#issuecomment-689816553)
--enable-rbd \
# --enable-vde \
; \
make -j "$(nproc)"; \