clustvirt/etc/clustvirt.toml
Matthew Stobbs 4b9782bb2a adding initial toml config
fixing URI host struct to work better with configuration
2024-04-19 23:37:21 -06:00

19 lines
414 B
TOML

# Define the servers that part of the cluster
## daemon sets daemon configuration
[daemon]
loglevel = "debug"
runpath = "/run/clustvirt.pid"
## connections are the VM hosts to connect to as part of the cluster
[connections]
# interval is the time in seconds to check host connections
interval = 60
[connections.goblin.uri]
driver = "qemu"
transport = "local"
host = "localhost"
path = "system"
user = "stobbsm"