From 5964821ec0b01ec2c1086adb651a0edfb193b692 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 13 Apr 2021 11:14:00 -0400 Subject: [PATCH] rbd: update build tags from "octopus" to "not nautilus" Unless these apis are deprecated in the (far?) future it is safer to say "not nautilus" rather than explicitly tag all current and future ceph release codenames. Signed-off-by: John Mulligan --- rbd/snapshot_octopus.go | 2 +- rbd/snapshot_octopus_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rbd/snapshot_octopus.go b/rbd/snapshot_octopus.go index 765eb92..c6ff385 100644 --- a/rbd/snapshot_octopus.go +++ b/rbd/snapshot_octopus.go @@ -1,4 +1,4 @@ -// +build octopus +// +build !nautilus package rbd diff --git a/rbd/snapshot_octopus_test.go b/rbd/snapshot_octopus_test.go index 71044cc..d70f5e8 100644 --- a/rbd/snapshot_octopus_test.go +++ b/rbd/snapshot_octopus_test.go @@ -1,4 +1,4 @@ -// +build octopus +// +build !nautilus package rbd