From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dan Magenheimer" Subject: RE: [PATCH] 3.1.3 (and ??) timer_mode fix in xend for virt-install Date: Fri, 18 Jan 2008 15:13:16 -0700 Message-ID: <20080118151316625.00000001968@djm-pc> References: <20080118215927.GE25808@redhat.com> Reply-To: "dan.magenheimer@oracle.com" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20080118215927.GE25808@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Daniel P. Berrange" Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org > so can't confirm that yet. I'll try and reproduce it - what = > error were you getting > when trying to create a VM ? libvirt doesn't specify any = > timer_mode parameter > when creating VMs, so it should use whatever XenD's default = > is for that. Traceback below. Yeah, I'm no parseltongue but I think the default wasn't specified properly. Note also that I am using python-virtinst-0.99 so maybe the interface to the XendServer has changed in more recent releases and wouldn't provoke the problem? Dan Starting install... libvir: Xen Daemon error : GET operation failed: libvir: Xen Daemon error : POST operation failed: (xend.err 'Error creating= doma in: long() argument must be a string or a number') Failed to create domain foo Traceback (most recent call last): File "/usr/sbin/virt-install", line 476, in ? main() File "/usr/sbin/virt-install", line 440, in main dom =3D guest.start_install(conscb) File "/usr/lib/python2.4/site-packages/virtinst/XenGuest.py", line 382, i= n sta rt_install self.domain =3D self.conn.createLinux(cxml, 0) File "/usr/lib/python2.4/site-packages/libvirt.py", line 249, in createLi= nux if ret is None:raise libvirtError('virDomainCreateLinux() failed') libvirt.libvirtError: virDomainCreateLinux() failed