From 2b9a021118bd2ca39a375505590876fe2fcef15e Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 30 May 2024 11:59:57 +0530 Subject: [PATCH] cephfs/admin: Rename fs quiesce test file We do have a test file named fs_quiesce_reef_test.go to make sure that the feature is supported only from upcoming squid release. The 'reef' keyword doesn't make sense as the test itself is applicable for any version prior to squid(upcoming). Therefore use a generic 'unsupported' keyword in the test file name. Signed-off-by: Anoop C S --- .../{fs_quiesce_reef_test.go => fs_quiesce_unsupported_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cephfs/admin/{fs_quiesce_reef_test.go => fs_quiesce_unsupported_test.go} (100%) diff --git a/cephfs/admin/fs_quiesce_reef_test.go b/cephfs/admin/fs_quiesce_unsupported_test.go similarity index 100% rename from cephfs/admin/fs_quiesce_reef_test.go rename to cephfs/admin/fs_quiesce_unsupported_test.go