[openstack-dev] tempest bug

2014-08-09 Thread Nikesh Kumar Mahalka
I have reported a bug as tempest volume-type test failed for hp_msa_fc driver in tempest project. Bug Id is Bug #1353850 My Tempest tests are failed on cinder driver. No one till responded to my bug. I am new in this area. Please help me to solve this. Regards Nikesh

[openstack-dev] devstack local.conf file

2014-08-11 Thread Nikesh Kumar Mahalka
Hi, I have gone through devstack links. They are not clear like openstack.org documents. For Example: when i am using below local.conf file in devstack,hp_msa_driver is not coming in enabled_backends in cinder.conf after running stack.sh. [[local|localrc]] ADMIN_PASSWORD=vedams123

[openstack-dev] Launch of a instance failed

2014-08-28 Thread Nikesh Kumar Mahalka
Hi i am deploying a devstack juno on ubuntu 14.04 server virtual machine. After installation,when i am trying to launch a instance,its failed. I am getting host not found error. Below is part of /opt/stack/logs/screen/screen-n-cond.log Below is ther error 2014-08-28 23:44:59.448 ERROR

[openstack-dev] Launch of a instance failed in juno

2014-08-30 Thread Nikesh Kumar Mahalka
Launch of a instance failed in juno devstack on ubuntu server 14.04 virtual machine. I am getting error Host not found. Below is part of /opt/stack/logs/screen/screen-n-cond.log 2014-08-30 12:06:51.721 ERROR nova.scheduler.utils [req-744ba1cf-7433-46b4-9771-9600a87e8c28 admin admin] [instance:

[openstack-dev] tempest test error

2014-09-12 Thread Nikesh Kumar Mahalka
Hi, I deployed a juno devstack on ubuntu 14.04 server. Below are the services,which are running fine $ cinder service-list +--+-+--+-+---++-+ | Binary | Host

[openstack-dev] tempest error

2014-09-15 Thread Nikesh Kumar Mahalka
Hi I deployed a Icehouse devstack on ubuntu 14.04. When i am running tempest test on volume,i am getting errors. I also attached my cinder.conf and tempest.conf file. I am running tempest tests by below command: ./run_tempest.sh tempest.api.volume *Below is error:* Traceback (most recent call

Re: [openstack-dev] [Openstack] how to deploy juno devstack without multiple backend

2014-09-16 Thread Nikesh Kumar Mahalka
Hi i already tried many things but it was not working. By default lvm multi-bakends is enabled in juno devstack. then i went through devstack juno code and *enabling only single backend:* i didnot find exact solution so after installing devstack, i am changing cinder.conf for single backend and

[openstack-dev] No one replying on tempest issue?Please share your experience

2014-09-16 Thread Nikesh Kumar Mahalka
Hi, I deployed a juno devstack setup for a cinder volume driver. I changed cinder.conf file and tempest.conf file for single backend and restarted cinder services. Now i ran tempest test as below: /opt/stack/tempest/run_tempest.sh tempest.api.volume.test_volumes_snapshots I am getting below

Re: [openstack-dev] No one replying on tempest issue?Please share your experience

2014-09-20 Thread Nikesh Kumar Mahalka
,tearDownClass is called and it is deleting snapshot bfore creation of volume and my test is getting failed. I having attached some files Regards Nikesh On Sat, Sep 20, 2014 at 6:12 PM, Nikesh Kumar Mahalka nikeshmaha...@vedams.com wrote: Still i didnot get any reply. Now i ran below command

Re: [openstack-dev] [Openstack] No one replying on tempest issue?Please share your experience

2014-09-23 Thread Nikesh Kumar Mahalka
, Sep 22, 2014 at 4:12 PM, Ken'ichi Ohmichi ken1ohmi...@gmail.com wrote: Hi Nikesh, -Original Message- From: Nikesh Kumar Mahalka [mailto:nikeshmaha...@vedams.com] Sent: Saturday, September 20, 2014 9:49 PM To: openst...@lists.openstack.org; OpenStack Development Mailing List

[openstack-dev] volume driver submission deadline for juno

2014-07-28 Thread Nikesh Kumar Mahalka
I want to write a cinder volume driver for my client and contribute for Openstack Juno release. Till now i did not submit any blueprint for cinder volume driver. Is there any deadline for submitting blueprint for cinder volume driver? Is there any other deadline for submitting code and tests after

[openstack-dev] tempest api volume test failed

2014-07-29 Thread Nikesh Kumar Mahalka
I deployed a single node devstack on Ubuntu 14.04. This devstack belongs to Juno. 1) git clone https://github.com/openstack-dev/devstack.git 2)cd devstack 3)vi local.conf [[local|localrc]] ADMIN_PASSWORD=some_password DATABASE_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD

[openstack-dev] tempest api volume test failed

2014-07-30 Thread Nikesh Kumar Mahalka
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/openstack-dev/devstack.git 2)cd devstack 3)vi local.conf

[openstack-dev] Cinder tempest api volume tests failed

2014-07-31 Thread Nikesh Kumar Mahalka
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/openstack-dev/devstack.git 2)cd devstack 3)vi local.conf

[openstack-dev] how and which tempest tests to run

2014-08-01 Thread Nikesh Kumar Mahalka
I deployed a single node devstack on Ubuntu 14.04. This devstack belongs to Juno. I have written a cinder-volume driver for my client backend. I want to contribute this driver in Juno release. As i analyzed the contribution process,it is telling to run tempest tests for Continuous Integration.

Re: [openstack-dev] [Openstack] Cinder tempest api volume tests failed

2014-08-01 Thread Nikesh Kumar Mahalka
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. Hi Nikesh, To further figure out what's wrong, take a look at the c-vol, c-api and c-sch tabs in the stack

