Seagate / halon

High availability solution
Apache License 2.0
1 stars 0 forks source link

st: Don't write more data than Jenkins node can accommodate #1498

Closed 1468ca0b-2a64-4fb4-8e52-ea5806644b4c closed 5 years ago

1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 5 years ago

Created by: vvv

st/t_stop-reverts-sdev-states failed on Jenkins CI with the following error message:

+ [16] sudo -E dd if=/dev/zero of=/mnt/m0t1fs/fedcba98:76543210 bs=8M count=200
dd: error writing '/mnt/m0t1fs/fedcba98:76543210': Input/output error

The test tried to write 1.6G of data, while there is only 1.3G available on Jenkins CI node.

Reduce the amount of written data to 1.2G.

1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 5 years ago

Created by: vvv

@chumakd has mounted /var/mero/ to large drive (30G). This patch is not needed any more.