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] Xen API and PSCSI Devices

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Xen API and PSCSI Devices
From: Joshua West <jwest@xxxxxxxxxxxx>
Date: Tue, 13 Oct 2009 14:48:53 -0400
Delivery-date: Tue, 13 Oct 2009 11:52:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.22 (X11/20090605)
Hey folks,

I've noticed that, when using the Xen API, results returned by examining
the list of PSCSI's available to Xen is not updated between calls.  It
seems that PSCSI devices are detected once and only once -- upon startup
of xend.

An example of what I'm discussing is:

[root@some-xen-server:~]# python
Python 2.4.3 (#1, Jun 11 2009, 14:09:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import xen.xm.XenAPI as XenAPI
>>> session = XenAPI.Session('http://127.0.0.1:9363')
>>> session.login_with_password('', '')
>>> session.xenapi.PSCSI.get_all()
['45df9686-2da7-52a1-98a0-8a944273d559',
'72bea6df-0fc4-0643-42e8-a5adf07780d7']

...
Attach a new LUN to the host (dom0).
...

>>> session.xenapi.PSCSI.get_all()
['45df9686-2da7-52a1-98a0-8a944273d559',
'72bea6df-0fc4-0643-42e8-a5adf07780d7']

The new LUN is not detected, unless you restart xend.  Is this a bug? 
Or by design?  It would be really nice if the API were to refresh the
list of PSCSI devices detected during each call... or at least have an
API method to instruct xend that it should refresh its listing?

BTW -- I'm doing this on RHEL 5.4 x86_64 with Xen 3.4.1.

Thanks.

-- 
Joshua West
Senior Systems Engineer
Brandeis University
http://www.brandeis.edu


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

<Prev in Thread] Current Thread [Next in Thread>