public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/test t-snapshot-autoumount-dmeventd.sh
@ 2011-03-02 13:49 mbroz
  0 siblings, 0 replies; only message in thread
From: mbroz @ 2011-03-02 13:49 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2011-03-02 13:49:30

Modified files:
	test           : t-snapshot-autoumount-dmeventd.sh 

Log message:
	Fix test to use explicit /dev/mapper/ node, /proc/mounts should not change this...
	(failed on RHEL5)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-snapshot-autoumount-dmeventd.sh.diff?cvsroot=lvm2&r1=1.2&r2=1.3

--- LVM2/test/t-snapshot-autoumount-dmeventd.sh	2011/01/05 00:16:20	1.2
+++ LVM2/test/t-snapshot-autoumount-dmeventd.sh	2011/03/02 13:49:29	1.3
@@ -28,7 +28,7 @@
 lvchange --monitor y $vg/snap
 
 mkdir mnt
-mount $DM_DEV_DIR/$vg/snap mnt
+mount $DM_DEV_DIR/mapper/$vg-snap mnt
 mount
 cat /proc/mounts | grep $vg-snap
 


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

only message in thread, other threads:[~2011-03-02 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-02 13:49 LVM2/test t-snapshot-autoumount-dmeventd.sh mbroz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).