mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: use conf=fdatasync
Since we write here in 1k blocksize - we can't use direct.
This commit is contained in:
parent
ae512e20f5
commit
2ecd290c0d
@ -19,7 +19,7 @@ extend() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
write_() {
|
write_() {
|
||||||
dd if=/dev/zero of="$DM_DEV_DIR/$vg/snap" bs=1k count=$2 seek=$1 oflag=direct
|
dd if=/dev/zero of="$DM_DEV_DIR/$vg/snap" bs=1k count=$2 seek=$1 conv=fdatasync
|
||||||
}
|
}
|
||||||
|
|
||||||
percent_() {
|
percent_() {
|
||||||
|
Loading…
Reference in New Issue
Block a user