clustvirt/etc/clustvirt.toml

19 lines
414 B
TOML
Raw Normal View History

2024-04-17 18:48:27 +00:00
# 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"
2024-04-17 18:48:27 +00:00
user = "stobbsm"