mirror of
https://github.com/schoebel/mars
synced 2025-04-01 22:58:34 +00:00
test_suite: decrease amount of bytes written by dd per loop
On system with very slow I/O this avoids exceeding timeouts
This commit is contained in:
parent
5d9f062d0f
commit
c7f320953a
@ -20,6 +20,6 @@ lib_rw_write_and_delete_script="/tmp/$global_prefix_scripts-write_and_delete.sh.
|
||||
|
||||
## part of data device size, which is written in the dd statement in the
|
||||
## script wich writes the data device
|
||||
lib_rw_part_of_device_size_written_per_loop=4
|
||||
lib_rw_part_of_device_size_written_per_loop=1024
|
||||
|
||||
lib_rw_number_of_umount_retries_after_stopped_write=4
|
||||
|
@ -40,7 +40,7 @@ function replay_fetch_run
|
||||
resource_clear_data_device $primary_host $res
|
||||
|
||||
lib_rw_start_writing_data_device $primary_host "writer_pid" \
|
||||
"writer_script" 2 2 $res ""
|
||||
"writer_script" 0 2 $res ""
|
||||
|
||||
marsadm_pause_cmd "replay" $secondary_host $res
|
||||
|
||||
|
@ -42,7 +42,7 @@ function syslog_run
|
||||
resource_clear_data_device $primary_host $res
|
||||
|
||||
lib_rw_start_writing_data_device $primary_host "writer_pid" \
|
||||
"writer_script" 2 2 $res ""
|
||||
"writer_script" 0 2 $res ""
|
||||
|
||||
marsadm_pause_cmd "replay" $secondary_host $res
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user