ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] common/rc: skip ceph-fuse when atime is required
@ 2023-06-01  2:52 xiubli
  2023-06-01  9:51 ` Zorro Lang
  0 siblings, 1 reply; 2+ messages in thread
From: xiubli @ 2023-06-01  2:52 UTC (permalink / raw)
  To: fstests; +Cc: zlang, david, djwong, ceph-devel, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

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>
---
 common/rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] common/rc: skip ceph-fuse when atime is required
  2023-06-01  2:52 [PATCH] common/rc: skip ceph-fuse when atime is required xiubli
@ 2023-06-01  9:51 ` Zorro Lang
  0 siblings, 0 replies; 2+ messages in thread
From: Zorro Lang @ 2023-06-01  9:51 UTC (permalink / raw)
  To: xiubli; +Cc: fstests, ceph-devel

On Thu, Jun 01, 2023 at 10:52:07AM +0800, xiubli@redhat.com wrote:
> From: Xiubo Li <xiubli@redhat.com>
> 
> 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>

>  common/rc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
> -- 
> 2.40.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-01  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01  2:52 [PATCH] common/rc: skip ceph-fuse when atime is required xiubli
2023-06-01  9:51 ` Zorro Lang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).