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
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
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
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
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
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
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
/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
://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
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
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.
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
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
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
___
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
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
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
-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
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)
, 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-
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
_
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
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
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
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
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
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 :
.
-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
) 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
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
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
+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
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
__
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:
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
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...@
.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:
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
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
_
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
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
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
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
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
: 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
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
___
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
__
> 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
_
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
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
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
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
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
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
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
55 matches
Mail list logo