[Openstack] cinder migrate

2014-12-18 Thread Nikesh Kumar Mahalka
hi,i am trying to learn cinder migraton on lvm but its getting failed,i tried as below: http://paste.openstack.org/show/153041/ what am i doing wrong? i followd beow document: http://docs.openstack.org/user-guide-admin/content/cli_manage_volumes.html can any one help in volume migration Regar

[Openstack] 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] [openstack-dev] Kilo devstack issue

2015-01-14 Thread Nikesh Kumar Mahalka
Thanks its giving clear idea about console. But what about ip not assigned to instance created in kilo devstack cloud. Is any one facing the issue? On Tue, Jan 13, 2015 at 12:51 AM, John Griffith wrote: > On Mon, Jan 12, 2015 at 10:03 AM, Nikesh Kumar Mahalka > wrote: > > Hi, >

[Openstack] Ip not assigned to instance in kilo devstack

2015-01-15 Thread Nikesh Kumar Mahalka
Hi, i deployed kilo devstack in ubuntu 14.04 server VM. I have one network interface but when i am creating a instance in kilo devstack,ip is not assigned to instance My local.conf for creating kilo devstack is http://paste.openstack.org/show/158107/ I also tried this local.conf http://paste.op

[Openstack] (no subject)

2015-01-19 Thread Nikesh Kumar Mahalka
below test case is failing on lvm in kilo devstack == FAIL: tearDownClass (tempest.thirdparty.boto.test_ec2_instance_run.InstanceRunTest) -- Traceback (most recen

Re: [Openstack] (no subject)

2015-01-19 Thread Nikesh Kumar Mahalka
ption(num=fail_count) TearDownException: 1 cleanUp operation failed On Mon, Jan 19, 2015 at 11:41 PM, Nikesh Kumar Mahalka wrote: > below test case is failing on lvm in kilo devstack > > ===

[Openstack] 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 vo

Re: [Openstack] (no subject)

2015-01-19 Thread Nikesh Kumar Mahalka
. Regards Nikesh On Tue, Jan 20, 2015 at 12:04 AM, Anne Gentle wrote: > Is it related to needing to cap boto version <2.35.0? > > Read through this for more: > > https://bugs.launchpad.net/nova/+bug/1408987 > > On Mon, Jan 19, 2015 at 12:11 PM, Nikesh Kumar Mahalka > wrot

[Openstack] devstack error

2015-01-22 Thread Nikesh Kumar Mahalka
I am getting below devstack error in kilo devstack http://paste.openstack.org/show/160407/ Can any one help please? Regards Nikesh ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstac

Re: [Openstack] devstack error

2015-01-23 Thread Nikesh Kumar Mahalka
error is solved after running below command: sudo pip install --upgrade tempest_lib On Fri, Jan 23, 2015 at 12:50 AM, Nikesh Kumar Mahalka wrote: > I am getting below devstack error in kilo devstack > http://paste.openstack.org/show/160407/ > > Can any one help please? > > >

Re: [Openstack] 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 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] "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 ___ Mailing list: http://lists.openstack.org/cgi-bin

[Openstack] nova instances

2015-03-14 Thread Nikesh Kumar Mahalka
from where devstack instances consumes space for rootdisk, if i have a ubuntu setup with sda 150gb. devstack is creating two volume groups on loop-back files of 10gb each (stack-volumes-default and stack-volumes-lvmdriver-1). are they consume these volume groups for nova instances root-disk? Re

Re: [Openstack] nova instances

2015-03-14 Thread Nikesh Kumar Mahalka
. so wondering how to resolve this Regards Nikesh On Sat, Mar 14, 2015 at 8:10 PM, John Griffith wrote: > > > On Sat, Mar 14, 2015 at 8:22 AM, Nikesh Kumar Mahalka < > nikeshmaha...@vedams.com> wrote: > >> from where devstack instances consumes space for rootdisk,

Re: [Openstack] nova instances

2015-03-15 Thread Nikesh Kumar Mahalka
1:28 AM, John Griffith wrote: > > > On Sat, Mar 14, 2015 at 12:18 PM, Nikesh Kumar Mahalka < > nikeshmaha...@vedams.com> wrote: > >> I am using below local.conf file >> http://paste.openstack.org/show/192320/ >> >> Actually i am deploying SOS-CI. &g

[Openstack] Migration and retype in HP3PAR [cinder]

2015-03-16 Thread Nikesh Kumar Mahalka
Hi, I configured as below my HP3PAR array: http://paste.openstack.org/show/192613/ I want to test volume migration and retype feature. I am using ubuntu 14.04 with kilo devstack. I followed below doc but it is for juno: http://www8.hp.com/h20195/v2/GetPDF.aspx%2F4AA5-1930ENW.pdf Do we have hp3pa

[Openstack] NoSuchOptError: no such option: glance_store [glance]

2015-03-27 Thread Nikesh Kumar Mahalka
Hi i am trying to deploy devstack kilo on redhat. But getting issue with g-api http://paste.openstack.org/show/196998/ Regards Nikesh ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.opens

[Openstack] volume driver submission deadline for juno

2014-07-28 Thread Nikesh Kumar Mahalka
I want to write a cinder volume driver for my client storage backend 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

