-
-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
Description
Name of the Script
dependency-check
π Script Details
βοΈ Description
For me, it has always been a pain to ensure that a VM or container is only started when another VM or service is up.
Start delays are extremely flaky and inefficient. This script helps solve that.
It's a hookscript that runs on pre-start and waits for all referenced storages to be active. Additionally, it supports tags such as dep_ping_<hostname_or_ip> to wait until a IP is reachable and dep_tcp_<hostname_or_ip>_ to wait until a TCP port is open.
schneider-de-com