|
ExecStart=/sbin/casctl settle --timeout 1780 --interval 5 |
|
TimeoutStartSec=30min |
This seems unnecessarily long. If there's an issue on startup, you're stuck waiting 30min for this to time out so you can even get into a shell, or you have to play tricks with the kernel arguments to get systemd to allow a shell by other means.
Looking at the commits from the blame, it's not clear why it was made so long. Most systemd services are 1.5min because that's the default.
open-cas-linux/utils/open-cas.service
Lines 18 to 19 in 05b110f
This seems unnecessarily long. If there's an issue on startup, you're stuck waiting 30min for this to time out so you can even get into a shell, or you have to play tricks with the kernel arguments to get systemd to allow a shell by other means.
Looking at the commits from the blame, it's not clear why it was made so long. Most systemd services are 1.5min because that's the default.