From af64f12c6267082a25c371464e98754ca5a6fff9 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 17 May 2022 09:49:13 -0400 Subject: [PATCH] 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 --- common/admin/nfs/admin.go | 4 ++-- common/admin/nfs/export.go | 4 ++-- common/admin/nfs/export_test.go | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/admin/nfs/admin.go b/common/admin/nfs/admin.go index 0569310..e109f88 100644 --- a/common/admin/nfs/admin.go +++ b/common/admin/nfs/admin.go @@ -1,5 +1,5 @@ -//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested -// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested +//go:build !(nautilus || octopus) && ceph_preview +// +build !nautilus,!octopus,ceph_preview package nfs diff --git a/common/admin/nfs/export.go b/common/admin/nfs/export.go index 746bf27..02e0d84 100644 --- a/common/admin/nfs/export.go +++ b/common/admin/nfs/export.go @@ -1,5 +1,5 @@ -//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested -// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested +//go:build !(nautilus || octopus) && ceph_preview +// +build !nautilus,!octopus,ceph_preview package nfs diff --git a/common/admin/nfs/export_test.go b/common/admin/nfs/export_test.go index eae2798..3e3d453 100644 --- a/common/admin/nfs/export_test.go +++ b/common/admin/nfs/export_test.go @@ -1,5 +1,5 @@ -//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested -// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested +//go:build !(nautilus || octopus) && ceph_preview +// +build !nautilus,!octopus,ceph_preview package nfs