[Openstack] Some Volume tests failed

2014-07-28 Thread Nikesh Kumar Mahalka
I deployed a single node devstack on Ubuntu 14.04. This devstack belongs to Juno. I am running below test: cd /opt/stack/tempest ./run_tempest.sh tempest.api.volume But some tests are failed.Manually i am able to perform all volume operations. Can any one tell where am i wrong? Below is portion

[Openstack] create custom devstack setup with new backend enabled

2014-07-28 Thread Nikesh Kumar Mahalka
I want to deploy Juno Devstack with my own cinder volume driver for my client backend. I am not getting my driver information updated in cinder.conf file under "enabled_backends" in [DEFAULT] header.so cinder volume service is not ruuning for my backend. Any help or suggestion will be helpful. Be

Re: [Openstack] create custom devstack setup with new backend enabled

2014-07-28 Thread Nikesh Kumar Mahalka
:52 PM, Dean Troyer wrote: > On Mon, Jul 28, 2014 at 7:04 AM, Nikesh Kumar Mahalka > wrote: > > [...] > >> >> 3)vi local.conf >> >> [[local|localrc]] >> >> ... >> >> CINDER_ENABLED_BACKENDS = client:client_driver > > > Th

[Openstack] tempest api volume test failed

2014-07-28 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 SERVICE_PASS

[Openstack] 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 SERVICE_PASS

[Openstack] Cinder tempest api volume tests 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 [[loca

[Openstack] 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. Cou

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

2014-08-01 Thread Nikesh Kumar Mahalka
ug = True auth_strategy = keystone [client_driver] client_iscsi_ips = 192.168.2.193 san_password = !manage san_login = manage san_ip = 192.168.2.192 volume_driver = cinder.volume.drivers.san.client.iscsi.client_iscsi.ClientISCSIDriver Regards Nikesh On Fri, Aug 1, 2014 at 1:56 AM, Mike Perez wrote:

[Openstack] 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 'tempest-dsvm-

[Openstack] 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] 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 DATABASE_P

[Openstack] 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 nova.sche

Re: [Openstack] 答复: Launch of a instance failed

2014-08-29 Thread Nikesh Kumar Mahalka
: > > > Compute node do not support QEMU hypervisor from Juno. So, you should not > deploy a compute node on VM. > > > > Guo Jinwei > > > > > > *发件人:* Nikesh Kumar Mahalka [mailto:nikeshmaha...@vedams.com] > *发送时间:* 2014年8月29日 2:22 > *收件人:* openstack@l

Re: [Openstack] 答复: Launch of a instance failed

2014-08-29 Thread Nikesh Kumar Mahalka
Could you provide any open stack link in support of your reply? Your reply: "Compute node do not support QEMU hypervisor from Juno. So, you should not deploy a compute node on VM." . Any openstack link will be helpful Regards Nikesh ___ Mailing li

[Openstack] 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: 2a

[Openstack] 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] tempest error

2014-09-14 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 l

[Openstack] how to deploy juno devstack without multiple backend

2014-09-15 Thread Nikesh Kumar Mahalka
Hi, I want to delploy a juno devstack without multiple backends. I want only one backend different from lvm,say HP MSA. Can any one tell me what to modify in local.conf of devstack for this? By default,it is enabling multiple lvm backends. Also,if i want multiple backends different from lvm back

Re: [Openstack] [openstack-dev] 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 r

[Openstack] 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 outpu

Re: [Openstack] 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 ra

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

2014-09-23 Thread Nikesh Kumar Mahalka
sh On Mon, Sep 22, 2014 at 4:12 PM, Ken'ichi Ohmichi wrote: > Hi Nikesh, > > > -Original Message----- > > From: Nikesh Kumar Mahalka [mailto:nikeshmaha...@vedams.com] > > Sent: Saturday, September 20, 2014 9:49 PM > > To: openstack@lists.openstack.org; OpenSt

Re: [Openstack] [openstack-dev] 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 ci

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

2014-09-29 Thread Nikesh Kumar Mahalka
, 2014 at 9:32 PM, Jay Pipes wrote: > On 09/29/2014 06:51 AM, Nikesh Kumar Mahalka wrote: > >> How to get nova-compute logs in juno devstack? >> > > If you set the following configuration option in your devstack localrc, > all the log files from the different screen ses

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

2014-09-29 Thread Nikesh Kumar Mahalka
Thanks Anne and Jay, Regards Nikesh On Tue, Sep 30, 2014 at 12:44 AM, Anne Gentle wrote: > > > On Mon, Sep 29, 2014 at 1:55 PM, Nikesh Kumar Mahalka < > nikeshmaha...@vedams.com> wrote: > >> Hi Jay, >> But there is not screen session for nova-compute as you

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

2014-09-30 Thread Nikesh Kumar Mahalka
/1.1" 500 407 466.423375 192.168.2.153 - - [30/Sep/2014 12:08:30] code 400, message Bad request syntax ('0') 192.168.2.153 - - [30/Sep/2014 12:08:30] "0" 400 - Regards Nikesh On Mon, Sep 29, 2014 at 9:32 PM, Jay Pipes wrote: > On 09/29/2014 06:51 AM, Nikesh K