Re: [Openstack] git review complains about Contributor Agreement not signed

2012-03-14 Thread Sean Dague
into openstack-cla (I'm not sure how often those get looked at). I know I filled out everything on Monday and am still in the pending queue. -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@linux.vn

Re: [Openstack] Performance diagnosis of metadata query

2012-03-29 Thread Sean Dague
ut that mysql was specifically tuned to have big table caches. Regardless, large table scans should be eliminated, especially if the table is mostly read, as the hit on an extra index on insert will be completely offset by the speedups on select. -Sean -- Sean Dague IBM Linux Technology Ce

Re: [Openstack] Performance diagnosis of metadata query

2012-03-30 Thread Sean Dague
for master. https://review.openstack.org/#change,5970 Decisions can be made later about backporting, but for right now I'd appreciate comments. -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@lin

[Openstack] Nova database optimizing

2012-04-09 Thread Sean Dague
e any objections to separating out the issues and just banging these out? Also, who are the right review folks for this? The first change is ready for review at - https://review.openstack.org/#change,5970 Thanks much, -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.co

Re: [Openstack] I18n issue for OpenStack

2012-04-11 Thread Sean Dague
s so far? Something automated that could be a jenkins coverage kind of test? -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@linux.vnet.ibm.com ___ Mailing list: https://launchpad.net/~openstack Po

Re: [Openstack] I18n issue for OpenStack

2012-04-12 Thread Sean Dague
e for that particular population. As long as user facing interfaces also means command line interface, I think we're on the same page. -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@linux.vn

Re: [Openstack] profiling nova-api

2012-04-12 Thread Sean Dague
lot of things we do WHERE clauses on that don't have indexes, which is generally bad form. This bug also has a previous, slightly different, look at digging out some of these issues - https://bugs.launchpad.net/nova/+bug/964824. -Sean -- Sean Dague IBM Linux Technology

Re: [Openstack] nova.conf query

2012-04-17 Thread Sean Dague
/nova auto_assign_floating_ip=True) If you are using devstack, it's quite worth reading through the script as well. It's pretty well documented, and there are lots of gems in there like that. -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com

Re: [Openstack] Coverage report generation crashes with UnicodeDecodeError (#987077)

2012-04-23 Thread Sean Dague
://bugs.lanchpad.net/nova/+bug/987077 Any chance you've just got a stale .venv in the repo? Coverage seems to be running fine for me this morning. -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@linux.vnet.ib

Re: [Openstack] Using Foreign Keys

2012-04-26 Thread Sean Dague
ut we add FK constraints within a service might be a good idea. -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@linux.vnet.ibm.com ___ Mailing list: https://launchpad.net/~openstac

Re: [Openstack] Encrypted virtual machines

2012-04-26 Thread Sean Dague
tis.co.uk/research/blog/dirtydisks/ -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@linux.vnet.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.

Re: [Openstack] [OpenStack][Nova] Minimum required code coverage per file

2012-04-27 Thread Sean Dague
has been a great prover of that approach so far. -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@linux.vnet.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] database migration cleanup

2012-04-27 Thread Sean Dague
short cut at any snap shot to get to the end. -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@linux.vnet.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

[Openstack] Checking InnoDB table creation as part of unit tests for nova

2012-04-27 Thread Sean Dague
back from Nova devs on the approach - https://review.openstack.org/#/c/6805/ comments, flames, etc are welcome. Thanks, -Sean -- Sean Dague IBM Linux Technology Center email: slda...@us.ibm.com alt-email: sda...@linux.vnet.ibm.com ___

[Openstack] questions on the dynamic loading of virt drivers in nova

2012-05-09 Thread Sean Dague
ot to? Thanks, -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad

[Openstack] RFC - dynamically loading virt drivers

2012-05-17 Thread Sean Dague
n't affect another (i.e. they started a clean env each time). -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-18 Thread Sean Dague
It is keeping global state, I'll look at fixing that independently. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-21 Thread Sean Dague
-Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~open

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-30 Thread Sean Dague
On 05/18/2012 02:14 PM, Jay Pipes wrote: On 05/17/2012 06:38 PM, Vishvananda Ishaya wrote: On May 17, 2012, at 1:52 PM, Sean Dague wrote: So I guess this would be my strategy: a) remove get_connection from the drivers (and just have it construct the 'connection' class directly)

[Openstack] the right way to deprecate a config option?

2012-06-01 Thread Sean Dague
, remove in N+1. I'm assuming this is a deprecation in Folsom (where the docs are changed to the new method), then remove the backwards compat in G. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-

[Openstack] The right way to deprecate things in nova?

2012-06-12 Thread Sean Dague
in get_connection This would have the side effect of making the message warning level, instead of error level, which I think is fine at this point. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com _

Re: [Openstack] The right way to deprecate things in nova?

2012-06-13 Thread Sean Dague
people need to think about having to do, not something that can be just flagged in jenkins. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpa

Re: [Openstack] The right way to deprecate things in nova?

2012-06-13 Thread Sean Dague
nfigs. It wouldn't be a decorator, just a function that can be placed inside code. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpa

Re: [Openstack] [OpenStack][Nova] Possible inconsistency between devstack/nova execution and test_virt_drivers.py

2012-06-25 Thread Sean Dague
ype to the method. Could it be possible that there's a certain mismatch between the two or that this particular method accepts multiple sorts of data-types? Can you be more specific with the issue? I've been in that code recently, so I might be able to help sort this out. -Sea

Re: [Openstack] Openstack special sauce checking tool??

2012-06-28 Thread Sean Dague
un by default if you do ./run_tests.sh with no additional args at the end of the unit tests. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpa

Re: [Openstack] Jenkins vs SmokeStack tests & Gerrit merge blockers

