From fe69a8d21573f37cb3fd503ee40ceb00b555a7e2 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 10 Nov 2017 16:18:41 +0100 Subject: [PATCH] tests: use nonflusing status Avoid being blocked when reporting status with flushing on some stacked device tree. --- test/lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/utils.sh b/test/lib/utils.sh index 65bb1e691..bf472a45e 100644 --- a/test/lib/utils.sh +++ b/test/lib/utils.sh @@ -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 ========>"