Re: [openstack-dev] tempest api volume test failed

2014-07-30 Thread Sean Dague
On 07/30/2014 06:51 AM, Nikesh Kumar Mahalka wrote: > I deployed a single node devstack on Ubuntu 14.04. > This devstack belongs to Juno. > > When i am running tempest api volume test, i am getting some tests failed. > > Below are steps for devstack deployment: > 1) git clone https://github.com/o

Re: [openstack-dev] tempest api volume test failed

2014-07-29 Thread Giulio Fidente
On 07/29/2014 12:43 PM, Duncan Thomas wrote: You should be able to trace the failed request in the cinder-api and cinder-volume logs to find out what caused the error. Grepping for ERROR in both those logs is usually a good starting point. Also, from the log lines you posted it seems a snapshot

Re: [openstack-dev] tempest api volume test failed

2014-07-29 Thread Duncan Thomas
You should be able to trace the failed request in the cinder-api and cinder-volume logs to find out what caused the error. Grepping for ERROR in both those logs is usually a good starting point. On 29 July 2014 11:10, Nikesh Kumar Mahalka wrote: > I deployed a single node devstack on Ubuntu 14.04