- Fix a typo in MemoryAllocatedToVirtualServers metric
(https://bugzilla.redhat.com/show_bug.cgi?id=532070#c7)
- %{_sysconfdir}/sysconfig/vhostmd: Use libvirt default URI
(https://bugzilla.redhat.com/show_bug.cgi?id=537828)
- %{_sysconfdir}/init.d/vhostmd: If using libvirt's default URI, then pass
the root URI to vhostmd (the default URI changes in some circumstances
when vhostmd switches to the non-root user).
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
# Uncomment the following line to print verbose messages.
|
|
#VHOSTMD_VERBOSE=1
|
|
|
|
# Override the default configuration file path.
|
|
#VHOSTMD_CONFIG=/path/to/vhostmd.conf
|
|
|
|
# Set the user that the daemon runs as after dropping root privs.
|
|
VHOSTMD_USER=vhostmd
|
|
|
|
# Set the libvirt URI.
|
|
# Uncomment one of these to force KVM or Xen, otherwise libvirt
|
|
# will try to choose a suitable default.
|
|
#VHOSTMD_URI=qemu:///system
|
|
#VHOSTMD_URI=xen:///
|