All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/4] Enable udev_sync and udev_rules in lvm.conf used for tests
@ 2010-01-08 14:53 Peter Rajnoha
  0 siblings, 0 replies; only message in thread
From: Peter Rajnoha @ 2010-01-08 14:53 UTC (permalink / raw)
  To: lvm-devel

I *always* forget to set these.
And it seems I'm not the only one :)

Peter


diff --git a/test/lvm-utils.sh b/test/lvm-utils.sh
index 5ad8872..6b7f231 100644
--- a/test/lvm-utils.sh
+++ b/test/lvm-utils.sh
@@ -202,6 +202,10 @@ init_root_dir_()
   global {
     library_dir = "$G_root_/lib"
   }
+  activation {
+    udev_sync = 1
+    udev_rules = 1
+  }
 EOF
 }
 
diff --git a/test/test-utils.sh b/test/test-utils.sh
index 119a549..27b6fe7 100644
--- a/test/test-utils.sh
+++ b/test/test-utils.sh
@@ -203,6 +203,10 @@ prepare_lvmconf() {
     library_dir = "$G_root_/lib"
     locking_dir = "$G_root_/var/lock/lvm"
   }
+  activation {
+    udev_sync = 1
+    udev_rules = 1
+  }
 EOF
 }
 



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

only message in thread, other threads:[~2010-01-08 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 14:53 [PATCH 2/4] Enable udev_sync and udev_rules in lvm.conf used for tests Peter Rajnoha

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.