[Linux-cluster] Virsh instead of XM?

Jakov Sosic jakov.sosic at srce.hr
Sun Oct 25 13:34:14 UTC 2009


On Sat, 24 Oct 2009 20:56:15 +0200
Jakov Sosic <jakov.sosic at srce.hr> wrote:

> import os, re
> arch = os.uname()[4]
> if re.search('64', arch):
>     arch_libdir = 'lib64'
> else:
>     arch_libdir = 'lib'

Apparently this is a problem for virsh. I changed that to simple:
arch_libdir = 'lib64'

and now everything works.

Also I had to set up MAC addresses for interfaces for fully virtualized
guests.


-- 
|    Jakov Sosic    |    ICQ: 28410271    |   PGP: 0x965CAE2D   |
=================================================================
| start fighting cancer -> http://www.worldcommunitygrid.org/   |




More information about the Linux-cluster mailing list