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] SR on xen 3.1

To: xen-users-request@xxxxxxxxxxxxxxxxxxx, xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] SR on xen 3.1
From: chetansa <chetan.lists@xxxxxxxxx>
Date: Mon, 07 Jan 2008 17:42:27 +0530
Delivery-date: Mon, 07 Jan 2008 04:12:47 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=OVW27GDe8zp9UG8fSGSpaNhlpXO0VC8U5AX/WfLirco=; b=MdlukbPMF9butqVQLBoTFpR9jTi3eQ0z5jh/E0Cw2h/zxLH0cBaI8W1g+pvJrJCDn3r1zINs3Yr7RxKpry62U9qY/9cwxNvMpYGQUqzJ2SU4Dxipn/bnLCv2WXzZqttJ8WhBALnD0mGvpv8trDQrkHQImEy455AFLM1tOzqNwHo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=RoXi/l05JPulye6Uaz/cfuxHo5Bmwx+0NdZqlPLB5iV+wZQGEHHi4bHOQ3hHqYo8zfl3ocVv09R5e/3oAYaMvo+vnuf/+2xRNlo+qNy5/SpfdtMyspgr4gcnynmKuxTh8Grg5MxcHJv5JSK49PMdFaVj2gl7KU9ZlArnrUlc/Eg=
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: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071115 Fedora/2.0.0.9-1.fc8 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666
Hi all,
I am using xen 3.1 on Fedora 8 (Installed using RPM's). I want to create a new Storage Repository (SR) according to the kb, I need to do following in order to create and attach new SR,
*
# sm create /dev/sdb5**

** # xe host-sr-set -u root sr-id=/rep_uuid/ active=true

** # sm attach <rep_uuid> none

*I neither found sm nor xe on my installation (These are available with xen server installation I guess.....) so how to go about creating a SR with my current installation? However there is an interesting thing happening if I try to retrieve information about the SR's from xen api with xen_sr_get_all()
I get two objects with,

Type: local
Description: Traditional Local Storage Repo

Type: qcow_file
Description: Xend QCoW Storage Repository

also I get no PBD object on calling xen_sr_get_pbds() ?
*
*Can anyone please explain me how this SR things work?

Regards

Chetan
*
*

_______________________________________________
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] SR on xen 3.1, chetansa <=