[Openstack] Cinder iscsi

2013-07-18 Thread Remo Mattei
Hello everyone I was reading the code of cinder and I want to check if this is 
correct

1 vm will get a instruction to mount the drive using the iscsi 
2 on the back end I can have any time of drive type net app,emc etc. 
3 once the vm has mount the drive it goes direct 

Thanks 

Remo
___
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] Cinder iscsi

2013-07-18 Thread John Griffith
On Thu, Jul 18, 2013 at 4:55 PM, Remo Mattei r...@mattei.org wrote:

 Hello everyone I was reading the code of cinder and I want to check if
 this is correct

 1 vm will get a instruction to mount the drive using the iscsi


It's actually more like the compute node gets the iSCSI attach, and the
local-dev is passed in to
the instance.

 2 on the back end I can have any time of drive type net app,emc etc.


To a point, yes; assuming the device of interest has a driver integrated in
Cinder.

 3 once the vm has mount the drive it goes direct


See points on note 1.. but yes, I think you're kinda on the right page


 Thanks

 Remo
 ___
 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