Re: [Openstack] Issue in debugging OpenStack Swift

2013-07-24 Thread Muhammad Kazim
hammad Kazim > *Sent:* Tuesday, July 23, 2013 12:33 AM > *To:* Gareth > *Cc:* openstack@lists.launchpad.net > > *Subject:* Re: [Openstack] Issue in debugging OpenStack Swift > > ** ** > > Worked perfectly in the first attempt. Thanks a lot for the help. :) > > On Tu

Re: [Openstack] Issue in debugging OpenStack Swift

2013-07-23 Thread Luse, Paul E
-bounces+paul.e.luse=intel@lists.launchpad.net] On Behalf Of Muhammad Kazim Sent: Tuesday, July 23, 2013 12:33 AM To: Gareth Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Issue in debugging OpenStack Swift Worked perfectly in the first attempt. Thanks a lot for the help. :) On Tue, Jul

Re: [Openstack] Issue in debugging OpenStack Swift

2013-07-23 Thread Muhammad Kazim
Worked perfectly in the first attempt. Thanks a lot for the help. :) On Tue, Jul 23, 2013 at 10:41 AM, Gareth wrote: > the key reason it here: > https://github.com/openstack/swift/blob/master/swift/common/utils.py#L1047 > > you have many ways to stop flush IO; I prefer add a line "stdio_files =

Re: [Openstack] Issue in debugging OpenStack Swift

2013-07-22 Thread Gareth
the key reason it here: https://github.com/openstack/swift/blob/master/swift/common/utils.py#L1047 you have many ways to stop flush IO; I prefer add a line "stdio_files = []" after line 1037 On Sun, Jul 21, 2013 at 1:58 AM, Muhammad Kazim wrote: > Hi all, > > I wanted to debug Swift source cod

[Openstack] Issue in debugging OpenStack Swift

2013-07-20 Thread Muhammad Kazim
Hi all, I wanted to debug Swift source code. I have a Devstack setup running on my machine that i have configured to only run keystone, mysql and swift. I have used pdb to debug source code. I was able to debug python-swiftclient, middleware (common), and proxy-server code. However, when i try to