mirror of https://github.com/ceph/go-ceph
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 <jmulligan@redhat.com>
This commit is contained in:
parent
1f02b52df2
commit
5964821ec0
|
@ -1,4 +1,4 @@
|
||||||
// +build octopus
|
// +build !nautilus
|
||||||
|
|
||||||
package rbd
|
package rbd
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build octopus
|
// +build !nautilus
|
||||||
|
|
||||||
package rbd
|
package rbd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue