2024-04-17 18:48:27 +00:00
|
|
|
# Define the servers that part of the cluster
|
|
|
|
|
2024-04-20 05:37:21 +00:00
|
|
|
## 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"
|