From 38862c0c7a458651583ddaacf51c73c1e79fac00 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Fri, 24 Jun 2022 20:25:41 +0530 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8057aba..b1b1d42 100644 --- a/Makefile +++ b/Makefile @@ -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 :=