mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
systemd: remove ExecStartPost from lvm2-lvmetad.service.
The ExecStartPost with pvscan --cache in lvm2-lvmetad.service is not needed now as this is called transparently within the first LVM command that queries lvmetad.
This commit is contained in:
parent
ee4c75c8b7
commit
7a64fff948
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.98 -
|
Version 2.02.98 -
|
||||||
=================================
|
=================================
|
||||||
|
Remove ExecStartPost with pvscan --cache from lvm2-lvmetad.service.
|
||||||
Report invalid percentage for property snap_percent of non-snaphot LVs.
|
Report invalid percentage for property snap_percent of non-snaphot LVs.
|
||||||
Disallow convertion of thins to mirrors.
|
Disallow convertion of thins to mirrors.
|
||||||
Fix lvm2api data_percent reporting for thin volumes.
|
Fix lvm2api data_percent reporting for thin volumes.
|
||||||
|
@ -10,7 +10,6 @@ Conflicts=shutdown.target
|
|||||||
Type=forking
|
Type=forking
|
||||||
NonBlocking=true
|
NonBlocking=true
|
||||||
ExecStart=@sbindir@/lvmetad
|
ExecStart=@sbindir@/lvmetad
|
||||||
ExecStartPost=@sbindir@/lvm pvscan --cache
|
|
||||||
ExecReload=@sbindir@/lvmetad -R
|
ExecReload=@sbindir@/lvmetad -R
|
||||||
Environment=SD_ACTIVATION=1
|
Environment=SD_ACTIVATION=1
|
||||||
Restart=on-abort
|
Restart=on-abort
|
||||||
|
Loading…
Reference in New Issue
Block a user