Message ID | 20230601025207.857009-1-xiubli@redhat.com |
---|---|
State | New |
Headers | show |
Series | common/rc: skip ceph-fuse when atime is required | expand |
diff --git a/common/rc b/common/rc index 37074371..f3b92741 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