search for: lxcopen

Displaying 1 result from an estimated 1 matches for "lxcopen".

Did you mean: lscopes
2010 Feb 03
1
[libvirt] [LXC] Tyring to locate livbvirt operations for LXC relocation
...d restoring Linux containers? Is there a libvirt patch beyond the kernel patch that needs to be applied? I am using libvirt 0.7.5 and kernel 2.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,...