[Openstack] Conflicting st binary name

2011-06-09 Thread Thomas Goirand
Hi, There's a bug report in the Debian BTS [1] against Nova in SID concerning the "st" binary shipped by Swift. Shall we consider renaming the binary "st" to something else? I know that a window manager has nothing to do with us, but there might be corner cases where it might be really annoying.

Re: [Openstack] DRBD storage for Openstack installations

2011-06-09 Thread Oleg Gelbukh
Hello everyone, A bit of follow-upon the subject, concerning clustered locking for the LVM on DRBD resource. On Mon, May 30, 2011 at 11:04 AM, Oleg Gelbukh wrote: > The current OpenStack paradigm seems to be built arou

[Openstack] Glance API Extensions

2011-06-09 Thread Glen Campbell
Hey, all – I've proposed a blueprint for adding extensions to the Glance API in a similar manner to the Compute API Jorge proposed: https://blueprints.launchpad.net/glance/+spec/glance-api-extensions This would IMHO be a really useful mechanism for companies like Rackspace to add business-speci

Re: [Openstack] Injecting user data into instances

2011-06-09 Thread Vishvananda Ishaya
As I mentioned before user_data is provided via the metadata server on 169.254.169.254. It is the responsibility of the guest to hit 169.254.169.254/latest/user-data/ to retrieve the info set in user data. Vish On Jun 9, 2011, at 9:46 AM, Vladimir Popovski wrote: > Hi All, > > Thanks for an

Re: [Openstack] [Netstack] Questions about Quantum_Framework's extensions

2011-06-09 Thread Troy Toman
Ying, I can provide some insight since I am in the current timezone. Comments below. Perhaps Santhosh or are team can provide some additional thoughts later. Troy On Jun 9, 2011, at 4:10 PM, Ying Liu (yinliu2) wrote: Hi all, Thanks Santhosh for the great work about Quantum_Framework. I looke

[Openstack] [Netstack] Questions about Quantum_Framework's extensions

2011-06-09 Thread Ying Liu (yinliu2)
Hi all, Thanks Santhosh for the great work about Quantum_Framework. I looked at the code and have some questions. 1. Extension standard. In the netstack meeting, we agreed to adopt Openstack's extension standard. Jorge is still working on the standard draft. I'm not sure whether t

[Openstack] swift-stats-delete?

2011-06-09 Thread Jon Slenk
hi, hmmm... i guess there's no already existing script (well, in Bexar at least...) for deleting the stats stuff off of the cluster? :) -Jon. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] [NetStack] Proposed changes to Quantum API

2011-06-09 Thread Josh Wilmes
Thanks, Salvatore- > *1)*Removing operation: *POST /networks/{net_id}/attachments* > > This is an orchestration operation (see second diagram for ‘Create > Network > ’ > use case). It has been suggested that orchestration

Re: [Openstack] swift-stats-populate & ring expansion

2011-06-09 Thread Jon Slenk
hi, thanks for your note. On Thu, Jun 9, 2011 at 12:03 PM, Florian Hines wrote: > When you updated the ring did you modify more than 1 Zone at a time ? 1) yes. added one "node" per zone, each having like 20 devices. 2) also, i've learned (had already forgotten :-() that i should re-use the sam

Re: [Openstack] swift-stats-populate & ring expansion

2011-06-09 Thread Florian Hines
On Jun 9, 2011, at 1:09 PM, Jon Slenk wrote: > hi, > > I'm experimenting with expanding a cluster's set of rings. The report > is 100% ok before I expand, but when I run swift-stats-report after > the expansion it fails to get all the stuff. Anybody have > insight/thoughts/guesses re: this? Hrm.

[Openstack] swift-stats-populate & ring expansion

2011-06-09 Thread Jon Slenk
hi, I'm experimenting with expanding a cluster's set of rings. The report is 100% ok before I expand, but when I run swift-stats-report after the expansion it fails to get all the stuff. Anybody have insight/thoughts/guesses re: this? Hrm... Thanks. -Jon. # swift-stats-report -d Queried 24400 co

Re: [Openstack] [team-entarch] Eto

2011-06-09 Thread John Dickinson
We're all glad you're feeling better. Now get back to work! We've got a cloud to build, and it's not going to build itself. ;-) On Jun 9, 2011, at 12:18 PM, Bryan Taylor wrote: > Doh! Sorry for the spam openstack. "o" now autocompletes to this instead > of my project team's list and I didn't n

Re: [Openstack] [team-entarch] Eto

2011-06-09 Thread Bryan Taylor
Doh! Sorry for the spam openstack. "o" now autocompletes to this instead of my project team's list and I didn't notice. On 6/9/11 12:02 PM, "Ken Savich" wrote: >You sent that to the openstack list > >On Jun 9, 2011, at 11:55 AM, "Bryan Taylor" wrote: > >> I'm feeling a bit better now so I'll be

Re: [Openstack] [team-entarch] Eto

2011-06-09 Thread Bryan Taylor
I'm feeling a bit better now so I'll be in after lunch. On 6/9/11 8:57 AM, "Bryan Taylor" wrote: >I am not feeling well today so i'm going to take ETO. > >Sent from my iPhone ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@

Re: [Openstack] Injecting user data into instances

2011-06-09 Thread Vladimir Popovski
Hi All, Thanks for answers. Injecting files into running instance is a very interesting topic, but it is not our goal (at least for now). I was just curious seeing these APIs and guessed that those are placeholders (as Ed confirmed). However, what we are missing is the way of injecting data

[Openstack] OpenStack Design Summit: Hold the Dates

2011-06-09 Thread Stephen Spector
Developers: As I mentioned in the Developer Meeting on Tuesday, we are planning the next Design Summit for October 3-5, 2011 in Boston, MA. We are in the process of signing a contract with the Sheraton connected to the Hynes Convention Center. The OpenStack Conference will be marketed and promoted

[Openstack] Eto

2011-06-09 Thread Bryan Taylor
I am not feeling well today so i'm going to take ETO. Sent from my iPhone ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.

Re: [Openstack] Injecting user data into instances

2011-06-09 Thread Ed Leafe
On Jun 9, 2011, at 2:47 AM, Chris Behrens wrote: > Hm, inject_file is supposed to be tied into instance creation in the API. If > it's not, we have some code missing from API. Ed Leafe did this work IIRC, > as we use this here at Rackspace. Wonder if some code got dropped at some > point or