Re: [Openstack] [nova] mysql connection optimization

2012-07-11 Thread Mark Gius
I would also love to see these changes applied. With regards to the bugs around not issuing a commit or rollback, is it possible to have sqlachemy track whether or not a transaction starts and only issue a rollback when a session is handed back with an open transaction on it? Seems like a useful

Re: [Openstack] [Swift] Interested in implementing swift ring builder server

2012-06-19 Thread Mark Gius
:23 PM, Mark Gius wrote: Hello Swifters, I've got some interns working with me this summer and I had a notion that they might take a stab at the swift ring builder server blueprint that's been sitting around for a while ( https://blueprints.launchpad.net/swift/+spec/ring-builder-server

[Openstack] [Swift] Interested in implementing swift ring builder server

2012-06-18 Thread Mark Gius
Hello Swifters, I've got some interns working with me this summer and I had a notion that they might take a stab at the swift ring builder server blueprint that's been sitting around for a while ( https://blueprints.launchpad.net/swift/+spec/ring-builder-server). As a first step I figured that

Re: [Openstack] Remote participation from Design Summit (and conference)

2012-04-18 Thread Mark Gius
All of the WebEx sessoins appear to be expired. Probably because the meeting was scheduled to end last night. Is somebody able to recreate them? Mark On Wed, Apr 18, 2012 at 8:19 AM, Duncan McGreggor dun...@dreamhost.comwrote: On Mon, Apr 16, 2012 at 3:15 PM, Duncan McGreggor

Re: [Openstack] Test Dependencies

2012-03-01 Thread Mark Gius
Apologies to Maru for the double-email. Left out the list by mistake. When you say non-replay mocking, are you talking about ensuring that a particular function is not called, or replacing a function/whatever with a lambda that doesn't care if it gets called or how often it gets called but still

Re: [Openstack] eventlet weirdness

2012-02-29 Thread Mark Gius
I have been encountering these quite a bit myself recently in another project. For me the errors were a result of tpool.execute() in a non-cooperative thread context. My guess as to the root cause is that some of eventlet's cooperative waiting code is not safe to use when not running in an

Re: [Openstack] Review Spam

2011-09-26 Thread Mark Gius
When you say combined into one update, do you mean that changes are pushed every 15 seconds, or that multiple commits in Gerrit get combined before pushing to github? Mark On Mon, Sep 26, 2011 at 8:59 AM, James E. Blair cor...@inaugust.com wrote: Lorin Hochstein lo...@isi.edu writes: What's

Re: [Openstack] rebalance error

2011-09-20 Thread Mark Gius
I usually see this error when there are not enough zones to satisfy the number of replicas in the ring. When you created the ring, your create command ended with three numbers. The second number is the number of replicas. You need at least as many zones as there are replicas. Mark On Tue, Sep

Re: [Openstack] Problems connecting Dashboard and Nova

2011-08-09 Thread Mark Gius
to the command line tools in nova as well as the Dashboard. Thanks, Mauricio On Mon, Aug 8, 2011 at 8:55 PM, Mark Gius m...@markgius.com wrote: $ sudo ./nova.sh branch $ sudo ./nova.sh install $ sudo ./nova.sh run This starts up everything in a screen session. When you detach the screen

Re: [Openstack] Problems connecting Dashboard and Nova

2011-08-08 Thread Mark Gius
the nova processes. Please let me know what is the correct way of runnig the scrpt to get everything running. Mauricio On Mon, Aug 8, 2011 at 5:28 PM, Mark Gius m...@markgius.com wrote: Have you set up and configured a keystone instance for authentication? The dashboard only supports

Re: [Openstack] some newbie questions

2011-08-03 Thread Mark Gius
A1: When I had the symptoms you are describing it was because the instance never managed to boot from the image, and was just spinning cpu cycles displaying a could not boot disk type message. I figured that out by connecting to the VNC console of the instance. IIRC, you can look through the

Re: [Openstack] [Keystone] Question from mgius on IRC about update_user API call

2011-07-20 Thread Mark Gius
by fetching every user with get_users. Is there some reason that a disabled user should not be fetched or updated? Mark On Wed, Jul 20, 2011 at 2:12 PM, Mark Gius m...@markgius.com wrote: Would you be opposed to removing the check for disabled in get_user, and possibly update_user as well