Displaying 2 results from an estimated 2 matches for "libvirtversion".
Did you mean:
libvirt_version
2015 Oct 21
1
Libvirtd hooks in Centos 7
I would like to create some libvirt hooks. This is so the hypervisor can
execute some scripts during starting or stopping of a KVM guest.
According to https://www.libvirt.org/hooks.html they must be present.
However, it seems in Centos 7 these hooks are gone in /etc/libvirt/
Libvirtversion: 1.2.8-16.el7_1.4
OS version: CentOS Linux release 7.1.1503 (Core)
Anyone how solved this riddle?
I already asked this question on centos.org/forums, but didn't get much
information apart from:
"Unfortunately I suspect that CentOS libvirt packages have hooks
disabled. I was looking for t...
2010 Feb 03
1
[libvirt] [LXC] Tyring to locate livbvirt operations for LXC relocation
....6.31
/* Function Tables */
static virDriver lxcDriver = {
VIR_DRV_LXC, /* the number virDrvNo */
"LXC", /* the name of the driver */
lxcOpen, /* open */
lxcClose, /* close */
NULL, /* supports_feature */
NULL, /* type */
lxcVersion, /* version */
NULL, /* libvirtVersion (impl. in libvirt.c) */
virGetHostname, /* getHostname */
NULL, /* getMaxVcpus */
nodeGetInfo, /* nodeGetInfo */
lxcGetCapabilities, /* getCapabilities */
lxcListDomains, /* listDomains */
lxcNumDomains, /* numOfDomains */
lxcDomainCreateAndStart, /* domainCreateXML */...