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-users

[Xen-users] Re: XCP - Attach to existing LUN's on a SAN (iscsi) ?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: XCP - Attach to existing LUN's on a SAN (iscsi) ?
From: ppomes <pierre.pomes@xxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Mar 2011 13:36:24 -0700 (PDT)
Delivery-date: Mon, 28 Mar 2011 13:37:20 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1301334964742-4268016.post@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <1301334964742-4268016.post@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Actually, it seems I can create a "iscsi" SR (not a "lvmoiscsi", really a
"iscsi") by using :

xe sr-create name-label="MyLunOnSAN" \
type=iscsi \
shared=true \
device-config:target=192.168.131.101 \
device-config:multihomelist=192.168.131.101:3260,192.168.133.101:3260,192.168.130.102:3260,192.168.132.101:3260,192.168.133.102:3260,192.168.132.102:3260,192.168.131.102:3260,192.168.130.101:3260
\
device-config:targetIQN=iqn.1984-05.com.dell:powervault.md3200i.12345678910
\
device-config:port=3260 \
device-config:SCSIid=36782bcb00006b1500000f5d24d8c54ab \

So I would like to create a kind of raw "SR", mapped the SCSIid of the
requested Lun.

My problem here: 
- when this SR is created, two pbd are created, which is ok
- the "multupath -ll" shows my scsid, which is also ok
- BUT a "xe vdi-list sr-uuid=<id returned by xe sr-create" returns all the
virtual disks of the SAN (ie : all the Lun's)! I expected only one here, the
Lun of the virtual drive I requested with the SCSIid param.

What's wrong with my sr-create ?

Thanks,
Pierre










--
View this message in context: 
http://xen.1045712.n5.nabble.com/XCP-Attach-to-existing-LUN-s-on-a-SAN-iscsi-tp4268016p4268280.html
Sent from the Xen - User mailing list archive at Nabble.com.

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

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