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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user