Posts

Showing posts from August, 2013

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 lrwxrwxrw