Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lvm on raidframe rcorder



On Oct,Saturday 2 2010, at 11:59 PM, Eric D. Garver wrote:

> Hello,
> 
> I've setup a LVM volume on top of a RAID1 set. It works great with
> the exception of the rc.d scripts.
> 
> The lvm rc.d script is ran before the raidframe script. The
> the volume group does not get activated because the RAID volume
> does not exist yet. This means the mount via /etc/fstab fails.
> 
>               # lvm pvdisplay
>                 --- Physical volume ---
>                 PV Name               /dev/rraid0e
>                 VG Name               vg0
>                 ...
> 
> I've fixed this by adding "lvm" to "# BEFORE:" in /etc/rc.d/raidframe.
> 
> Original rcorder:
> 
>               $ rcorder /etc/rc.d/*
>               ...
>               /etc/rc.d/cgd
>               /etc/rc.d/lvm
>               /etc/rc.d/raidframe
>               /etc/rc.d/DISKS
>               ...
> 
> After adding "lvm" to "BEFORE:" in /etc/rc.d/raidframe:
> 
>               $ rcorder /etc/rc.d/*
>               ...
>               /etc/rc.d/cgd
>               /etc/rc.d/raidframe
>               /etc/rc.d/lvm
>               /etc/rc.d/DISKS
>               ...

Ah that's bug I will fix it soon, thanks for using/testing RAID + lvm.

Regards

Adam.



Home | Main Index | Thread Index | Old Index