Hi,
i''m getting this error when starting my HVM. It works otherwise, except
for live migration. I want get rid of this error report before i take a 
look why live migration only works for PVs on my system.
Here is the relevant config part. Config was used from one of the examples.
#  -*- mode: python; -*-
#===========================================================================#
Python configuration setup for ''xm create''.
# This script sets the parameters used when a domain is created using 
''xm create''.
# You use a separate script for each domain you want to create, or
# you can set the parameters for the domain on the xm command line.
#===========================================================================
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
    arch_libdir = ''lib64''
else:
    arch_libdir = ''lib''
#----------------------------------------------------------------------------
# Kernel image file.
kernel = "/usr/lib/xen/boot/hvmloader"
# The domain build function. HVM domain uses ''hvm''.
builder=''hvm''
Please advise me.
Regards,
M.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Martin Gombač
2010-Apr-28  13:54 UTC
Re: [Xen-users] WinS2003_H.cfg:9: expecting an assignment
To follow up to my post. HVM live migration works perfectly. I just forgot to create another config file on other node. :-) I still can''t figure out that warning from libvirt i posted in the topic. Can someone please help? Apr 28 14:32:01 ibm1 libvirtd: 14:32:01.993: error : /etc/xen/WinS2003_H.cfg:9: expecting an assignment Everything seems to work with it, but i don''t like to have erros in my config. :-) Thank you, regards, M. Martin Gombač wrote:> Hi, > > i''m getting this error when starting my HVM. It works otherwise, > except for live migration. I want get rid of this error report before > i take a look why live migration only works for PVs on my system. > > Here is the relevant config part. Config was used from one of the > examples. > > # -*- mode: python; -*- > #============================================================================ > > # Python configuration setup for ''xm create''. > # This script sets the parameters used when a domain is created using > ''xm create''. > # You use a separate script for each domain you want to create, or > # you can set the parameters for the domain on the xm command line. > #============================================================================ > > > import os, re > arch = os.uname()[4] > if re.search(''64'', arch): > arch_libdir = ''lib64'' > else: > arch_libdir = ''lib'' > > #---------------------------------------------------------------------------- > > # Kernel image file. > kernel = "/usr/lib/xen/boot/hvmloader" > > # The domain build function. HVM domain uses ''hvm''. > builder=''hvm'' > > > > Please advise me. > Regards, > M. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users