remove bad lines

add new line and update choice documentation
adding description for ocfs2 support
use correct variable ansible_distribution to test ocfs2 with Debian
distribution
use ansible_os_family for Debian
increase ocfs2 fs size to 20M (minimal size 11 instead of 10M)
This commit is contained in:
Luc
2018-03-30 08:42:02 +02:00
committed by Brian Coca
parent 4f86bec977
commit 51af25bf60
4 changed files with 6 additions and 19 deletions

View File

@@ -11,9 +11,6 @@ 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
ocfs2: {fssize: 20, grow: False} # grow not implemented
# untested: lvm, requires a block device