Increase xfs size to 300 MB. This seems to be new minimal size. (#5133) (#5136)

(cherry picked from commit 98ea27847f)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/5137/head
patchback[bot] 2022-08-20 13:55:53 +02:00 committed by GitHub
parent ef11714708
commit 43e599abb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ tested_filesystems:
ext4dev: {fssize: 10, grow: True}
ext3: {fssize: 10, grow: True}
ext2: {fssize: 10, grow: True}
xfs: {fssize: 20, grow: False} # grow requires a mounted filesystem
xfs: {fssize: 300, grow: False} # grow requires a mounted filesystem
btrfs: {fssize: 150, grow: False} # grow requires a mounted filesystem
reiserfs: {fssize: 33, grow: False} # grow not implemented
vfat: {fssize: 20, grow: True}