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

Re: [Xen-devel] Xen API and PSCSI Devices

To: Joshua West <jwest@xxxxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Xen API and PSCSI Devices
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Wed, 14 Oct 2009 09:54:54 +0900
Cc:
Delivery-date: Tue, 13 Oct 2009 17:55:29 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4AD4CB95.4010505@xxxxxxxxxxxx>
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>
References: <4AD4CB95.4010505@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Joshua,

It's a bug, maybe...

Could you give me more information?

 - a result of lsscsi -vl
 - /var/log/xen/xend.log
 - /var/log/messages

Best regards,
 Kan

Tue, 13 Oct 2009 14:48:53 -0400, Joshua West wrote:

>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


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

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