diff --git a/cephfs/admin/metadata.go b/cephfs/admin/metadata.go index 238dd6c..38f6112 100644 --- a/cephfs/admin/metadata.go +++ b/cephfs/admin/metadata.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 && ceph_pre_quincy +// +build !nautilus,!octopus,ceph_preview,ceph_pre_quincy package admin diff --git a/cephfs/admin/metadata_test.go b/cephfs/admin/metadata_test.go index bcb4d2a..a734f29 100644 --- a/cephfs/admin/metadata_test.go +++ b/cephfs/admin/metadata_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 && ceph_pre_quincy +// +build !nautilus,!octopus,ceph_preview,ceph_pre_quincy package admin diff --git a/cephfs/admin/snapshot_metadata.go b/cephfs/admin/snapshot_metadata.go index 39adf83..00fe653 100644 --- a/cephfs/admin/snapshot_metadata.go +++ b/cephfs/admin/snapshot_metadata.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 && ceph_pre_quincy +// +build !nautilus,!octopus,ceph_preview,ceph_pre_quincy package admin diff --git a/cephfs/admin/snapshot_metadata_test.go b/cephfs/admin/snapshot_metadata_test.go index 921a4be..bd61eb4 100644 --- a/cephfs/admin/snapshot_metadata_test.go +++ b/cephfs/admin/snapshot_metadata_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 && ceph_pre_quincy +// +build !nautilus,!octopus,ceph_preview,ceph_pre_quincy package admin