Re: [openstack-dev] Cinder as generic volume manager

2015-07-14 Thread Jan Safranek
On 07/10/2015 12:19 AM, Walter A. Boring IV wrote: > On 07/09/2015 12:21 PM, Tomoki Sekiyama wrote: >> Hi all, >> >> Just FYI, here is a sample script I'm using for testing os-brick which >> attaches/detaches the cinder volume to the host using cinderclient and >> os-brick: >> >> https://gist.githu

Re: [openstack-dev] Cinder as generic volume manager

2015-07-07 Thread Jan Safranek
On 07/07/2015 04:08 PM, Duncan Thomas wrote: > This is entirely possible, and is one of the aims of cinder-agent, > though that has somewhat stalled due to Ironic having different > design goals. > > You should be able to write a simple client that calls reserve, > initialize_connection and pars

[openstack-dev] Cinder as generic volume manager

2015-07-07 Thread Jan Safranek
Hello, I'd like to (mis-)use Cinder outside of OpenStack, i.e. without Nova. I can easily create/manage volumes themselves, Cinder API is pretty friendly here. Now, how can I attach a volume somewhere? Something like 'nova volume-attach ', but without Nova and with (=anything) instead of (=vir