Re: IncompatibleClassChangeError with JClouds 1.7.1 connecting to Openstack

2014-04-23 Thread Andrew Phillips
If we remove google-gson.jar then our existing functionality does not work with gson-2.2.4.jar. and if we remove gson-2.2.4.jar then getting below error I'm afraid you will not be able to run your application using two different versions of Gson without resorting to some class-rewriting

Openstack attaching the volume to a random device name

2014-04-23 Thread Udara Liyanage
Hi, I use below codes to attach and volume to a instance in Openstack. The device I input = /dev/sdc The device I see when I debug = /dev/sdc The device actually in the instance = vdb What is the reason for this mismatch? RestContextNovaApi, NovaAsyncApi nova = context.unwrap();

Re: Openstack attaching the volume to a random device name

2014-04-23 Thread Jeremy Daggett
Hi Udara! What version of OpenStack are you running against? The volume API that you use will depend, so I suggest that you refer to the comments in the VolumeAttachmentApi [1]. Also, the OpenStack Cinder API [2] should also be a good reference here. Please let us know if you have any