We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 713a6b0 + 34c9497 commit f05fb5cCopy full SHA for f05fb5c
spec/acceptance/lib/mount_utils.rb
@@ -65,7 +65,7 @@ def create_filesystem(host, mount_name)
65
on(host, "mklv -y #{mount_name} #{volume_group} 1M")
66
on(host, "mkfs -V #{fs_type} -l #{mount_name} /dev/#{mount_name}")
67
when %r{el-|centos|fedora|sles|debian|ubuntu|cumulus}
68
- on(host, "dd if=/dev/zero of='/tmp/#{mount_name}' count=10240", acceptable_exit_codes: [0, 1])
+ on(host, "dd if=/dev/zero of='/tmp/#{mount_name}' count=16384", acceptable_exit_codes: [0, 1])
69
on(host, "yes | mkfs -t #{fs_type} -q '/tmp/#{mount_name}'", acceptable_exit_codes: (0..254))
70
else
71
# TODO: Add Solaris and OSX support, as per PUP-5201 and PUP-4823
0 commit comments