Displaying 3 results from an estimated 3 matches for "x2dstorage".
Did you mean:
dstorage
2017 Sep 30
2
LVM not activating on reboot
...l volume(s) in volume group "vg03" now active
# lvscan
? ACTIVE??????????? '/dev/vg03/storage' [<1.82 TiB] inherit
I can then mount /dev/vg03/storage as expected
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
Thanks
Duncan
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 necessary if...
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 that
>...