Re: [Openstack] SAN and Fibrechannel with OpenStack

2012-05-22 Thread Wolfgang Hennerbichler

Thank you for your answer,

I am not saying that I need a clustered filesystem, with clvm I just 
have all lvm-volumes available on all machines, but only one machine 
would attach to the filesystem of a specific LV at a time.


On 05/17/2012 05:07 AM, Narayan Desai wrote:

I'm not sure that it would be particularly easy to make nova-volume
support clustered filesystems; the current model only supports
attaching a volume to a single instance at a time. Aside from that, it
shouldn't be too hard to use fc as the data path instead of iscsi.
We're looking at using iSER in a similar capacity.
  -nld

On Wed, May 16, 2012 at 4:05 AM, Wolfgang Hennerbichler
wolfgang.hennerbich...@risc-software.at  wrote:

dear openstack godfathers;

I do plan to migrate from crappy vmware and some ibm based cloud stack to
openstack and kvm. here's the thing: I am lucky enough to have decent
hardware, all the compute nodes are interconnected via fibre channel.
so I don't want and don't need  iscsi. do you think I can make it with
something like clvm? I read through the docs of openstack, but I am not
really sure now if I can make clvm fly without hacking around in openstack
(and nova-volume) too much, especially when it comes to live migration and
so on...

I realize OpenStack was not built for SAN and FC, but I would really like to
hear your opinions on that.
Thanks,

Wolfgang
--
DI (FH) Wolfgang Hennerbichler
Software Development
Unit Advanced Computing Technologies
RISC Software GmbH
A company of the Johannes Kepler University Linz

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



--
DI (FH) Wolfgang Hennerbichler
Software Development
Unit Advanced Computing Technologies
RISC Software GmbH
A company of the Johannes Kepler University Linz

IT-Center
Softwarepark 35
4232 Hagenberg
Austria

Phone: +43 7236 3343 245
Fax: +43 7236 3343 250
wolfgang.hennerbich...@risc-software.at
http://www.risc-software.at

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] SAN and Fibrechannel with OpenStack

2012-05-22 Thread Wolfgang Hennerbichler

Hi Diego,

Thanks for your answer. I will definitely give openstack a try. Not only 
a try, I will try to make it work.


Wolfgang

On 05/17/2012 09:40 AM, Diego Parrilla Santamaría wrote:

Hi Wolfgang,

latest versions of our distro supports NFS as backend storage for
instances, volumes and images. Basically a zone shares the same NFS
mountpoint for instances and another mountpoint for volumes, and I guess
it does not differ a lot from what you want to do with FC or iSCSI.

It's in our immediate roadmap to use FC and iSCSI instead of NFS, but
may be you can give a try to our NFS stuff until then ;-)

Cheers
--
Diego Parrilla
http://www.stackops.com/*CEO*
**www.stackops.com* http://www.stackops.com/ |
*diego.parri...@stackops.com mailto:diego.parri...@stackops.com|
+34 649 94 43 29 | skype:diegoparrilla*
* http://www.stackops.com/
*



*




On Wed, May 16, 2012 at 11:05 AM, Wolfgang Hennerbichler
wolfgang.hennerbich...@risc-software.at
mailto:wolfgang.hennerbich...@risc-software.at wrote:

dear openstack godfathers;

I do plan to migrate from crappy vmware and some ibm based cloud
stack to openstack and kvm. here's the thing: I am lucky enough to
have decent hardware, all the compute nodes are interconnected via
fibre channel.
so I don't want and don't need iscsi. do you think I can make it
with something like clvm? I read through the docs of openstack, but
I am not really sure now if I can make clvm fly without hacking
around in openstack (and nova-volume) too much, especially when it
comes to live migration and so on...

I realize OpenStack was not built for SAN and FC, but I would really
like to hear your opinions on that.
Thanks,

Wolfgang
--
DI (FH) Wolfgang Hennerbichler
Software Development
Unit Advanced Computing Technologies
RISC Software GmbH
A company of the Johannes Kepler University Linz

_
Mailing list: https://launchpad.net/~__openstack
https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~__openstack
https://launchpad.net/~openstack
More help : https://help.launchpad.net/__ListHelp
https://help.launchpad.net/ListHelp





