mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: use nonflusing status
Avoid being blocked when reporting status with flushing on some stacked device tree.
This commit is contained in:
parent
dd06a0a4a6
commit
fe69a8d215
@ -180,7 +180,7 @@ STACKTRACE() {
|
||||
echo "<======== Inactive table ========>"
|
||||
dmsetup table --inactive | grep "$PREFIX" | sed -e "s,^,## DMITABLE: ,"
|
||||
echo "<======== Status ========>"
|
||||
dmsetup status | grep "$PREFIX" | sed -e "s,^,## DMSTATUS: ,"
|
||||
dmsetup status --noflush | grep "$PREFIX" | sed -e "s,^,## DMSTATUS: ,"
|
||||
echo "<======== Tree ========>"
|
||||
dmsetup ls --tree | sed -e "s,^,## DMTREE: ,"
|
||||
echo "<======== Recursive list of $DM_DEV_DIR ========>"
|
||||
|
Loading…
Reference in New Issue
Block a user