1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

tests: ensure data hits cow

This commit is contained in:
Zdenek Kabelac 2014-07-02 15:02:56 +02:00
parent 39bd6bb89e
commit c6811dd512

View File

@ -17,6 +17,7 @@ extend() {
write_() {
dd if=/dev/zero of="$DM_DEV_DIR/$vg/snap" bs=1k count=$2 seek=$1
sync
}
percent_() {