johe: can you please give the entire output of 
 * ls -l /dev/mapper
 * lvdisplay | awk '/LV Name/ { print $3 }' | xargs ls -l

In our case, this is what we get:

r...@malorent:~# ls -l /dev/mapper
total 0
brw-rw---- 1 root disk 251,  4 Apr 23 14:57 HEBEX-VAR_LOG
brw-rw---- 1 root disk 251,  2 Apr 23 14:57 HEBEX-WOO
brw-rw---- 1 root disk 251,  1 Apr 23 14:57 HEBEX-WOO_LOG
brw-rw---- 1 root disk 251,  3 Apr 23 14:57 HEBEX-WOO_PROG
crw-rw---- 1 root root  10, 59 Apr 23 14:57 control

r...@malorent:~# lvdisplay | awk '/LV Name/ { print $3 }' | xargs ls -l 
  /dev/mapper/HEBEX-WOO_BASE: open failed: No such file or directory
  /dev/mapper/HEBEX-WOO_BASE: open failed: No such file or directory
ls: cannot access /dev/HEBEX/WOO_BASE: No such file or directory
lrwxrwxrwx 1 root root 23 Apr 23 14:57 /dev/HEBEX/VAR_LOG -> 
../mapper/HEBEX-VAR_LOG
lrwxrwxrwx 1 root root 19 Apr 23 14:57 /dev/HEBEX/WOO -> ../mapper/HEBEX-WOO
lrwxrwxrwx 1 root root 23 Apr 23 14:57 /dev/HEBEX/WOO_LOG -> 
../mapper/HEBEX-WOO_LOG
lrwxrwxrwx 1 root root 24 Apr 23 14:57 /dev/HEBEX/WOO_PROG -> 
../mapper/HEBEX-WOO_PROG

-- 
lvm /dev broken after upgrade
https://bugs.launchpad.net/bugs/540155
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to