Add significant TimeoutSec to pvc-flush service

This will stop systemd from killing the service in the middle of a flush
or unflush operation, which completely defeats the purpose. 30 minutes
was chosen as this is a very large but still somewhat manageable value,
which should cover even a very large very loaded cluster with room to
spare.
This commit is contained in:
Joshua Boniface 2020-04-01 01:24:09 -04:00
parent 44efd66f2c
commit 98a7005c1b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ PartOf = pvc.target
Type = oneshot
RemainAfterExit = true
WorkingDirectory = /usr/share/pvc
TimeoutSec = 30min
ExecStartPre = /bin/sleep 30
ExecStart = /usr/bin/pvc -c local node unflush --wait
ExecStop = /usr/bin/pvc -c local node flush --wait