mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Update filesystem.py
add ocfs2 support for module filesystem Update setup.yml delete trailing spaces add ocsfs2 defaut var Install ocfs2-tools for all linux Testing ocfs2 on for Ubuntu - restrict blkid to be be done
This commit is contained in:
@@ -11,5 +11,9 @@ tested_filesystems:
|
||||
ext2: {fssize: 10, grow: True}
|
||||
xfs: {fssize: 20, grow: False} # grow requires a mounted filesystem
|
||||
btrfs: {fssize: 100, grow: False} # grow not implemented
|
||||
<<<<<<< HEAD
|
||||
vfat: {fssize: 20, grow: True}
|
||||
=======
|
||||
ocfs2: {fssize: 10, grow: False} # grow not implemented
|
||||
>>>>>>> 6bf2591... add ocsfs2 defaut var
|
||||
# untested: lvm, requires a block device
|
||||
|
||||
Reference in New Issue
Block a user