Message ID | 20230530071552.766424-1-xiubli@redhat.com |
---|---|
State | New |
Headers | show |
Series | generic/020: add ceph-fuse support | expand |
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)