LVM2, systemd, and FIFO sockets in RHEL7
There's a bug with a relevant discussion on
systemdRemoveOnStop.servicedmesgsystemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) systemd[1]: /usr/lib/systemd/system-generators/anaconda-generator exited with exit status 1. [ +0.056775] systemd[1]: [/usr/lib/systemd/system/lvm2-lvmetad.socket:9] Unknown lvalue 'RemoveOnStop' in section 'Socket' [ +0.000675] systemd[1]: [/usr/lib/systemd/system/dm-event.socket:10] Unknown lvalue 'RemoveOnStop' in section 'Socket'
I'm not sure if LVM2 is referencing a feature that's not available in the default systemd version; AFAIK, my configuration is pretty much standard (default) regarding the pertinent components.
# rpm -qf /usr/lib/systemd/system/lvm2-lvmetad.socket lvm2-2.02.115-3.el7.x86_64 # yum info systemd Installed Packages Name : systemd Arch : x86_64 Version : 208 Release : 20.el7_1.2 Size : 11 M Repo : installed From repo : rhel-7-server-rpms
Responses