From 7cef6bf6dc8d10648a3208c8c629c3eb72e93135 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Thu, 1 Jun 2023 10:52:07 +0800 Subject: 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 Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- common/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/rc b/common/rc index c2ed40d7..d9df7b7a 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 -- cgit v1.2.3