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] Re xc_introduce_domain query

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] Re xc_introduce_domain query
From: Asutosh Das <das.asutosh@xxxxxxxxx>
Date: Tue, 26 May 2009 16:27:22 +0530
Delivery-date: Tue, 26 May 2009 03:57:30 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=G83Ug1ZdC14LkhvdJa7DQ7p40hdZ/Iej1ar71jV29tI=; b=ry2Mb3W7ovGhu+A02ey9dvtuE2msOe5wWQUYnGI4a83QWlLIFkeFvWDvTi4B0PracX wm/tkCtFRcK7qS6VQ+5uYHYZ9HeZoLzj0Gxrdnfj/o2/2UcjCcFZCSu1j5la1am5HPOH eLmsxZmfpAWUn16mRQOErxTW5Qlt1/s9uzz/0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XSF5Pf4bGe8X+Bzfh8qkSa1SPQ6V6plp7DcGy6Li8xH/aYI5m1LMz3F6uHsjDUaXvg 98TgE5No2QpDF1OK9qWwN+dAt6hasHq4Z/2h3s5jBnC/LMuJS+MZFDUWX0HF3NGuIQjv SEZLJp7uha4UXLxN+HdOoZg4hA0SrIPqRyqvs=
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 am trying to boot a guest domain linux 2.6.18 as guest on xen. I have written an application that would does whatever xend does to boot the domain. I introduced the domain (xc_introduce_domain) API and then I am trying to write the device details to xenstore. But I get an error of "Illegal seek" and the stuff that I want to write doesn't get reflected in xenstore. However, if I run the same xs_write command without the xs_introduce_domain(), I get a success and it reflects on Xenstore.
After a bit of digging, I realized that I am able to write to xenstore domain-path except for the domain-id that the guest-domain is booting. i.e. if the domain-path is /local/domain/1 , I am able to write to /local/domain/<n>, where n != 1.

Please can you help me know, if there is any relation between xs_introduce_domain and xs_write.

Xend writes the device details (e.g vbd) in a loop(xend/server/DevController.py,  createDevices). I didn't quite understand why its doing that way.
--
Thank you,
Warm Regards,
Asutosh Das
# (+91) 9818 4494 69



_______________________________________________
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] Re xc_introduce_domain query, Asutosh Das <=