From: Stefan de Konink <skinkie@xs4all.nl>
To: Mark Williamson <mark.williamson@cl.cam.ac.uk>
Cc: xen-user@lists.xensource.com, xen-devel@lists.xensource.com
Subject: Re: NetApp vfiler example scripts
Date: Mon, 19 May 2008 18:37:17 +0200 [thread overview]
Message-ID: <4831ACBD.3010405@xs4all.nl> (raw)
In-Reply-To: <200805191729.16752.mark.williamson@cl.cam.ac.uk>
Mark Williamson schreef:
> Might be generally useful to people? Is anybody else using this with a
> NetApp? Any other features wanted in order to make this work?
I have also created a patch for libvirt.
http://kinkrsoftware.nl/contrib/libvirt/pool.patch
Will most likely be included soon too. This allows to directly map the
iscsi part:
<pool type="iscsi">
<name>netapp</name>
<source>
<host name="172.16.103.200"/>
<device
path="iqn.1992-08.com.netapp:sn.118046347:vf.88fa4694-0ba6-11dd-b8a9-00a09807592f"/>
</source>
<target>
<path>/dev/disk/by-path</path>
</target>
</pool>
with:
<domain type='xen' >
<name>Gentoo</name>
<os>
<type>linux</type>
<kernel>/usr/lib/xen/boot/linux-2.6.20-xen-r6</kernel>
<cmdline> root=/dev/xvda ro
ip=85.17.131.4:1.2.3.4:85.17.131.253:255.255.255.0::eth0:off</cmdline>
</os>
<memory>131072</memory>
<vcpu>1</vcpu>
<devices>
<disk type='pool'>
<source pool='netapp' volume='lun-3' />
<target dev='xvda'/>
</disk>
<interface type='bridge'>
<source bridge='xenbr0'/>
<mac address='aa:00:00:00:00:11'/>
<script path='/etc/xen/scripts/vif-bridge'/>
</interface>
</devices>
</domain>
As you see this does not exploit the OnTap interface, but uses preknown
lun numbers. More clean for Daniel and his crew.
But about NetApp; within Citrix, which persons do you talk to? The reply
about Xen/NetApp that reached me didn't sound like exploiting the best
of both worlds.
> If it's valuable it would be worth looking at adding it, or something like it,
> into the Xen tree as an additional block script. We've still not exploited
> the ability to transparently support crazy networked block devices as much as
> we could :-)
Please add my iscsi script too then, I have heard it is also in Suse ;)
I've talked with the open-iscsi developer crew about making their code
available in a shared library. This could eventually lead to a iscsi
'program' instead of an iscsi script with heuristics.
Stefan
next prev parent reply other threads:[~2008-05-19 16:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-28 21:02 NetApp vfiler example scripts Stefan de Konink
2008-05-19 16:29 ` Mark Williamson
2008-05-19 16:37 ` Stefan de Konink [this message]
2008-05-19 18:26 ` Mark Williamson
2008-05-19 20:27 ` [Xen-devel] " Stefan de Konink
2008-05-20 11:34 ` Mark Johnson
2008-05-20 11:38 ` Stefan de Konink
2008-05-19 18:37 ` Mark Johnson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4831ACBD.3010405@xs4all.nl \
--to=skinkie@xs4all.nl \
--cc=mark.williamson@cl.cam.ac.uk \
--cc=xen-devel@lists.xensource.com \
--cc=xen-user@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.