mirror of https://github.com/ceph/go-ceph
nfs admin: remove untested build tag
The latest ceph pacific should include the mgr changes needed to test the NFS apis. We should be able to treat nfs like a normal preview api. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
a12919353c
commit
af64f12c62
|
@ -1,5 +1,5 @@
|
||||||
//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested
|
//go:build !(nautilus || octopus) && ceph_preview
|
||||||
// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested
|
// +build !nautilus,!octopus,ceph_preview
|
||||||
|
|
||||||
package nfs
|
package nfs
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested
|
//go:build !(nautilus || octopus) && ceph_preview
|
||||||
// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested
|
// +build !nautilus,!octopus,ceph_preview
|
||||||
|
|
||||||
package nfs
|
package nfs
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested
|
//go:build !(nautilus || octopus) && ceph_preview
|
||||||
// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested
|
// +build !nautilus,!octopus,ceph_preview
|
||||||
|
|
||||||
package nfs
|
package nfs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue