I have created an LVM with three physical disks named "orcafiler1". Problem is, every time after boot, the LVM drive is not mounted and I have to manually run
vgchange -ay orcafiler1
The fstab file contains
UUID=b57eae64-f270-4825-9ff0-040264fb33ac / ext3 errors=remount-ro 0 0
# /home was on /dev/sdb1 during installation
UUID=c2d5decb-0615-48bd-9f8f-40eba852329e /home ext3 defaults 0 0
# swap was on /dev/sda1 during installation
UUID=54582723-d970-46f4-a24d-9c6d25ca16c6 none swap sw 0 0
/dev/orcafiler1/orcavolume /data ext3 defaults,nobootwait 0 0
How can I put it at boot time??
Te OS is Ubuntu 12.04
UPDATE
Additional info
$ dmesg|grep -iE "mapper|lvm"
[ 3.711927] device-mapper: uevent: version 1.0.3
[ 3.712064] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
And the output of /etc/lvm/lvm.conf
is http://pastebin.mozilla.org/2873320