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-api

[Xen-API] Migration support in Xen API

To: Xen-API <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] Migration support in Xen API
From: Jim Fehlig <jfehlig@xxxxxxxxxx>
Date: Thu, 28 Jun 2007 12:47:44 -0600
Delivery-date: Thu, 28 Jun 2007 11:45:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.8 (X11/20060911)
The DMTF is close to ratifying migration support in the CIM schema. 
Barring any unforeseen issues with the Change Request (CR), migration
modeling will be included in the next release of CIM schema (version
2.16).  All of the details can be found in the CR

http://www.dmtf.org/apps/org/workgroup/cim-core/download.php/31585/CIMCoreCR00925.010.html

I would like to implement this CR in Xen CIM providers and thus need
some support for migration in Xen API.  For those who don't belong to
DMTF member companies and hence cannot access the above link, the
interesting methods are

MigrateVirtualSystemToHost()
Method to move, migrate or relocate a virtual system to a target host
specified by a network name or IP address.

CheckVirtualSystemIsMigratableToHost()
Method to perform a pre-check to determine whether a virtual system is
likely to be successfully migrated to a target host specified by a
network name or IP address.  This method does not guarantee that a
subsequent migration will always succeed, due to dynamic resource
availability.

Other methods exist in the referenced CR, but these can be implemented
on top of the above operations.

Thoughts?

Regards,
Jim

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] Migration support in Xen API, Jim Fehlig <=