LVM volume path missed ...recovered vg volume path
[root@gfscluster1 ~]# ls -l /dev/vgvol/lv_brick1
ls: cannot access /dev/vgvol/lv_brick1: No such file or directory
#lvdiskplay
--- Logical volume ---
LV Path /dev/vgvol/lv_brick1
LV Name lv_brick1
VG Name vgvol
LV UUID xdWayg-cZMy-CsFG-KZR1-y1Ox-Ntgi-FMpET1
LV Write Access read/write
LV Creation host, time gfscluster1, 2013-07-26 17:27:54 -0400
LV Status suspended
# open 0
LV Size 65.00 GiB
Current LE 16639
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:3
Answer:
[root@gfscluster1 lvm]# vgscan --mknode
The link /dev/vgvol/lv_brick1 should had been created by udev but it was not found. Falling back to direct link creation.
[root@gfscluster1 lvm]# ls -l /dev/vg
vga_arbiter vgvol/
[root@gfscluster1 lvm]# ls -l /dev/vgvol/lv_brick1
lrwxrwxrwx 1 root root 27 Aug 1 17:48 /dev/vgvol/lv_brick1 -> /dev/mapper/vgvol-lv_brick1
ls: cannot access /dev/vgvol/lv_brick1: No such file or directory
#lvdiskplay
--- Logical volume ---
LV Path /dev/vgvol/lv_brick1
LV Name lv_brick1
VG Name vgvol
LV UUID xdWayg-cZMy-CsFG-KZR1-y1Ox-Ntgi-FMpET1
LV Write Access read/write
LV Creation host, time gfscluster1, 2013-07-26 17:27:54 -0400
LV Status suspended
# open 0
LV Size 65.00 GiB
Current LE 16639
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:3
Answer:
[root@gfscluster1 lvm]# vgscan --mknode
The link /dev/vgvol/lv_brick1 should had been created by udev but it was not found. Falling back to direct link creation.
[root@gfscluster1 lvm]# ls -l /dev/vg
vga_arbiter vgvol/
[root@gfscluster1 lvm]# ls -l /dev/vgvol/lv_brick1
lrwxrwxrwx 1 root root 27 Aug 1 17:48 /dev/vgvol/lv_brick1 -> /dev/mapper/vgvol-lv_brick1
Comments
Post a Comment