Callipygous Posted July 6, 2020 Posted July 6, 2020 I was curious if there was a script or shell command floating around that would tell me how long my array takes to start? I'd like to know the array startup time for curiosity's sake but my use case is for setting autostart delays on docker containers. If my docker containers are housed on the array (they are) and not on an unassigned device they shouldn't be able to start until the array has started. Can anyone confirm? What are typical reasons people use autostart delays on docker containers? Quote
trurl Posted July 6, 2020 Posted July 6, 2020 You can look at your syslog, it has timestamps. If you have dockers that depend on other dockers you would want them to start in a particular order, maybe with some delay. Mariadb for example might be the database for other dockers. 1 Quote
Callipygous Posted July 6, 2020 Author Posted July 6, 2020 Timestamps in syslog got me exactly what I was looking for, thank you. Cool that you mention Mariadb, I work with SQL regularly and haven't heard of it. That'll be a fun weekend project. Cheers. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.