[openstack-dev] Re-initializing or dynamically configuring cinder driver

2013-12-13 Thread iKhan
Hi All, At present cinder driver can be only configured with adding entries in conf file. Once these driver related entries are modified or added in conf file, we need to restart cinder-volume service to validate the conf entries and create a child process that runs in background. I am thinking o

Re: [openstack-dev] Re-initializing or dynamically configuring cinder driver

2013-12-15 Thread iKhan
can to a > single area (something like the mentioned registry of objects that can be > reloaded when a SIGHUP arrives) and see how it goes. > > It does seem like a nice feature if u can get it right :-) > > Sent from my really tiny device... > > On Dec 13, 2013, at 8:57 PM,

Re: [openstack-dev] Re-initializing or dynamically configuring cinder driver

2013-12-15 Thread iKhan
A SIGHUP approach could be handled more gracefully (but it does require > some changes in the underlying codebase to do this "refresh"). > > > Sent from my really tiny device... > > On Dec 15, 2013, at 3:11 AM, "iKhan" wrote: > > I don't know i

Re: [openstack-dev] Re-initializing or dynamically configuring cinder driver

2013-12-15 Thread iKhan
s for me. Others may be more tolerant > though, seems worth further discussion IMHO. > > > Sent from my really tiny device... > > On Dec 15, 2013, at 8:39 PM, "iKhan" wrote: > > How about sending SIGTERM to child processes and then starting them? I > know th

Re: [openstack-dev] [Solum] Git workflow meeting reminder & agenda

