Displaying 3 results from an estimated 3 matches for "vg03".
Did you mean:
vg00
2017 Sep 30
2
LVM not activating on reboot
Hi
I've recently rebuilt my home server using centos 7, and transplanted
over the main storage disks
It's a 3 disk raid5, with an lvm storage group (vg03) on there
Activating and mounting works fine:
# vgscan
? Reading volume groups from cache.
? Found volume group "vg03" using metadata type lvm2
# vgchange -ay
? 1 logical volume(s) in volume group "vg03" now active
# lvscan
? ACTIVE??????????? '/dev/vg03/storage'...
2017 Oct 01
3
LVM not activating on reboot
On 30/09/2017 17:49, Gordon Messmer wrote:
> On 09/30/2017 08:30 AM, Duncan Brown wrote:
>> However on a reboot, boot fails if I add that entry to fstab:
>> 'Timed out waiting for device dev-mapper-vg03\x2dstorage.device'
>>
>> I then have to activate it again with vgchange. I'm guessing I'm
>> going to need a grub option, or do something with dracut but I'm a
>> bit stuck here
>
> You can add the kernel option "rd.lvm.lv=vg03/storage" but...
2017 Sep 30
0
LVM not activating on reboot
On 09/30/2017 08:30 AM, Duncan Brown wrote:
> However on a reboot, boot fails if I add that entry to fstab:
> 'Timed out waiting for device dev-mapper-vg03\x2dstorage.device'
>
> I then have to activate it again with vgchange. I'm guessing I'm going
> to need a grub option, or do something with dracut but I'm a bit stuck
> here
You can add the kernel option "rd.lvm.lv=vg03/storage" but that *should*
only be n...