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 <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-07-19 14:27:48 -04:00 committed by mergify[bot]
parent b59dda4061
commit dfd1e08fab
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,3 @@
// +build !luminous
//
// Ceph Mimic is the first version that supports watchers through librbd.
package rbd
/*

View File

@ -1,7 +1,3 @@
// +build !luminous
//
// Ceph Mimic is the first version that supports watchers through librbd.
package rbd
import (