2012-06-28 Thread Sean Dague
as surprised as anyone else that it landed, but had an issue in a real libvirt test case. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launc

Re: [Openstack] best practices for merging common into specific projects

2012-07-05 Thread Sean Dague
supply), and more jenkins time which just slows down everything else. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-11 Thread Sean Dague
. -Sean On 07/11/2012 12:22 PM, Mike Perez wrote: +1 for option 1 -- Mike Perez DreamHost.com On Wednesday, July 11, 2012 at 8:26 AM, Vishvananda Ishaya wrote: Option 1 -- Remove Nova Volume == This body part will be downloaded on demand. -- Sean Dague IBM

Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-16 Thread Sean Dague
) Decide based on their feedback whether it is acceptable to cut the nova-volume code out for folsom. +1 -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https

Re: [Openstack] debugging a db migration script

2012-07-17 Thread Sean Dague
st to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ M

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Sean Dague
https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ib

Re: [Openstack] [nova] Proposal to add Yun Mao to nova-core

2012-07-19 Thread Sean Dague
+1 -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] Default reply to behavior for mailing list

2012-07-31 Thread Sean Dague
entering mostly a land of religion here. So I'll just end with a "long live emacs!" to try to get us to the godwin rule as fast as possible. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com __

Re: [Openstack] A series of blog posts on OpenStack networking details

2012-08-03 Thread Sean Dague
d, well, shares too :) ] Look like a great thing to add to the OpenStack Planet if you are interested. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https:

Re: [Openstack] Making the RPC backend a required configuration parameter

2012-08-08 Thread Sean Dague
n their packages. While I have no objection to this change, I'm not sure it accomplishes the goal if it just means the default is set elsewhere, and 90% of people are all running with the same implementation anyway. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.v

Re: [Openstack] [openstack-dev] Nova PTL candidacy

2012-09-06 Thread Sean Dague
t/ListHelp ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@

Re: [Openstack] Openstack summit hotel

2012-09-11 Thread Sean Dague
.net/~openstack More help : https://help.launchpad.net/ListHelp This body part will be downloaded on demand. -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https:

[Openstack] TC Candidacy

2012-09-19 Thread Sean Dague
to get there and I think having a voice with this particular lens on the TC would help get us there as a community. Thank you for your consideration, -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com

Re: [Openstack] Rechecking changes if jenkins fails

2012-10-15 Thread Sean Dague
nstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com _

[Openstack] Current IRC channel list ... a bit out of date

2012-10-23 Thread Sean Dague
minute to update - http://wiki.openstack.org/IRC -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.laun

Re: [Openstack] Tracking triage statistics

2012-10-26 Thread Sean Dague
aunchpadlib code for openstack resides. I can move it to github if people feel strongly about it. +1 for github please, just simpler in the current openstack culture. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com

Re: [Openstack] new mailing list for bare-metal provisioning

2012-10-29 Thread Sean Dague
o the main list would be really beneficial. -Sean -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpa

Re: [Openstack] running devstack

2013-01-11 Thread Sean Dague
word", "code": 401, "title": "Not Authorized"}}. (HTTP 401) Suggestions are appreciated. Thanks, Tim ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launch

Re: [Openstack] Reinstating Trey Morris for Nova Core

2013-01-23 Thread Sean Dague
https://help.launchpad.net/ListHelp -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpa

Re: [Openstack] Name it Hood!

2013-01-24 Thread Sean Dague
: https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Sean Dague IBM Linux Technology Center email: sda...@linux.vnet.ibm.com alt-email: slda...@us.ibm.com ___ Mailing list: https://launchpad.net/~openstack Pos

Re: [Openstack] Gerrit Review + SSH

2013-04-05 Thread Sean Dague
e needs to be able to effectively collaborate with the community on a wiki, to give folks something to take back to their IT depts and say "punch these holes, otherwise we can't do our jobs". A page on openstack.org about that would probably give them more leverage than figur

Re: [Openstack] grizzly's cinder-api is not starting : Couldn't find urlmap package

2013-04-12 Thread Sean Dague
___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Sean Dague http://dague.net __

Re: [Openstack] New code name for networks

2013-05-12 Thread Sean Dague
> Mailing list: https://launchpad.net/~openstack > Post to : openstack@lists.launchpad.net <mailto:openstack@lists.launchpad.net> > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp _

Re: [Openstack] [OpenStack Marketing] New code name for networks

2013-05-12 Thread Sean Dague
king sure it's highlighted. -Sean -- Sean Dague http://dague.net ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] New code name for networks

2013-05-13 Thread Sean Dague
ting. Yes, it's inside baseball, but when you are dealing with code as complicated as OpenStack, not having that inside baseball really slows things down. Just look at the regular confusion new people have about the 2 uses of the term migrations in Nova, one for the database schema, and o

Re: [Openstack] Getting DevStack networking working

2013-06-04 Thread Sean Dague
k Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Sean Dague http://dague.net ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launc

Re: [Openstack] The OpenStack Community Welcomes Developers in All Programming Languages

2013-06-12 Thread Sean Dague
ck tends to get forgotten by most of the -dev community, so having a concerted effort to have helpful people in there seems like the best approach. -Sean -- Sean Dague http://dague.net ___ Mailing list: https://launchpad.net/~openstac

Re: [Openstack] Problem running devstack / stack.sh

2013-06-18 Thread Sean Dague
It's mysql connectivity. -Sean -- Sean Dague http://dague.net ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Grizzly Devstack Installation - RHEL 6.4

2013-07-16 Thread Sean Dague
https://help.launchpad.net/ListHelp -- Sean Dague http://dague.net ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpa

Re: [Openstack] [openstack-dev] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Sean Dague
people that do great work on reviews, should really be your review team, regardless of affiliation. -Sean -- Sean Dague http://dague.net ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net U