WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Custom migration port and resource control.

To: xendevel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Custom migration port and resource control.
From: jd <jdsw2002@xxxxxxxxx>
Date: Mon, 26 Nov 2007 10:47:15 -0800 (PST)
Cc: jdsw2002@xxxxxxxxx
Delivery-date: Mon, 26 Nov 2007 10:50:59 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ErwqUI+1PkLQCCRL1BZI0XHjthkG+R1VTA3r952bNoAp2JU1IHQOFgnbmr0yWF3H37Utz8PFmzrJySJt8XzX9sNKOZ0jUhtJzHN3/SLS1UbQAeKRCRwrPijDzsIerFsZ96cRhy5WAwE84NpRYxZkB1FGovcT9Zx9nZ8ckvnpMUg=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi
  I am trying to invoke migration via xmlrpc. And
getting the following error. 
 
Error migrating c1 : __call__() got an unexpected
keyword argument 'resource'

Here is the call signature.
    vmm.xend.domain.migrate(domain,
                            destination,              
                            
                            live, resource=0, 
                            port=customPort)
 
Also, the following url is suggesting some change in
the XendDomain, removal of resource param.

Does that mean
a. The feature to control b/w is gone/going away ?
b. The signature of xmlrpc has changed./ will change ?
 ( this is why I want to use keyword args for resource
and custom ports)

http://lists.xensource.com/archives/html/xen-devel/2007-06/msg00344.html

Thanks
/Jd


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Custom migration port and resource control., jd <=