On 2012年03月30日 23:04, Jamshaid wrote:
Hello If i use virsh with vzctl 3.1 i get below error virsh -c openvz:///system error: /Could not extract vzctl version It works ok with vzctl 3.0.x Is there any way i can use virsh with vzctl 3.1 ?
IIR, it's somehing we need to improve for the version parsing function to allow there is no micro version. There is no reason to fail the parsing if there is no micro version of the underlying hypervisor. Patch is welcomed. See src/util/util.c: virParseVersionString Regards, Osier