LVM over iSCSI : NOT Available on reboot

vince_122

New Member
Apr 10, 2012
29
0
1
Hello All,

I have a 3 nodes cluster, with shared storage over iSCSI + LVM.
When I'm rebooting my nodes (any of them), I get the following output of lvdisplay :

Code:
 --- Logical volume ---
  LV Path                /dev/VG-vxplfsrv17/LV-vxplfsrv17
  LV Name                LV-vxplfsrv17
  VG Name                VG-vxplfsrv17
  LV UUID                Oa4hpv-WMOG-e7s7-cAcQ-A6XE-CtDt-GYB36U
  LV Write Access        read/write
  LV Creation host, time vxplfsrv17, 2012-07-26 10:18:49 +0200
  LV Status              NOT available
  # open                 0
  LV Size                158.00 GiB
  Current LE             40448
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:3

And I ALWAYS have to do the following to make it available :

vgchange -a y
and
mount /dev/VG/LV /<MountPoint>

How can we make it automaticaly Available and Mounted ?

Thanks,
Vince.