Re: [PATCH] common/rc: skip ceph-fuse when atime is required

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



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

Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx>

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




[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux