Skip to content

Commit

Permalink
fix removal_cancel.ksh
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Kozhukhov <[email protected]>
  • Loading branch information
ikozhukhov committed Aug 30, 2019
1 parent f66ad58 commit c39d901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/zfs-tests/tests/functional/removal/removal_cancel.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ log_must default_setup_noexit "$REMOVEDISK"

#
# Create a file of size 1GB and then do some random writes.
# Since randwritecomp does 8K writes we do 12500 writes
# which means we write ~100MB to the vdev.
# Since randwritecomp does 8K writes we do 25000 writes
# which means we write ~200MB to the vdev.
#
log_must mkfile -n 1g $SAMPLEFILE
log_must randwritecomp $SAMPLEFILE 12500
log_must randwritecomp $SAMPLEFILE 25000

#
# Add second device where all the data will be evacuated.
Expand Down

0 comments on commit c39d901

Please sign in to comment.