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:
Anoop C S 2022-06-24 20:25:41 +05:30 committed by mergify[bot]
parent 133e675c8d
commit 38862c0c7a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CONTAINER_OPTS := --security-opt $(shell grep -q selinux /sys/kernel/security/ls
CONTAINER_BUILD_OPTS :=
CONTAINER_CONFIG_DIR := testing/containers/ceph
VOLUME_FLAGS :=
CEPH_VERSION := octopus
CEPH_VERSION := pacific
RESULTS_DIR :=
CHECK_GOFMT_FLAGS := -e -s -l
IMPLEMENTS_OPTS :=