mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-23 21:35:29 +03:00
Fix test to use explicit /dev/mapper/ node, /proc/mounts should not change this...
(failed on RHEL5)
This commit is contained in:
parent
45ba9f9c2f
commit
c537579e61
@ -28,7 +28,7 @@ lvcreate -s -l 4 -n snap $vg/base
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user