[openstack-dev] How to run 'tempest-dsvm-full' locally

2014-08-02 Thread Nikesh Kumar Mahalka
I want to run 'tempest-dsvm-full' on my local devstack environment as mentioned in below link: https://wiki.openstack.org/wiki/Cinder/how-to-contribute-a-driver Currently i have not proposed a blue-print for cinder driver and my company have not signed CLA. So i want to first run

Re: [openstack-dev] [Openstack] No one replying on tempest issue?Please share your experience

2014-09-29 Thread Nikesh Kumar Mahalka
Regards Nikesh On Tue, Sep 23, 2014 at 3:10 PM, Nikesh Kumar Mahalka nikeshmaha...@vedams.com wrote: Hi, I am able to do all volume operations through dashboard and cli commands. But when i am running tempest tests,some tests are getting failed. For contributing cinder volume driver

[openstack-dev] cinder.brick.initiator

2014-11-06 Thread Nikesh Kumar Mahalka
What are the volume operations which will touch code base in cinder.brick.initiator? I am using a LVMISCSIDriver and tgtadm as a iscsi_helper. I want to use hardware acceleration for iscsi target on cinder block storage node. Any help or suggestion will be really helpful. Regards Nikesh

[openstack-dev] sos-ci for cinder scst

2015-01-16 Thread Nikesh Kumar Mahalka
Hi *,* localconf.base file in sos-ci/sos-ci/tempates have *CINDER_BRANCH = master* *volume_driver=cinder.volume.drivers.solidfire.SolidFireDriver* similarly in our localconf.base file,we have *CINDER_BRANCH = master[[post-config|$CINDER_CONF]] [lvmdriver-1]

[openstack-dev] what code in cinder volume driver supports volume migration between two backends of same type but having different volume types?

2015-01-19 Thread Nikesh Kumar Mahalka
do cinder retype (v2) works for lvm? How to use cinder retype? I tried for volume migration from one volume-type LVM backend to another volume-type LVM backend.But its failed. How can i acheive this? Similarly i am writing a cinder volume driver for my array and want to migrate volume from one

[openstack-dev] Kilo devstack issue

2015-01-12 Thread Nikesh Kumar Mahalka
Hi, We deployed a kilo devstack on ubuntu 14.04 server. We successfully launched a instance from dashboard, but we are unable to open console from dashboard for instance.Also instacne is unable to get ip Below is link for local.conf http://paste.openstack.org/show/156497/ Regards Nikesh

Re: [openstack-dev] what code in cinder volume driver supports volume migration between two backends of same type but having different volume types? [cinder]

2015-02-28 Thread Nikesh Kumar Mahalka
://paste.openstack.org/show/183392/ http://paste.openstack.org/show/183405/ On Tue, Jan 20, 2015 at 12:31 AM, Nikesh Kumar Mahalka nikeshmaha...@vedams.com wrote: do cinder retype (v2) works for lvm? How to use cinder retype? I tried for volume migration from one volume-type LVM backend to another

[openstack-dev] volume's current host in retype [cinder]

2015-03-01 Thread Nikesh Kumar Mahalka
Hi, i was trying to understand below patch: https://review.openstack.org/#/c/44881/24 What volume's current host means in this patch? I want to understand it with some examples. Regards Nikesh __ OpenStack Development

Re: [openstack-dev] [cinder] Rebranded Volume Drivers

2015-06-11 Thread Nikesh Kumar Mahalka
Hi, We now have a working CI on below patches: https://review.openstack.org/#/c/187707/ https://review.openstack.org/#/c/187853/ @jgriffith: we will sure start to give back to community.Thanks for pointing this out. Regards Nikesh On Thu, Jun 4, 2015 at 1:46 PM, Alex Meade

Re: [openstack-dev] [cinder] Vedams' DotHill, Lenovo and HP MSA CIs are Unstable

2015-07-17 Thread Nikesh Kumar Mahalka
Hi Mike, We are taking it as a high priority. We have moved all CIs to sand-box for making sure that they do not generate spam. We will move these CIs to cinder patches ASAP and will update the wiki page of third party CI. Please let me know if you have any questions. Regards Nikesh On Wed,

Re: [openstack-dev] [cinder] Vedams' DotHill, Lenovo and HP MSA CIs are Unstable

2015-07-20 Thread Nikesh Kumar Mahalka
Hi Mike, We have moved all CIs on cinder patches after testing on sandbox. We will be in touch with infra-team and cinder team to make CIs more robust and spam-free. Regards Nikesh On Fri, Jul 17, 2015 at 9:45 PM, Nikesh Kumar Mahalka nikeshmaha...@vedams.com wrote: Hi Mike, We are taking

Re: [openstack-dev] [cinder] PTL Non-Candidacy

2015-09-15 Thread Nikesh Kumar Mahalka
Thanks Mike, It was really a good experience working with you in kilo and liberty. Regards Nikesh On Tue, Sep 15, 2015 at 1:21 PM, Silvan Kaiser wrote: > Thanks Mike! > That was really demanding work! > > 2015-09-15 9:27 GMT+02:00 陈莹 : > >> Thanks

Re: [openstack-dev] [Cinder] PTL Candidacy

2015-09-15 Thread Nikesh Kumar Mahalka
Thanks Sean, Vote +1. On Tue, Sep 15, 2015 at 8:36 AM, hao wang wrote: > Thanks Sean, Vote +1. > > 2015-09-14 22:49 GMT+08:00 Sean McGinnis : > > Hello everyone, > > > > I'm announcing my candidacy for Cinder PTL for the Mitaka release. > > > > The