2013-12-18 Thread iKhan
I am newbie here and I am from +5:30 GMT. Can any one direct me how to attend this meeting? On Wed, Dec 18, 2013 at 12:46 PM, Krishna Raman wrote: > Hi, > > The next Git-workflow meeting is tomorrow at 8 AM PST. ( > http://www.worldtimebuddy.com/?qm=1&lid=8,524901,2158177,100&h=8&date=2013-12-1

Re: [openstack-dev] olso.config error on running Devstack

2013-12-18 Thread iKhan
If you are behind corporate proxy, make sure the proxy is set. On Wed, Dec 18, 2013 at 8:56 PM, Sayali Lunkad wrote: > Hello, > > I get the following error when I run stack.sh on Devstack > > Traceback (most recent call last): > File "/usr/local/bin/ceilometer-dbsync", line 6, in > from c

Re: [openstack-dev] Fwd: ./run_test.sh Fails

2013-12-21 Thread iKhan
Are you trying this on Ubuntu? On Sat, Dec 21, 2013 at 1:15 PM, Sayali Lunkad wrote: > > Subject: ./run_test.sh fails to build environment > > Hello, > I get this error when I try to set the environment for Horizon. Any idea > why this is happening? I am running Devstack on a VM with Ubuntu 12.0

[openstack-dev] Cinder unit test failing

2014-01-08 Thread iKhan
Hi, I am trying to run cinder unit tests via run_tests.sh since my tox has some issues. Following is the error I am getting while running run_tests.sh error in setup command: Error parsing /RMCUT/cinder/havana/setup.cfg: OSError: [Errno 2] No such file or directory Running ` python setup.py tes

[openstack-dev] Cinder unit test failure

2014-01-20 Thread iKhan
Hi, I have imported iniparse to my cinder code, it works fine when I perform execution. But when I run the unit test, it fails while importing iniparse. It says "No module named iniparse". Do I have to take care of something here? -- Thanks, Ibad Khan 9686594607 _

Re: [openstack-dev] Cinder unit test failure

2014-01-20 Thread iKhan
ke care of this in test-requirement.txt as you mentioned. I wonder if there is an alternative to iniparse by default. Regards On Mon, Jan 20, 2014 at 10:47 PM, John Griffith wrote: > On Mon, Jan 20, 2014 at 10:07 AM, iKhan wrote: > > Hi, > > > > I have imported iniparse t

Re: [openstack-dev] Cinder unit test failure

2014-01-20 Thread iKhan
ohn Griffith > wrote: > > On Mon, Jan 20, 2014 at 10:30 AM, iKhan wrote: > >> Thanks John, > >> > >> It worked earlier while executing because iniparse was installed, tho > this > >> wasn't present in virtual environment. Installing iniparse

[openstack-dev] Validation of IP

2014-01-20 Thread iKhan
Hi, I am planning to validate an IP which is accepted part of input from user in cinder, I need to verify if IP address is valid and it is up in the network. The dirty way or only way that I know as of now is to create a socket object and perform inet_aton()and gethostbyaddr() Jut worried if thes

Re: [openstack-dev] Cinder unit test failure

2014-01-20 Thread iKhan
n Tue, Jan 21, 2014 at 1:11 AM, iKhan wrote: > Continued with ConfigParser, nothing much difference apart from clean way > of maintaining INI file in iniparse. I think unless a solution is thought, > good to go with this. > > Thanks again John. > > > On Mon, Jan 20, 20

Re: [openstack-dev] Proposed Logging Standards

2014-01-28 Thread iKhan
I haven't started contributing to openstack, looks like this might be good opportunity. Count me in. I had the same doubt about AUDIT level log in cinder. On Tue, Jan 28, 2014 at 8:16 PM, Alexander Tivelkov wrote: > Very interested, thanks a lot for this topic. > Will work on bringing all of thi

Re: [openstack-dev] Gamification and on-boarding ...

2014-02-13 Thread iKhan
+1 to Rohit. I am new too and looking forward to help in cinder part of OpenStack for starters. On Thu, Feb 13, 2014 at 12:36 PM, Rohit Vaidya wrote: > I am new to open stack and python. But I really liked the live community > here and great suggestions that crop up. This one is seriously good

[openstack-dev] [cinder]Multiple backends

2014-02-16 Thread iKhan
Hi All, I'm just curious on how the manager.py is choosing backend while creating volume, I know volume type is set but where is this being processed? I am sorry if this is a basic question, but didn't got any help from #openstack-dev IRC channel so was left without option to post here. -- Than

[openstack-dev] [cinder] Unit test cases failing with error 'cannot import rpcapi'

2014-02-18 Thread iKhan
Hi All, All cinder test cases are failing with error 'cannot import rpcapi', though same files work fine in live cinder setup. I wonder what's going wrong when unit testing is triggered. Can any one help me out here? -- Thanks, IK ___ OpenStack-dev mai

Re: [openstack-dev] [cinder] Unit test cases failing with error 'cannot import rpcapi'

2014-02-18 Thread iKhan
Yes I do run in venv, I'm checking for missing libraries. On Wed, Feb 19, 2014 at 2:03 AM, John Griffith wrote: > On Tue, Feb 18, 2014 at 1:21 PM, iKhan wrote: > > Hi All, > > > > All cinder test cases are failing with error 'cannot import rpcapi', >

Re: [openstack-dev] Openstack Havana installation using devstack

2015-01-14 Thread iKhan
Go with stable/icehouse then. On Thu Jan 15 2015 at 11:13:37 AM masoom alam wrote: > Hi every one, > > How can I install Openstack Havana using devstack. > > The problem is that Havana branch does not exist on Github. > > git clone https://github.com/openstack-dev/devstack.git -b stable/havana >

Re: [openstack-dev] Understanding Openstack releases and components

2014-05-28 Thread iKhan
Hi, You can find all the latest docs on OpenStack at http://docs.openstack.org/ On Thu, May 29, 2014 at 8:47 AM, Swaroop Jayanthi < swaroop.jayan...@gmail.com> wrote: > Hi All, > > I am new to Openstack and want to understand the concepts of Openstack. > > I am going through the pdf provided in

[openstack-dev] Messaging queue is not cleaned when cinder volume-type is destroyed

2014-06-21 Thread iKhan
Hi, I was intrigued when a cinder volume-type is destroyed completely its queue still exists until the messaging service is restarted. In my case its rabbitmq, not sure if it is valid behavior. Kindly let me know. -- Thanks, IK ___ OpenStack-dev mailin

[openstack-dev] [cinder][tempest]how to get cinder coverage using tempest?

2014-07-01 Thread iKhan
I have manually deployed cinder and it is up and running. Now I wanted to get the live code coverage for cinder using tempest, I tried to running each cinder-api services as "coverage run /usr/bin/cinder-api" it started but when I tried same with cinder-volume with volume types configured it failed

Re: [openstack-dev] [cinder][tempest]how to get cinder coverage using tempest?

2014-07-03 Thread iKhan
Can anyone kindly help me here? When the volume type is created and I try starting volume service via coverage, I get "coverage_manager not found" error. On Wed, Jul 2, 2014 at 6:57 AM, iKhan wrote: > I have manually deployed cinder and it is up and running. Now I wanted to > g

Re: [openstack-dev] [all] Question about import module

2015-01-29 Thread iKhan
Suppose that's the way to do it. On Fri, Jan 30, 2015, 7:44 AM liuxinguo wrote: > · I have seen that the module ‘oslo.config’ have changed to > ‘oslo_config’ in Kilo but in Juno it is still ‘oslo.config’. > > > > I want my code work compatibly both for Juno and Kilo so I import this >