mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-24 17:57:48 +03:00
test: Use correct path to /dev in lvchange-raid.sh.
This commit is contained in:
parent
08aedff1fc
commit
3c9887467f
@ -216,7 +216,7 @@ run_refresh_check() {
|
||||
|
||||
# Disable dev2 and do some I/O to make the kernel notice
|
||||
aux disable_dev "$dev2"
|
||||
dd if=/dev/urandom of=/dev/$sizelv bs=1k count=$size
|
||||
dd if=/dev/urandom of=$DM_DEV_DIR/$sizelv bs=1k count=$size
|
||||
sync
|
||||
|
||||
# Check for 'p'artial flag
|
||||
|
Loading…
x
Reference in New Issue
Block a user