Skip to content

Commit 2c680b2

Browse files
Fix mount
1 parent 7bd1d09 commit 2c680b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/modules/test_zos_mount_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def create_sourcefile(hosts, volume):
8181
mount_result = hosts.all.shell(
8282
cmd="zfsadm define -aggregate "
8383
+ thisfile
84-
+ " -volumes {0} -cylinders 200 1".format(volume),
84+
+ " -volumes {0} -cylinders 10 1".format(volume),
8585
executable=SHELL_EXECUTABLE,
8686
stdin="",
8787
)

0 commit comments

Comments
 (0)