mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-16 13:57:49 +03:00
Fix scripts/lvmlocks.service.in using nonexistent --lock-opt autowait
The --lock-opt autowait was dropped back in 9ab6bdce01, and attempting to specify it has quite an opposite effect: no waiting is done, which makes the unit almost useless.
This commit is contained in:
parent
d79afd4084
commit
a509776588
@ -8,7 +8,7 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
|
||||
# start lockspaces and wait for them to finish starting
|
||||
ExecStart=@SBINDIR@/lvm vgchange --lock-start --lock-opt autowait
|
||||
ExecStart=@SBINDIR@/lvm vgchange --lock-start --lock-opt auto
|
||||
|
||||
# stop lockspaces and wait for them to finish stopping
|
||||
ExecStop=@SBINDIR@/lvmlockctl --stop-lockspaces --wait 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user