mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit 98ea27847f
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
465b0c72a6
commit
81966e8900
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,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}
|
||||
|
|
Loading…
Reference in a new issue