From dfd1e08fab9bd65c0c59f79808d49f1e42f69afe Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 19 Jul 2021 14:27:48 -0400 Subject: [PATCH] rbd: remove build tag for luminous from watchers.go go-ceph stopped supporting luminous in v0.6.0. There's no need to keep the build tag for it any more. Signed-off-by: John Mulligan --- rbd/watchers.go | 4 ---- rbd/watchers_test.go | 4 ---- 2 files changed, 8 deletions(-) diff --git a/rbd/watchers.go b/rbd/watchers.go index 1204fb9..fb1800c 100644 --- a/rbd/watchers.go +++ b/rbd/watchers.go @@ -1,7 +1,3 @@ -// +build !luminous -// -// Ceph Mimic is the first version that supports watchers through librbd. - package rbd /* diff --git a/rbd/watchers_test.go b/rbd/watchers_test.go index 67fc597..c5d06a3 100644 --- a/rbd/watchers_test.go +++ b/rbd/watchers_test.go @@ -1,7 +1,3 @@ -// +build !luminous -// -// Ceph Mimic is the first version that supports watchers through librbd. - package rbd import (