aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiubo Li <xiubli@redhat.com>2023-05-30 15:15:52 +0800
committerZorro Lang <zlang@kernel.org>2023-06-18 21:08:32 +0800
commit2343f7cca0218c2271b78735c9dfd17914a4f756 (patch)
treea6353438dc5d731d29558c1dcbf97a341499759a
parente8fb7a0217ba8eeae70dfb163a5e837cf9d7a230 (diff)
downloadxfstests-dev-2343f7cca0218c2271b78735c9dfd17914a4f756.tar.gz
generic/020: add ceph-fuse support
For ceph fuse client the fs type will be "ceph-fuse". Fixes: https://tracker.ceph.com/issues/61496 Signed-off-by: Xiubo Li <xiubli@redhat.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/generic/0202
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/020 b/tests/generic/020
index e00365a9a6..da258aa501 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)