--
DI (FH) Wolfgang Hennerbichler
Software Development
Unit Advanced Computing Technologies
RISC Software GmbH
A company of the Johannes Kepler University Linz

IT-Center
Softwarepark 35
4232 Hagenberg
Austria

Phone: +43 7236 3343 245
Fax: +43 7236 3343 250
wolfgang.hennerbich...@risc-software.at
http://www.risc-software.at

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] SAN and Fibrechannel with OpenStack

2012-05-17 Thread Diego Parrilla Santamaría
Hi Wolfgang,

latest versions of our distro supports NFS as backend storage for
instances, volumes and images. Basically a zone shares the same NFS
mountpoint for instances and another mountpoint for volumes, and I guess it
does not differ a lot from what you want to do with FC or iSCSI.

It's in our immediate roadmap to use FC and iSCSI instead of NFS, but may
be you can give a try to our NFS stuff until then ;-)

Cheers
 --
Diego Parrilla
http://www.stackops.com/*CEO*
*www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 |
skype:diegoparrilla*
* http://www.stackops.com/
*

*




On Wed, May 16, 2012 at 11:05 AM, Wolfgang Hennerbichler 
wolfgang.hennerbich...@risc-software.at wrote:

 dear openstack godfathers;

 I do plan to migrate from crappy vmware and some ibm based cloud stack to
 openstack and kvm. here's the thing: I am lucky enough to have decent
 hardware, all the compute nodes are interconnected via fibre channel.
 so I don't want and don't need  iscsi. do you think I can make it with
 something like clvm? I read through the docs of openstack, but I am not
 really sure now if I can make clvm fly without hacking around in openstack
 (and nova-volume) too much, especially when it comes to live migration and
 so on...

 I realize OpenStack was not built for SAN and FC, but I would really like
 to hear your opinions on that.
 Thanks,

 Wolfgang
 --
 DI (FH) Wolfgang Hennerbichler
 Software Development
 Unit Advanced Computing Technologies
 RISC Software GmbH
 A company of the Johannes Kepler University Linz

 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] SAN and Fibrechannel with OpenStack

2012-05-16 Thread Wolfgang Hennerbichler

dear openstack godfathers;

I do plan to migrate from crappy vmware and some ibm based cloud stack 
to openstack and kvm. here's the thing: I am lucky enough to have decent 
hardware, all the compute nodes are interconnected via fibre channel.
so I don't want and don't need  iscsi. do you think I can make it with 
something like clvm? I read through the docs of openstack, but I am not 
really sure now if I can make clvm fly without hacking around in 
openstack (and nova-volume) too much, especially when it comes to live 
migration and so on...


I realize OpenStack was not built for SAN and FC, but I would really 
like to hear your opinions on that.

Thanks,

Wolfgang
--
DI (FH) Wolfgang Hennerbichler
Software Development
Unit Advanced Computing Technologies
RISC Software GmbH
A company of the Johannes Kepler University Linz

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] SAN and Fibrechannel with OpenStack

2012-05-16 Thread Narayan Desai
I'm not sure that it would be particularly easy to make nova-volume
support clustered filesystems; the current model only supports
attaching a volume to a single instance at a time. Aside from that, it
shouldn't be too hard to use fc as the data path instead of iscsi.
We're looking at using iSER in a similar capacity.
 -nld

On Wed, May 16, 2012 at 4:05 AM, Wolfgang Hennerbichler
wolfgang.hennerbich...@risc-software.at wrote:
 dear openstack godfathers;

 I do plan to migrate from crappy vmware and some ibm based cloud stack to
 openstack and kvm. here's the thing: I am lucky enough to have decent
 hardware, all the compute nodes are interconnected via fibre channel.
 so I don't want and don't need  iscsi. do you think I can make it with
 something like clvm? I read through the docs of openstack, but I am not
 really sure now if I can make clvm fly without hacking around in openstack
 (and nova-volume) too much, especially when it comes to live migration and
 so on...

 I realize OpenStack was not built for SAN and FC, but I would really like to
 hear your opinions on that.
 Thanks,

 Wolfgang
 --
 DI (FH) Wolfgang Hennerbichler
 Software Development
 Unit Advanced Computing Technologies
 RISC Software GmbH
 A company of the Johannes Kepler University Linz

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp