From b30da094b04cc6a393720772679da2d6c133102e Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 1 Mar 2024 16:11:55 +0100 Subject: [PATCH] build: add ceph_preview to GO_TAGS_LIST added required ceph_preview tag to the GO_TAGS_LIST in Makefile which is required for FSQuiesce API. Signed-off-by: Madhu Rajanna --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24116fbb0..57024dc20 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,8 @@ endif GO_PROJECT=github.com/ceph/ceph-csi CEPH_VERSION ?= $(shell . $(CURDIR)/build.env ; echo $${CEPH_VERSION}) -GO_TAGS_LIST ?= $(CEPH_VERSION) +# TODO: ceph_preview tag required for FSQuiesce API +GO_TAGS_LIST ?= $(CEPH_VERSION) ceph_preview # go build flags LDFLAGS ?=