mirror of https://github.com/ansible/ansible.git
filesystem tests: update ocfs2 fs size on Trusty
Using Ubuntu 14.04, test fails because 'blkid' < 2.21 doesn't recognize
'ocfs2' filesystem smaller than 108Mo:
6baa150398
filesystem: fix MKFS_FORCE_FLAGS for ocfs2
mkfs.ocfs2 -F won't work because mkfs.ocfs2 asks for a confirmation:
$ mkfs.ocfs2 -F img
mkfs.ocfs2 1.6.4
Cluster stack: classic o2cb
Overwriting existing ocfs2 partition.
WARNING: Cluster check disabled.
Proceed (y/N):
The undocumented 'x' switch must be used too.
pull/35551/merge
parent
51af25bf60
commit
19356c03e8
@ -0,0 +1,2 @@
|
||||
---
|
||||
ocfs2_fssize: 108
|
@ -0,0 +1,2 @@
|
||||
---
|
||||
ocfs2_fssize: 20
|
Loading…
Reference in New Issue