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] XCP DRBD

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] XCP DRBD
From: "Sergio Charpinel Jr." <sergiocharpinel@xxxxxxxxx>
Date: Fri, 30 Jul 2010 16:05:41 -0300
Delivery-date: Fri, 30 Jul 2010 12:05:51 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=6h5vg4B5Dls4BI21BEfEhARnMcpGLuBW2/jUcvMwRrc=; b=utNLUjxUbx8C2HX/lkMKyghbiNBm+UXVxClEwYG2uJo7tkUpCr8JtHIsPuPKArvjaX OfytGCyzgCm4oL1fS03hc6RZEfiPMtcYqycLDWwsUwnIUH4AaqhCedVoXg/JV/A1OzPM N+tnZ5o7mZxko0HcoIva/dZsVs8DFuc0zVZmk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=d2maNDqGUUgLjfye07L0kx7PP5hWP77FiEksmBJzr4aTV+o3FwgrGfzhZqL0cR5dRm yHTpQ0R+SoJ1RxP9jZgzBhPT4eDbN/cG/sbFX5qZkL3J26QCjcAPpH1acpHxf7lZCAId 3Ndfk7rw0W/5mMDbqKV7TJasT59EuE13wJBiU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I'm working on XCP and DRBD integration.

The idea is to integrate at VDI level, for example:
xe vdi-create sm-config:type=drbd  .... 
  or sm-config:drbd=true ....

OR, to allow integration with existing VDI's, we can use other-config:
xe vdi-param-set other-config:drbd=true uuid=...
xe vdi-update uuid=...


The problem is: How can I manage the remote device to create DRBD device? 

Please let me know your opinion.


Cheers.

--
Sergio Roberto Charpinel Jr.
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] XCP DRBD, Sergio Charpinel Jr. <=