All of lore.kernel.org
 help / color / mirror / Atom feed
* dev-mornfall-activate - test: correct order
@ 2013-06-04 19:25 Petr Rockai
  0 siblings, 0 replies; only message in thread
From: Petr Rockai @ 2013-06-04 19:25 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=320d7f3596f78972d5fa843b9d56510ff299a958
Commit:        320d7f3596f78972d5fa843b9d56510ff299a958
Parent:        23775c8fe8cdd82dee33cd397eeab5a84181380b
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Tue Apr 23 17:05:19 2013 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Apr 23 17:05:19 2013 +0200

test: correct order

Call notify after resume (like in enable_dev()).
---
 test/lib/aux.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index d500b37..4339ef4 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -413,8 +413,8 @@ error_dev() {
 		dmsetup create -u "TEST-$name" "$name" "$name.errtable"
 	fi
 	# using device name (since device path does not exists yet with udev)
-	notify_lvmetad "$dev"
 	dmsetup resume "$name"
+	notify_lvmetad "$dev"
 	finish_udev_transaction
 }
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-04 19:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 19:25 dev-mornfall-activate - test: correct order Petr Rockai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.