Displaying 1 result from an estimated 1 matches for "virconnectdomainxmlfromnative".
2014 Mar 06
1
Fail to convert LXC container configuration into a domain XML fragment
...ux container. I am trying to transfrom LXC
container configuration into a domain XML fragment using the following
command:
*$ virsh -c lxc:/// domxml-from-native lxc /var/lib/lxc/my_conatiner/config*
However, I get the error message,
error: this function is not supported by the connection driver:
virConnectDomainXMLFromNative
It seems that *virConnectDomainXMLFromNative *is not supported in libvrit
LXC driver. However, I find the command in the official documentation of
libvirt. Besides, my libvirt's version is 1.2.2(the latest version).
I wonder whether I can convert LXC container configuration into a domain
XML...