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.
1 parent 7bd1d09 commit 2c680b2Copy full SHA for 2c680b2
tests/functional/modules/test_zos_mount_func.py
@@ -81,7 +81,7 @@ def create_sourcefile(hosts, volume):
81
mount_result = hosts.all.shell(
82
cmd="zfsadm define -aggregate "
83
+ thisfile
84
- + " -volumes {0} -cylinders 200 1".format(volume),
+ + " -volumes {0} -cylinders 10 1".format(volume),
85
executable=SHELL_EXECUTABLE,
86
stdin="",
87
)
0 commit comments