mirror of https://github.com/ceph/go-ceph
makefile: use "pacific" as our default ceph version
"quincy" is already out which will then make "octopus" EOL very soon. Therefore default to "pacific" instead. Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
133e675c8d
commit
38862c0c7a
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ CONTAINER_OPTS := --security-opt $(shell grep -q selinux /sys/kernel/security/ls
|
||||||
CONTAINER_BUILD_OPTS :=
|
CONTAINER_BUILD_OPTS :=
|
||||||
CONTAINER_CONFIG_DIR := testing/containers/ceph
|
CONTAINER_CONFIG_DIR := testing/containers/ceph
|
||||||
VOLUME_FLAGS :=
|
VOLUME_FLAGS :=
|
||||||
CEPH_VERSION := octopus
|
CEPH_VERSION := pacific
|
||||||
RESULTS_DIR :=
|
RESULTS_DIR :=
|
||||||
CHECK_GOFMT_FLAGS := -e -s -l
|
CHECK_GOFMT_FLAGS := -e -s -l
|
||||||
IMPLEMENTS_OPTS :=
|
IMPLEMENTS_OPTS :=
|
||||||
|
|
Loading…
Reference in New Issue