Hi Everett, It is possible in openstack. I have attached openstack API reference doc screenshot and here is link for CLI reference http://docs.openstack.org/cli-reference/content/cinderclient_commands.html
I want to download and upload volumes to openstack and looks like no cinder API for doing this directly exists, so I upload volumes to glance store and download those images. During upload, I upload these images created from volume but then I need to convert these images back to volumes and this is where I need this API. On Wed, Nov 12, 2014 at 9:46 PM, Everett Toews <[email protected]> wrote: > Hi Shital, > > I’m not sure what you’re trying to accomplish here. AFAIK, you can only > create a volume from empty block storage or from a snapshot. I don’t think > creating a volume from an image is possible. > > Exactly what OpenStack operation are you trying to do? > > Can you provide an example of doing it with the CLI or link us to some > OpenStack doc that shows what you’re trying to do? > > Thanks, > Everett > > > On Nov 12, 2014, at 4:45 AM, Shital Patil <[email protected]> wrote: > > > Hi, > > > > In jclouds 1.8.0, I can see support for volume creation using snapshot > Id but not using image id is it supported? > > > > > > > >
