Currently the socket is defined as a variable here
|
defaultSocket = "/var/run/libvirt/libvirt-sock" |
so it only works with Monolithic daemon mode (libvirtd) and not the Modular daemons mode (virtqemud, virtstoraged,...).
Ref: https://libvirt.org/daemons.html
Currently the socket is defined as a variable here
go-libvirt/socket/dialers/local.go
Line 10 in 15feff0
so it only works with Monolithic daemon mode (libvirtd) and not the Modular daemons mode (virtqemud, virtstoraged,...).
Ref: https://libvirt.org/daemons.html