You are not logged in.

#1 2014-03-05 09:49:50

anish
Member
Registered: 2009-06-03
Posts: 32

[solved]lvm volumes no longer auto mount after update to systemd 210-2

Note: I don't have an initramfs, it's a statically compiled kernel. I can get machine to boot if I manually mount all lvm volumes by hand. Thankfully my root was not on the lvm. fstab is as follows :

tmpfs           /tmp    tmpfs   nodev,noatime,nosuid            0 0
LABEL=dump      /dump   ext4    defaults,noatime                0 1
LABEL=home      /home   ext4    defaults,noatime,discard,user_xattr     0 1
LABEL=root      /       ext4    defaults,noatime,discard        0 1
LABEL=var       /var    ext4    defaults,noatime                0 1
LABEL=swap      swap    swap    defaults                        0 0
LABEL=local-compile     /var/abs/local  btrfs   defaults,noatime        0 1

Do I need to make any changes to configuration somewhere for lvm ?

Last edited by anish (2014-03-05 12:15:42)

Offline

#2 2014-03-05 10:08:13

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: [solved]lvm volumes no longer auto mount after update to systemd 210-2

My guess is that this has nothing to do with LVM at all. See http://cgit.freedesktop.org/systemd/sys … d=v210#n39.

Offline

#3 2014-03-05 12:08:49

pushakk
Member
Registered: 2011-09-29
Posts: 49

Re: [solved]lvm volumes no longer auto mount after update to systemd 210-2

Hello,

enabling CONFIG_FHANDLE solve my same issue. Thank you brain0

Regards.

Offline

#4 2014-03-05 12:15:13

anish
Member
Registered: 2009-06-03
Posts: 32

Re: [solved]lvm volumes no longer auto mount after update to systemd 210-2

Yep, CONFIG_FHANDLE is the solution

Offline

Board footer

Powered by FluxBB