| Summary: | sys-apps/systemd-229 - systemd-remount-fs.service (systemd-udevd) '/sbin/dmsetup splitname --nameprefixes --noheadings --rows vg0-var' failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
| Component: | [OLD] Core system | Assignee: | Gentoo systemd Team <systemd> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | The output of 'journalctl -xb' | ||
|
Description
Juergen Rose
2016-03-27 11:24:49 UTC
If I do a 'mount -a' after login, all my logical volumes are mounted. And I can rather normally work with the system. I see then the following properties about my physical and logical volumes:
root@impala:/root(32)# cat /proc/mdstat
Personalities : [raid1] [raid10] [raid6] [raid5] [raid4]
md125 : active raid1 sda1[0] sdb1[1]
131008 blocks [2/2] [UU]
md126 : active raid1 sda3[0] sdb3[1]
134217664 blocks [2/2] [UU]
md127 : active raid1 sda6[0] sdb6[1]
817219152 blocks super 1.2 [2/2] [UU]
unused devices: <none>
root@impala:/root(33)# lvscan
ACTIVE '/dev/vg0/var' [4.00 GiB] inherit
ACTIVE '/dev/vg0/vtmp' [32.00 GiB] inherit
ACTIVE '/dev/vg0/portage' [4.00 GiB] inherit
ACTIVE '/dev/vg0/distfiles' [32.00 GiB] inherit
ACTIVE '/dev/vg0/opt' [8.00 GiB] inherit
ACTIVE '/dev/vg0/home' [256.00 GiB] inherit
ACTIVE '/dev/vg0/tmp' [16.00 GiB] inherit
ACTIVE '/dev/vg0/ftp' [128.00 GiB] inherit
ACTIVE '/dev/vg0/src' [64.00 GiB] inherit
ACTIVE '/dev/vg0/data' [235.30 GiB] inherit
root@impala:/root(34)# grep /dev/vg0 /etc/fstab
root@impala:/root(35)# grep vg0 /etc/fstab
#/dev/mapper/vg0-usr /usr ext3 defaults,user_xattr 1 2
/dev/mapper/vg0-var /var ext3 noatime,user_xattr 1 2
/dev/mapper/vg0-vtmp /var/tmp ext4 noatime,user_xattr 1 2
/dev/mapper/vg0-portage /usr/portage_impala ext2 noatime,user_xattr 1 2
/dev/mapper/vg0-distfiles /usr/local/portage/distfiles_impala ext2 noatime,user_xattr 1 2
/dev/mapper/vg0-opt /opt ext3 defaults 1 2
/dev/mapper/vg0-home /home_impala ext4 noatime,user_xattr 1 2
/dev/mapper/vg0-tmp /tmp ext4 noatime,user_xattr 1 2
/dev/mapper/vg0-ftp /home_impala/ftp xfs noatime 1 2
/dev/mapper/vg0-src /usr/src_impala ext4 noatime,user_xattr 1 2
/dev/mapper/vg0-data /data_impala ext4 noatime,user_xattr 1 2
root@impala:/root(36)# pvscan
PV /dev/md127 VG vg0 lvm2 [779.36 GiB / 60.00 MiB free]
Total: 1 [779.36 GiB] / in use: 1 [779.36 GiB] / in no VG: 0 [0 ]
Created attachment 429102 [details]
The output of 'journalctl -xb'
What are you using for an initramfs? (In reply to Mike Gilbert from comment #3) > What are you using for an initramfs? I am using the initramfs generated by genkernel. (In reply to Juergen Rose from comment #4) > I am using the initramfs generated by genkernel. Please try dracut; genkernel has been quite buggy with systemd. (In reply to Mike Gilbert from comment #5) > (In reply to Juergen Rose from comment #4) > > I am using the initramfs generated by genkernel. > > Please try dracut; genkernel has been quite buggy with systemd. Could you be a little bit more specific. I am using genkernel on about ten system with systemd. And do not see any error at least on nine systems. (In reply to Juergen Rose from comment #6) Basically, I'm not going to waste time debugging genkernel. If it works with a different initramfs I will re-assign this bug to the genkernel team and let them figure it out. I do not know if there is a specific problem with it, but it has exhibited strange behavior with lvm/device-mapper volumes in the past. Also, in the past genkernel-next was created as there were some problems with genkernel using mdev: https://bugs.gentoo.org/show_bug.cgi?id=468942 But I don't remember the details as some years have passed and I am not aware of current genkernel status :/ |