From: Peter Rajnoha <prajnoha@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 2/4] Enable udev_sync and udev_rules in lvm.conf used for tests
Date: Fri, 08 Jan 2010 15:53:07 +0100 [thread overview]
Message-ID: <4B4746D3.9010307@redhat.com> (raw)
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
}
reply other threads:[~2010-01-08 14:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B4746D3.9010307@redhat.com \
--to=prajnoha@redhat.com \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.