From: Xiubo Li <xiubli@xxxxxxxxxx> For ceph fuse client the fs type will be "ceph-fuse". Fixes: https://tracker.ceph.com/issues/61496 Signed-off-by: Xiubo Li <xiubli@xxxxxxxxxx> --- tests/generic/020 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/020 b/tests/generic/020 index e00365a9..da258aa5 100755 --- a/tests/generic/020 +++ b/tests/generic/020 @@ -56,7 +56,7 @@ _attr_get_max() { # set maximum total attr space based on fs type case "$FSTYP" in - xfs|udf|pvfs2|9p|ceph|fuse|nfs) + xfs|udf|pvfs2|9p|ceph|fuse|nfs|ceph-fuse) max_attrs=1000 ;; ext2|ext3|ext4) -- 2.40.1