diff --git a/lvm2-2_02_99-various-updates-and-fixes-for-systemd-units.patch b/lvm2-2_02_99-various-updates-and-fixes-for-systemd-units.patch index 914e461..33ab47f 100644 --- a/lvm2-2_02_99-various-updates-and-fixes-for-systemd-units.patch +++ b/lvm2-2_02_99-various-updates-and-fixes-for-systemd-units.patch @@ -32,7 +32,7 @@ index 6c4c55f..e6b4814 100644 -Requires=dm-event.socket -After=dm-event.socket fedora-storage-init.service fedora-storage-init-late.service lvm2-activation.service lvm2-lvmetad.service +Requires=dm-event.socket lvm2-lvmetad.socket -+After=dm-event.socket lvm2-lvmetad.socket lvm2-lvmetad.service ++After=dm-event.socket lvm2-lvmetad.socket lvm2-activation.service lvm2-lvmetad.service Before=local-fs.target DefaultDependencies=no Conflicts=shutdown.target @@ -42,7 +42,7 @@ index 6c4c55f..e6b4814 100644 ExecStart=@sbindir@/lvm vgchange --monitor y -ExecStop=@sbindir@/lvm vgchange --monitor n +# The lvmetad must be disabled here, it needs https://bugzilla.redhat.com/show_bug.cgi?id=843587 to be resolved first. -+ExecStop="@sbindir@/lvm vgchange --monitor n --config 'global{use_lvmetad=0}'" ++ExecStop=@sbindir@/lvm vgchange --monitor n --config 'global{use_lvmetad=0}' RemainAfterExit=yes [Install]