Callipygous

Members
  • Posts

    2
  • Joined

  • Last visited

Callipygous's Achievements

Noob

Noob (1/14)

0

Reputation

  1. 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.
  2. 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?