From b3ed5036f3b0fef7c70c1b0e5b2ec9c4bb8c8783 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 19 Jul 2021 14:41:59 -0400 Subject: [PATCH] rbd: remove luminous and mimic build tags from options_octopus.go These versions of ceph have not been supported for the last few release of go-ceph. Signed-off-by: John Mulligan --- rbd/options_octopus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbd/options_octopus.go b/rbd/options_octopus.go index cf93774..c94c2b5 100644 --- a/rbd/options_octopus.go +++ b/rbd/options_octopus.go @@ -1,4 +1,4 @@ -// +build !luminous,!mimic,!nautilus +// +build !nautilus package rbd