aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiubo Li <xiubli@redhat.com>2023-06-01 10:52:07 +0800
committerZorro Lang <zlang@kernel.org>2023-06-18 21:08:32 +0800
commit7cef6bf6dc8d10648a3208c8c629c3eb72e93135 (patch)
treef0b9ee7d59311ad323e48f98e937e2383fd9d70f
parent2343f7cca0218c2271b78735c9dfd17914a4f756 (diff)
downloadxfstests-dev-7cef6bf6dc8d10648a3208c8c629c3eb72e93135.tar.gz
common/rc: skip ceph-fuse when atime is required
Ceph won't maintain the atime, so just skip the tests when the atime is required. Fixes: https://tracker.ceph.com/issues/61551 Signed-off-by: Xiubo Li <xiubli@redhat.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rw-r--r--common/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rc b/common/rc
index c2ed40d768..d9df7b7a33 100644
--- a/common/rc
+++ b/common/rc
@@ -4089,7 +4089,7 @@ _require_atime()
nfs|afs|cifs|virtiofs)
_notrun "atime related mount options have no effect on $FSTYP"
;;
- ceph)
+ ceph|ceph-fuse)
_notrun "atime not maintained by $FSTYP"
;;
esac