*** Yak-n-Yeti has joined #openstack | 00:08 | |
*** fikus-kukis^TP has quit IRC | 00:12 | |
*** fikus-kukis^TP1 has joined #openstack | 00:13 | |
*** willaerk has quit IRC | 00:13 | |
*** anotherjesse1 has left #openstack | 00:15 | |
*** Ryan_Lane is now known as Ryan_Lane|away | 00:15 | |
*** asavu has quit IRC | 00:17 | |
*** nati2 has quit IRC | 00:18 | |
*** Yak-n-Yeti has quit IRC | 00:20 | |
*** cp16net has joined #openstack | 00:24 | |
*** albert23 has left #openstack | 00:25 | |
*** aspiers has quit IRC | 00:29 | |
*** FlipFlop_ has quit IRC | 00:35 | |
*** littleidea has joined #openstack | 00:37 | |
*** rnorwood has joined #openstack | 00:39 | |
*** aspiers has joined #openstack | 00:42 | |
*** Ryan_Lane|away is now known as Ryan_Lane | 00:45 | |
*** markvoelker has joined #openstack | 00:46 | |
*** dolphm has quit IRC | 00:46 | |
*** markvoelker has quit IRC | 00:46 | |
*** dolphm has joined #openstack | 00:47 | |
*** tomoe_ has quit IRC | 00:47 | |
*** chadh_ is now known as chadh | 00:49 | |
*** jj0hns0n has quit IRC | 00:53 | |
*** p0 has quit IRC | 00:55 | |
*** jj0hns0n has joined #openstack | 00:56 | |
*** andrewbogott is now known as andrewbogott_afk | 00:57 | |
*** clopez has joined #openstack | 00:58 | |
*** dolphm has quit IRC | 00:59 | |
*** Yak-n-Yeti has joined #openstack | 01:00 | |
*** dolphm_ has joined #openstack | 01:02 | |
*** gyee has quit IRC | 01:06 | |
*** dolphm_ has quit IRC | 01:10 | |
*** dolphm has joined #openstack | 01:11 | |
*** longhudou has joined #openstack | 01:11 | |
*** hhoover has quit IRC | 01:12 | |
*** krow has quit IRC | 01:14 | |
*** dpippenger has quit IRC | 01:14 | |
*** ahasenack has quit IRC | 01:15 | |
*** longhudou has quit IRC | 01:16 | |
*** bsza has quit IRC | 01:17 | |
*** mdomsch has joined #openstack | 01:17 | |
*** anotherjesse1 has joined #openstack | 01:20 | |
*** jj0hns0n_ has joined #openstack | 01:20 | |
*** randomubuntuguy has joined #openstack | 01:20 | |
*** clauden_ has quit IRC | 01:21 | |
*** jj0hns0n_ has joined #openstack | 01:21 | |
*** jj0hns0n has quit IRC | 01:22 | |
*** jj0hns0n_ is now known as jj0hns0n | 01:22 | |
*** jj0hns0n has quit IRC | 01:22 | |
*** krow has joined #openstack | 01:22 | |
*** pixelbeat has quit IRC | 01:22 | |
*** kordless has quit IRC | 01:22 | |
*** rnorwood has quit IRC | 01:26 | |
*** kordless has joined #openstack | 01:27 | |
*** jdurgin has quit IRC | 01:28 | |
*** jakedahn has quit IRC | 01:29 | |
justinsb | fri096, technologov_, clayg: Just added basic swift support to the Java bindings Luis & I are developing. Please let me know what's missing: openstack-api/src/test/java/org/openstack/client/storage/ | 01:30 |
---|---|---|
uvirtbot` | New bug: #939982 in swift "Metadata keys are not case sensitive" [Undecided,New] https://launchpad.net/bugs/939982 | 01:31 |
justinsb | fri096, technologov_, clayg: Sorry - wrong link! https://github.com/justinsb/openstack-java-sdk/commit/29d1f4437603d274d4773e2f3cbcbab330674b7d | 01:31 |
technologov_ | justinsb, how Java bindings for python work ? via HTTP protocol ? | 01:31 |
*** joearnold has joined #openstack | 01:31 | |
technologov_ | usually C code can have a compiled Java or python bindings... | 01:31 |
technologov_ | but if the basic code is in python... then ? | 01:32 |
justinsb | technologov_: Sorry, I mean a client library for the Openstack REST protocols | 01:32 |
justinsb | technologov_: So you can use Swift, Nova etc from Java code | 01:32 |
technologov_ | justinsb, is this Java bindings auto-generated ? (assuming we change python implementation & protocol) | 01:33 |
technologov_ | (for C code, the answer is "Yes") | 01:33 |
justinsb | technologov_: Not auto-generated. You can change the implementation all you want. The protocol isn't allowed to change once it is released. | 01:34 |
*** joearnold has quit IRC | 01:34 | |
*** bit0 has joined #openstack | 01:34 | |
technologov_ | justinsb, but for next major release, protocol can change, right ? | 01:34 |
*** koolhead17 has quit IRC | 01:35 | |
justinsb | technologov_: Another protocol can be added. But once a protocol is released, it should be supported 'forever' | 01:35 |
technologov_ | so this Java bindings are manually written to support a specific (current) protocol | 01:35 |
*** rnorwood has joined #openstack | 01:35 | |
technologov_ | I just compare this to C/C++, and see that all bindings are auto-generated there | 01:36 |
justinsb | technologov_: They are written to the API specification, with some tweaks where the API specification is wrong. | 01:36 |
technologov_ | I wonder if this is possible for python based libs also... | 01:36 |
justinsb | technologov_: Which C binding are you referring to? | 01:36 |
*** andrewsben has quit IRC | 01:36 | |
notmyname | technologov_: the protocol is always HTTP. the API is what certain HTTP verbs do. released versions of a project must always handle migration paths if the API changes. the protocol will likely never change | 01:36 |
technologov_ | justinsb, all... libvirt-python, python-qt4, virtualbox-python (VBoxPython), .. all bindings are auto-generated if basic lib is in C/C++ | 01:37 |
technologov_ | even if protocols change in drastic ways (as they do in VirtualBox) | 01:37 |
justinsb | technologov_: OK, that's a little different... that's python talking to C | 01:37 |
justinsb | technologov_: Here we're talking about Java code talking to an HTTP REST API | 01:38 |
justinsb | technologov_: It _should_ be possible to auto-generate that as well, but we'd need a correct specification of the protocol | 01:38 |
justinsb | technologov_: We are hoping to produce a correct specification as a byproduct of the Java bindings :-) | 01:38 |
technologov_ | also if API never changes, does it implies that all future versions of OpenStack could, for example, get data from "Diablo" Swift ? | 01:39 |
*** paltman_ is now known as paltman | 01:40 | |
technologov_ | or Swift must match all other components ? | 01:40 |
*** yaguang has joined #openstack | 01:40 | |
*** ohnoimdead has quit IRC | 01:41 | |
technologov_ | ...a similar question, BTW, was raised by CERN scientists of "Scientific Linux" project. | 01:41 |
notmyname | technologov_: I can speak to swift specifically (and swift alone, actually). swift is running in production in many places. we cannot change the API in such a way that it break clients. we can only add things to the API | 01:43 |
*** krow has quit IRC | 01:44 | |
technologov_ | hmm. fine. | 01:45 |
notmyname | if we were to break the API for existing clients, it would have to be done in such a way that there would be a smooth (and long) migration process | 01:45 |
justinsb | technologov_: I guess that's an implementation question. Each server should speak all historic versions. Clients do not need to speak all versions. If they rely on functionality in v3, they can't work with v2. | 01:45 |
technologov_ | notmyname, i.e. by deprecating APIs first... | 01:45 |
*** Blackavar has quit IRC | 01:45 | |
notmyname | technologov_: this is one reason that we don't accept patches into swift that don't have a migration path. all updates must not prevent upgrading a live cluster with zero downtime | 01:45 |
notmyname | the "guarantee" you have there is that most of the swift devs work for rackspace and rackspace has a very strong interest not to break all the clients (a very large userbase) for a major product line | 01:47 |
notmyname | rackspace also has a very strong interest in not maintaining a separate fork or patch queue | 01:47 |
technologov_ | ok, nice. How does swift relates to nova-object ? | 01:50 |
technologov_ | ...I can't find much info on the issue | 01:50 |
notmyname | technologov_: I think (but could be wrong), that nova object is an older, deprecated part of nova | 01:51 |
*** msavy has quit IRC | 01:51 | |
notmyname | vishy: ^? | 01:51 |
technologov_ | thanks | 01:53 |
notmyname | technologov_: think of nova and swift as two separate (but complementary) pieces. their integration is mostly around use-cases, not code. for example, you could use a nova cluster to process data in swift or you could use swift to store all the images for a nova cluster. these are just 2 possibilities, though. you could use one without the other | 01:54 |
technologov_ | to me it looks like "nova" as the basic (parent) projects, while the "children" projects can "override" own father, much like C++/python class inheritance | 01:57 |
technologov_ | so glance + swift override storage parts of nova | 01:57 |
technologov_ | quantum overrides nova-network, and so on... | 01:57 |
notmyname | technologov_: that's a perception (re swift) I've heard a few places, but I don't think it's accurate | 01:57 |
*** reed_ has quit IRC | 01:59 | |
notmyname | some projects in openstack are like that (nova-network, nova-volumes, etc). but glance is a complementary part of nova (is glance required for nova?). keystone's goal is to tie together identity for all of the projects. | 02:00 |
*** aspiers has quit IRC | 02:00 | |
technologov_ | nothing is *required* for nova | 02:00 |
notmyname | swift handles object storage, something that doesn't really fit in a compute cluster. that is, when you have VMs, you need to tie them to a network, provide network access, etc, but "object storage" isn't a traditional part of a VM | 02:00 |
technologov_ | But all children override parts of nova | 02:00 |
technologov_ | traditional part is a block storage... | 02:01 |
notmyname | yes. that's nova-volume | 02:01 |
*** adjohn has joined #openstack | 02:02 | |
notmyname | and there are a few nova-volume plugins that are being developed | 02:02 |
WormMan | (which hopefully will prevent my users from stopping asking about the basic nova-volume stuff) | 02:03 |
*** dprince has joined #openstack | 02:06 | |
*** Ryan_Lane has quit IRC | 02:07 | |
notmyname | IMO, openstack should answer 3 questions: "how do I manage thousands of VMs?", "how do I manage PB of data?", and "how do I deliver content to a worldwide audience?". right now, we answer the first 2 with nova (and related projects separated for management sanity) and swift | 02:08 |
*** rsanchez has quit IRC | 02:10 | |
*** rsanchez has joined #openstack | 02:10 | |
*** rsanchez has quit IRC | 02:10 | |
*** rsanchez has joined #openstack | 02:11 | |
*** rsanchez has quit IRC | 02:11 | |
*** aspiers has joined #openstack | 02:12 | |
*** jakedahn has joined #openstack | 02:14 | |
*** dvogt has quit IRC | 02:14 | |
*** maplebed has quit IRC | 02:14 | |
*** kordless has quit IRC | 02:16 | |
*** anotherjesse1 has quit IRC | 02:18 | |
*** anotherjesse1 has joined #openstack | 02:19 | |
*** alrs has quit IRC | 02:19 | |
*** erkules has quit IRC | 02:19 | |
*** anotherjesse1 has left #openstack | 02:19 | |
*** erkules has joined #openstack | 02:20 | |
*** warik has quit IRC | 02:20 | |
*** shang has quit IRC | 02:20 | |
*** dprince has quit IRC | 02:25 | |
*** bit0 has quit IRC | 02:25 | |
*** ivan___ has joined #openstack | 02:28 | |
*** ivan___ is now known as [ivan] | 02:28 | |
[ivan] | hello everyone | 02:28 |
[ivan] | anybody can explain about peer-to-peer architecture in openstack? | 02:30 |
[ivan] | http://wiki.openstack.org/Overview | 02:30 |
[ivan] | how to build such architecture from the current diablo release | 02:31 |
uvirtbot` | New bug: #940010 in keystone "Backslash continuations (Keystone)" [Undecided,New] https://launchpad.net/bugs/940010 | 02:31 |
*** krow has joined #openstack | 02:34 | |
*** bengrue has quit IRC | 02:34 | |
*** mattray has joined #openstack | 02:35 | |
*** thingee has quit IRC | 02:38 | |
*** krow has quit IRC | 02:38 | |
*** krow has joined #openstack | 02:38 | |
*** [ivan] has quit IRC | 02:40 | |
*** krow has quit IRC | 02:40 | |
*** krow has joined #openstack | 02:40 | |
uvirtbot` | New bug: #940017 in nova "python-novaclient should use volumes endpoint instead of extensions" [High,In progress] https://launchpad.net/bugs/940017 | 02:41 |
*** spikebike has joined #openstack | 02:42 | |
spikebike | I've got a newly installed ubuntu 11.10 server, 2 switches (private and public) and a bunch of compute nodes. Any suggestions which way to try my first openstack install? Use ubuntu provided packages? From scratch? | 02:43 |
*** Binbin_afk is now known as Binbin | 02:44 | |
dubsquared1 | spikebike: I'd recommend the ManagedIT packages referenced in the diablo deployment guide. They are packaged by a third-party, but they are well maintained and have lots of post-release bug fixes. | 02:46 |
spikebike | sounds promising | 02:46 |
spikebike | do the ManagedIT packages support the current release? | 02:46 |
dubsquared1 | Yeah, diablo-final (2011.3.1) | 02:47 |
spikebike | perfect | 02:47 |
*** shraddha has joined #openstack | 02:57 | |
*** reed_ has joined #openstack | 02:57 | |
shraddha | from where does nova-network pick up the IP that it leases to the instance? | 02:59 |
shraddha | where is it configured? In my case, the IP which is being assigned, is nt configured in any conf file | 03:04 |
*** andycjw has joined #openstack | 03:05 | |
hugokuo | morning | 03:05 |
*** mattray has quit IRC | 03:06 | |
*** natea_ has joined #openstack | 03:07 | |
*** krow has quit IRC | 03:08 | |
*** arrsim has joined #openstack | 03:11 | |
*** natea has quit IRC | 03:11 | |
uvirtbot` | New bug: #940023 in keystone "Backslash continuations (python-keystoneclient)" [Undecided,New] https://launchpad.net/bugs/940023 | 03:11 |
*** krow has joined #openstack | 03:13 | |
arrsim | hi, what is the best method for me to submit a backported commit for review? should i leave the change-id intact? | 03:14 |
*** blamar_ has joined #openstack | 03:14 | |
*** stuntmachine has joined #openstack | 03:14 | |
*** randomubuntuguy has quit IRC | 03:16 | |
*** dvogt has joined #openstack | 03:16 | |
*** MotorMe has joined #openstack | 03:16 | |
MotorMe | Are there some successful user story on Swift? | 03:17 |
notmyname | MotorMe: what kind of things are you looking for? | 03:18 |
*** littleidea has quit IRC | 03:18 | |
MotorMe | use case about how to implement cloud storage by open object storage. | 03:18 |
*** deshantm has joined #openstack | 03:20 | |
notmyname | MotorMe: Rackspace Cloud Files is the largest production deployment I know of. probably the most well-known name that uses swift in production is wikipedia. | 03:20 |
technologov_ | w.p ? | 03:20 |
notmyname | MotorMe: there are many other deployments. some big some small | 03:20 |
technologov_ | yay | 03:20 |
MotorMe | ok, thx | 03:22 |
technologov_ | is there any data that w.p uses swift ? | 03:22 |
notmyname | technologov_: MotorMe: http://blog.wikimedia.org/2012/02/09/scaling-media-storage-at-wikimedia-with-swift/ | 03:22 |
technologov_ | thx | 03:22 |
notmyname | technologov_: also, they've been very active in to community since the beginning | 03:22 |
vishy | notmyname, technologov_: nova-objectstore is a bad version of a file based storage system that replicates the s3 api | 03:23 |
vishy | it is only for testing and dev work | 03:23 |
notmyname | vishy: got it. thanks | 03:23 |
*** Mike656 has joined #openstack | 03:24 | |
Mike656 | hi | 03:24 |
Mike656 | There is no keystone-all in bin folder | 03:24 |
Mike656 | Can anybody help me? | 03:24 |
technologov_ | vishy, notmyname : since the experts are all here, I would like to ask you to help | 03:25 |
technologov_ | Docs: Lack of OpenStack storage concepts explanation | 03:25 |
technologov_ | https://bugs.launchpad.net/openstack-manuals/+bug/938365 | 03:25 |
Mike656 | Is any keystone expert here? | 03:25 |
*** lucasnodine has joined #openstack | 03:26 | |
notmyname | technologov_: a little more broad, but a short write-up on where object storage and swift fit in to the larger storage landscape http://programmerthoughts.com/programming/storage-system-overview/ | 03:26 |
Mike656 | Guys, I got stuck in running keystone. | 03:27 |
*** vincentricci has joined #openstack | 03:28 | |
*** vincentricci has left #openstack | 03:29 | |
*** aspiers has quit IRC | 03:30 | |
Mike656 | Is there any keystone developer here? | 03:30 |
*** wonk has quit IRC | 03:33 | |
*** stuntmachine has quit IRC | 03:36 | |
*** mdomsch_ has joined #openstack | 03:37 | |
*** mrjazzcat has joined #openstack | 03:38 | |
*** Mike656 has quit IRC | 03:41 | |
*** aspiers has joined #openstack | 03:42 | |
*** natea has joined #openstack | 03:42 | |
*** clopez has quit IRC | 03:42 | |
*** krow has quit IRC | 03:45 | |
*** mjfork has quit IRC | 03:46 | |
*** wonk has joined #openstack | 03:46 | |
*** cgoncalves has quit IRC | 03:50 | |
*** supriya has joined #openstack | 03:52 | |
*** PiotrSikora_ has joined #openstack | 03:54 | |
*** PiotrSikora has quit IRC | 03:54 | |
*** sam123 has joined #openstack | 03:54 | |
*** jakedahn has quit IRC | 03:55 | |
*** cgoncalves has joined #openstack | 03:55 | |
*** cgoncalves has joined #openstack | 03:55 | |
*** martine has joined #openstack | 04:00 | |
sam123 | I'm trying edit metadata of a vm image in glance, does anyone know if I can add a new property to metadata with contents of a binary file? | 04:01 |
*** e1mer has joined #openstack | 04:04 | |
*** rickfoosusa has quit IRC | 04:07 | |
*** jakedahn has joined #openstack | 04:10 | |
*** joearnold has joined #openstack | 04:11 | |
*** krow has joined #openstack | 04:13 | |
*** coofaman1 has quit IRC | 04:17 | |
*** joearnold has quit IRC | 04:24 | |
*** joearnold has joined #openstack | 04:26 | |
*** martines has quit IRC | 04:31 | |
*** e1mer has quit IRC | 04:31 | |
*** krow has quit IRC | 04:34 | |
technologov_ | Is there a particular reason why nova-network does IP injection ? | 04:36 |
*** cryptk|offline is now known as cryptk | 04:37 | |
technologov_ | (looks flawed concept...) | 04:37 |
technologov_ | ...dependency on particular guest OS is wrong, if something can be done in a generic way, via DHCP. | 04:39 |
*** blamar__ has joined #openstack | 04:41 | |
*** joearnold has quit IRC | 04:41 | |
*** blamar_ has quit IRC | 04:42 | |
*** Mike656 has joined #openstack | 04:43 | |
*** krow has joined #openstack | 04:45 | |
*** krow has quit IRC | 04:47 | |
*** krow has joined #openstack | 04:48 | |
*** winston-d has joined #openstack | 04:53 | |
*** ewindisch has quit IRC | 04:57 | |
*** blamar_ has joined #openstack | 04:57 | |
*** aspiers has quit IRC | 05:00 | |
*** j^2 has quit IRC | 05:01 | |
*** almaisan-away is now known as al-maisan | 05:01 | |
*** joearnold has joined #openstack | 05:04 | |
*** rnorwood has quit IRC | 05:08 | |
*** al-maisan is now known as almaisan-away | 05:08 | |
*** martine has quit IRC | 05:10 | |
*** aspiers has joined #openstack | 05:12 | |
*** rnorwood has joined #openstack | 05:14 | |
*** jakkudanieru has joined #openstack | 05:17 | |
*** krow has quit IRC | 05:18 | |
*** sam123 has quit IRC | 05:19 | |
*** ocherno has joined #openstack | 05:24 | |
*** sannes has joined #openstack | 05:31 | |
*** yaguang has quit IRC | 05:45 | |
*** shevek_ has joined #openstack | 05:46 | |
*** arrsim has left #openstack | 05:48 | |
*** yaguang has joined #openstack | 05:51 | |
*** sannes has quit IRC | 05:54 | |
*** Yak-n-Yeti has quit IRC | 05:57 | |
uvirtbot` | New bug: #940069 in nova "Bandwidth polling floods the network manager" [Undecided,Confirmed] https://launchpad.net/bugs/940069 | 06:01 |
*** yshh has quit IRC | 06:02 | |
*** Mike656 has quit IRC | 06:02 | |
*** 45PAAA7QQ has joined #openstack | 06:02 | |
*** yshh has joined #openstack | 06:05 | |
vishy | technologov_: it is really not used | 06:05 |
vishy | technologov_: provided as an option, but the default is dhcp | 06:05 |
*** lucasnodine has quit IRC | 06:05 | |
*** mohits has joined #openstack | 06:06 | |
*** ewindisch has joined #openstack | 06:09 | |
*** joearnold has quit IRC | 06:10 | |
*** dvogt has quit IRC | 06:16 | |
*** rnorwood has quit IRC | 06:17 | |
*** littleidea has joined #openstack | 06:23 | |
*** deepakgarg has joined #openstack | 06:25 | |
*** spikebike has quit IRC | 06:27 | |
*** thingee has joined #openstack | 06:28 | |
*** aspiers has quit IRC | 06:29 | |
*** natea has quit IRC | 06:30 | |
*** miclorb has quit IRC | 06:30 | |
*** llang629 has joined #openstack | 06:35 | |
*** zigo has joined #openstack | 06:36 | |
*** bepernoot has joined #openstack | 06:36 | |
*** llang629 has left #openstack | 06:38 | |
*** bepernoot has quit IRC | 06:39 | |
*** anotherjesse1 has joined #openstack | 06:41 | |
*** bepernoot has joined #openstack | 06:42 | |
*** aspiers has joined #openstack | 06:42 | |
*** MarkAtwood has quit IRC | 06:47 | |
*** miclorb has joined #openstack | 06:50 | |
uvirtbot` | New bug: #940083 in quantum "Improper error messages with traces associated with 'nova-manage network' cmds" [Undecided,New] https://launchpad.net/bugs/940083 | 06:52 |
*** bepernoot has quit IRC | 06:52 | |
technologov_ | ... how-to add comments here? https://blueprints.launchpad.net/nova/+spec/mac-address-uniqueness | 06:52 |
*** katkee has joined #openstack | 06:56 | |
*** ocherno has quit IRC | 07:00 | |
*** shraddha has quit IRC | 07:03 | |
*** miclorb__ has joined #openstack | 07:08 | |
*** miclorb has quit IRC | 07:10 | |
*** mindpixel has joined #openstack | 07:11 | |
*** yaguang has quit IRC | 07:14 | |
*** yaguang has joined #openstack | 07:14 | |
*** yaguang has quit IRC | 07:18 | |
*** almaisan-away is now known as al-maisan | 07:20 | |
*** guigui1 has joined #openstack | 07:20 | |
*** al-maisan is now known as almaisan-away | 07:21 | |
*** dachary has joined #openstack | 07:27 | |
*** jeroenhn has joined #openstack | 07:29 | |
*** j^2 has joined #openstack | 07:30 | |
*** yaguang has joined #openstack | 07:31 | |
*** krow has joined #openstack | 07:42 | |
*** supriya has quit IRC | 07:49 | |
*** ik04ka has joined #openstack | 07:57 | |
*** krow has quit IRC | 07:58 | |
*** krow has joined #openstack | 07:58 | |
*** eglynn_ has quit IRC | 07:59 | |
*** 45PAAA7QQ has quit IRC | 07:59 | |
*** aspiers has quit IRC | 08:00 | |
*** krow has quit IRC | 08:01 | |
*** bepernoot has joined #openstack | 08:02 | |
*** Leseb has joined #openstack | 08:06 | |
*** aspiers has joined #openstack | 08:12 | |
*** littleidea has quit IRC | 08:15 | |
*** duffman has quit IRC | 08:16 | |
*** duffman has joined #openstack | 08:16 | |
*** darraghb has joined #openstack | 08:21 | |
*** mnewby has quit IRC | 08:22 | |
*** dachary has quit IRC | 08:22 | |
*** eglynn_ has joined #openstack | 08:26 | |
*** mancdaz has joined #openstack | 08:37 | |
*** mancdaz_ has joined #openstack | 08:38 | |
*** mancdaz has quit IRC | 08:42 | |
*** mancdaz_ is now known as mancdaz | 08:42 | |
*** winston-d has quit IRC | 08:43 | |
*** eglynn_ has quit IRC | 08:46 | |
*** corXi has joined #openstack | 08:53 | |
*** longhudou has joined #openstack | 08:53 | |
*** supriya has joined #openstack | 08:58 | |
*** supriya has quit IRC | 08:59 | |
*** supriya has joined #openstack | 08:59 | |
*** ldlework has quit IRC | 08:59 | |
*** shang has joined #openstack | 09:01 | |
*** marrusl has joined #openstack | 09:02 | |
*** longhudou has quit IRC | 09:02 | |
*** aimon has joined #openstack | 09:02 | |
*** ik04ka has quit IRC | 09:02 | |
*** thingee has quit IRC | 09:02 | |
*** adjohn has quit IRC | 09:05 | |
*** mon has joined #openstack | 09:07 | |
*** dneary has joined #openstack | 09:08 | |
*** sevgin has joined #openstack | 09:09 | |
*** eglynn_ has joined #openstack | 09:09 | |
*** marrusl has quit IRC | 09:11 | |
*** Remco_ has joined #openstack | 09:12 | |
*** uksysadmin has joined #openstack | 09:13 | |
*** katkee_ has joined #openstack | 09:21 | |
*** jeroenhn has quit IRC | 09:22 | |
*** katkee has quit IRC | 09:25 | |
*** Remco__ has joined #openstack | 09:25 | |
*** mon has quit IRC | 09:25 | |
*** almaisan-away is now known as al-maisan | 09:26 | |
*** Remco_ has quit IRC | 09:26 | |
*** zykes has quit IRC | 09:26 | |
*** datajerk has quit IRC | 09:27 | |
*** marrusl has joined #openstack | 09:27 | |
*** longhudou has joined #openstack | 09:28 | |
*** EDevil has joined #openstack | 09:29 | |
EDevil | Feb 23 19:45:58 vmdev-gluster03 proxy-server ERROR with Container server 127.0.0.1:6011/AUTH_8140ab2e72bd3fd9d3e89e00d2d2c620 re: Trying to GET /v1/AUTH_8140ab2e72bd3fd9d3e89e00d2d2c620/blocks: Timeout (60s) (txn: tx6e66d382d1c342818e5e3baf0bfa1b8a) | 09:29 |
EDevil | Does anyone have an ideia of what the problem might be? | 09:29 |
*** aspiers has quit IRC | 09:30 | |
*** dev_sa has joined #openstack | 09:30 | |
*** longhudou has quit IRC | 09:32 | |
*** marrusl has quit IRC | 09:32 | |
*** deepakgarg has quit IRC | 09:32 | |
*** dxd828 has joined #openstack | 09:41 | |
*** aspiers has joined #openstack | 09:42 | |
*** e1mer has joined #openstack | 09:47 | |
*** datajerk has joined #openstack | 09:47 | |
*** e1mer has quit IRC | 09:47 | |
*** e1mer has joined #openstack | 09:47 | |
uvirtbot` | New bug: #940148 in melange "add job "python-melangeclient-tarball" to jenkins" [Undecided,New] https://launchpad.net/bugs/940148 | 09:52 |
*** Remco__ has quit IRC | 09:53 | |
uksysadmin | EDevil, its timing out - is that container port open on your localhost? | 09:53 |
EDevil | Yes, it is... | 09:54 |
EDevil | I have 20k files on the container already, is that a problem? | 09:54 |
uksysadmin | not sure - never had to use it in anger. are your disks ok? load on the box ok? disk space ok? | 09:56 |
EDevil | uksysadmin: The disk is not full, nor do I see cpu usage or IO. The requests just fails after a 60s timeout. | 09:56 |
*** asavu has joined #openstack | 09:59 | |
*** marrusl has joined #openstack | 10:03 | |
*** aimon_ has joined #openstack | 10:03 | |
*** aimon_ has joined #openstack | 10:04 | |
*** mohits has quit IRC | 10:04 | |
*** jantje_ has joined #openstack | 10:04 | |
*** davepigott has joined #openstack | 10:04 | |
davepigott | jamespage: ping? | 10:04 |
*** alekibango_ has joined #openstack | 10:06 | |
*** aimon has quit IRC | 10:06 | |
*** aimon_ is now known as aimon | 10:06 | |
*** medberry has joined #openstack | 10:07 | |
*** medberry has quit IRC | 10:07 | |
*** medberry has joined #openstack | 10:07 | |
uksysadmin | given its struggling on auth, check your auth logs (keystone?) | 10:07 |
davepigott | jamespage: (or anyone!) I have created an instance which I can connect to. Any further instances I can't. Could it be coincidence that the instances I *can't* connect to are on anything boot the master node? | 10:08 |
*** alekibango has quit IRC | 10:08 | |
*** med_ has quit IRC | 10:08 | |
*** jantje has quit IRC | 10:08 | |
*** berendt has joined #openstack | 10:10 | |
jamespage | davepigott, not quite sure what you mean by ' anything boot the master node'? | 10:11 |
EDevil | uksysadmin: Why do you say it's struggling with auth? | 10:12 |
*** deshantm_ has joined #openstack | 10:13 | |
*** mancdaz has quit IRC | 10:14 | |
*** asavu has quit IRC | 10:15 | |
*** wolfric has joined #openstack | 10:16 | |
*** mohits has joined #openstack | 10:16 | |
*** deshantm has quit IRC | 10:17 | |
uksysadmin | sorry - multitasking - I forgot the swift stuff's URI has AUTH... but regardless, check your legs, check netstat, something is blocking causing the timeout. | 10:17 |
wolfric | impressive channel count... anyone happen to know if live migration on xen has been progressed (or is implemented)? | 10:17 |
uksysadmin | wolfric, I've seen people chatting about that on the mailing list and in the docs somewhere... I'm trolling as I can't remember if it was kvm that was feasible and/or xen. | 10:22 |
davepigott | jamespage: Sorry - I should explain. Given that I have four servers in the cloud, one is running everything (nova-compute, nova-volume, nova-network etc) the other three are only running nova-compute | 10:22 |
wolfric | uksysadmin: kvm currently works, xen from the last release note is not (diablo) | 10:23 |
wolfric | uksysadmin: this is what i just found, but i was hoping there was something more on it somewhere else https://lists.launchpad.net/openstack/msg04561.html | 10:23 |
jamespage | davepigott, I think you need to run nova-network on the other three as well | 10:24 |
*** mohits has left #openstack | 10:24 | |
*** hamlesh_ is now known as hamlesh | 10:26 | |
davepigott | jamespage: OK. That's something else that seems to be missing from the Started Guide as well then. :( | 10:26 |
jamespage | davepigott, I think thats the case - let me look at the juju charms we use for testing | 10:26 |
davepigott | jamespage: ok. Thanks | 10:27 |
*** Neptu has quit IRC | 10:27 | |
* davepigott needs to read up on juju | 10:27 | |
*** Neptu has joined #openstack | 10:28 | |
*** frankS2 has quit IRC | 10:28 | |
jamespage | davepigott, you should install nova-compute, nova-network and nova-api on all of your nodes (at least thats what we test in precise) | 10:29 |
davepigott | jamespage: OK. I'll set that up. Thanks! | 10:29 |
*** pixelbeat has joined #openstack | 10:32 | |
*** Neptu has quit IRC | 10:33 | |
*** maploin has joined #openstack | 10:33 | |
*** maploin has joined #openstack | 10:33 | |
*** frankS2 has joined #openstack | 10:34 | |
*** e1mer has quit IRC | 10:34 | |
*** asavu has joined #openstack | 10:34 | |
*** Neptu has joined #openstack | 10:38 | |
*** mancdaz has joined #openstack | 10:40 | |
*** halfss has joined #openstack | 10:40 | |
*** mancdaz has quit IRC | 10:43 | |
*** mancdaz has joined #openstack | 10:43 | |
*** po has joined #openstack | 10:47 | |
*** initcron has joined #openstack | 10:49 | |
*** Binbin has quit IRC | 10:53 | |
davepigott | jamespage: Did that. Here's what I'm now seeing, but I still can't attach to an instance on anything but lava-cloud01 http://pastebin.ubuntu.com/855230/ | 10:59 |
jamespage | davepigott, what does your networking setup look like both physically and how you have it configured in nova | 11:00 |
*** aspiers has quit IRC | 11:00 | |
davepigott | jamespage: Two nics per server. One on the main LAN, one on private lan. | 11:00 |
davepigott | jamespage: Using vlan | 11:00 |
*** MotorMe has quit IRC | 11:01 | |
*** 18WABSN32 has joined #openstack | 11:04 | |
*** hwestman has quit IRC | 11:04 | |
*** msavy has joined #openstack | 11:04 | |
jamespage | davepigott, OK - need a bit more than that | 11:04 |
davepigott | jamespage: on phone - brb | 11:04 |
*** ahasenack has joined #openstack | 11:08 | |
*** jtanner has quit IRC | 11:09 | |
*** jeroenhn has joined #openstack | 11:10 | |
*** aspiers has joined #openstack | 11:12 | |
*** andycjw has quit IRC | 11:15 | |
*** pouledodue has joined #openstack | 11:16 | |
*** Lumiere has quit IRC | 11:17 | |
*** 18WABSN32 has quit IRC | 11:18 | |
*** al-maisan is now known as almaisan-away | 11:22 | |
heyho | Hello everyone. I created a few custom Ubuntu images following the guide on the docs ..but, everytime an instance of my custom image is spawned, I get an empy console log.. doing cat /proc/consoles i get "tty0" in my custom instance instead of "ttyS0" which shows in the instances with a proper console log.. what should I change / install in my custom image? | 11:26 |
*** jeroenhn has quit IRC | 11:27 | |
uksysadmin | heyho: check this out http://rsokolkov.blogspot.com/2011/11/configuring-openstack-images-to-write.html | 11:30 |
*** e1mer has joined #openstack | 11:30 | |
*** zigo has quit IRC | 11:30 | |
*** ches has quit IRC | 11:30 | |
*** ches has joined #openstack | 11:31 | |
heyho | thanks uksysadmin, will do | 11:31 |
uvirtbot` | New bug: #940204 in nova "running instances - xenserver" [Undecided,New] https://launchpad.net/bugs/940204 | 11:33 |
*** rods has joined #openstack | 11:33 | |
*** Leseb has quit IRC | 11:35 | |
*** e1mer has quit IRC | 11:37 | |
*** dneary has quit IRC | 11:39 | |
*** corXi has quit IRC | 11:41 | |
*** mancdaz has quit IRC | 11:42 | |
*** mancdaz has joined #openstack | 11:42 | |
*** uksysadmin has quit IRC | 11:47 | |
*** andrewsmedina has quit IRC | 11:48 | |
EDevil | Swift stores objects as files in the filesystem. When I insert objects do I need to worry about creating subdirs in order not to have too many files in a directory, or does swift handle that for me? | 11:50 |
*** kbringard has joined #openstack | 11:51 | |
*** bepernoo1 has joined #openstack | 11:54 | |
*** derekh has joined #openstack | 11:55 | |
*** bepernoot has quit IRC | 11:57 | |
davepigott | jamespage: OK. Off the phone (yuck - sales people). So, what other information do you mean? | 11:59 |
*** bsza has joined #openstack | 11:59 | |
jamespage | davepigott, right - so to start with are all of your servers configured identically in terms of networking? | 12:08 |
davepigott | jamespage: Yep. All identical. | 12:08 |
*** andrewsmedina has joined #openstack | 12:10 | |
jamespage | davepigott, the output of "ip addr" on the server thats working and one that is not will tell us some useful things | 12:11 |
*** ahasenack has quit IRC | 12:11 | |
*** ahasenack has joined #openstack | 12:12 | |
davepigott | jamespage: OK. One moment... | 12:12 |
jamespage | davepigott, also the contents of /etc/nova/nova.conf - but please screen first as will have sensitive information in it. | 12:12 |
davepigott | jamespage: http://pastebin.ubuntu.com/855298/ | 12:17 |
jamespage | davepigott, did you setup the br100 bridge on the non-functioning node? | 12:18 |
davepigott | jamespage: That was set up nova as far as I'm aware. Certainly not by me. | 12:19 |
jamespage | davepigott, I think you need to aligned --vlan_interface=eth1 -public_interface=eth0 as in the node that is working | 12:19 |
jamespage | I don't think --vlan_interface=br100 works... | 12:20 |
davepigott | jamespage: Doh!!!! | 12:20 |
jamespage | might be wrong | 12:20 |
jamespage | davepigott, unfortunately we don't test VLAN mode in the test lab at the moment (thats changing) | 12:21 |
jamespage | so I can't confirm ATM | 12:21 |
jamespage | you probably only need the bridge if you where running in an all-in-one with a single network interface | 12:21 |
*** dev_sa has quit IRC | 12:21 | |
jamespage | davepigott, see here for an all-in-one example - https://wiki.ubuntu.com/ServerTeam/Oneiric/OpenStackTestPlan | 12:22 |
EDevil | Does swift handle the file distribution in the file system for me, or do I have to create subdirs in order not to have too many files in the same directory? | 12:23 |
davepigott | jamespage: Will I need to reboot or restart anything? I restarted nova-compute, nova-network and nova-api on them all. Should I also restart libvirt? | 12:25 |
jamespage | davepigott, nah - that should be enough | 12:26 |
*** dolphm has quit IRC | 12:29 | |
*** initcron has left #openstack | 12:30 | |
*** aspiers has quit IRC | 12:30 | |
*** cloudvirt has joined #openstack | 12:30 | |
*** serkamil has joined #openstack | 12:32 | |
*** Tristan|i3D has joined #openstack | 12:34 | |
Tristan|i3D | I have a problem with Nova Dashboard where it thinks Glance and Keystone are on 127.0.0.1 but they are not | 12:36 |
Tristan|i3D | Where do I change that? | 12:36 |
*** dachary has joined #openstack | 12:38 | |
*** markvoelker has joined #openstack | 12:40 | |
LarsErikP | in order to use Xen.. is XCP mandatory, or can I just use xen-hypervisor/xen-linux-system? Keep on getting errors on missing API Calls | 12:40 |
*** bepernoo1 has quit IRC | 12:41 | |
uvirtbot` | New bug: #940272 in keystone "tenantId now shown in user-list (python-keystoneclient)" [Undecided,New] https://launchpad.net/bugs/940272 | 12:41 |
lxu_ | Tristan|i3D: conf files probably | 12:41 |
Tristan|i3D | which one, nova-api, nova, nova-registry are all changed | 12:42 |
*** aspiers has joined #openstack | 12:42 | |
*** daysmen has joined #openstack | 12:42 | |
Tristan|i3D | lxu_, /etc/openstack-dashboard/local_settings.py as well | 12:43 |
*** Leseb_ has joined #openstack | 12:43 | |
*** zeus has joined #openstack | 12:45 | |
lxu_ | Tristan|i3D: I never tried an installation with dashboard using multiple nodes, but review all your config files and restart services. I suppose this is all that is needed | 12:49 |
*** Ruetobas has quit IRC | 12:50 | |
Tristan|i3D | lxu_, cant find it :) | 12:51 |
*** livemoon has joined #openstack | 12:51 | |
*** supriya has quit IRC | 12:52 | |
*** zeus has quit IRC | 12:53 | |
*** almaisan-away is now known as al-maisan | 12:54 | |
kbringard | find / -name local_settings.py should help figure out where it is | 12:56 |
Tristan|i3D | OPENSTACK_KEYSTONE_URL = "http://192.168.0.8:5000/v2.0/" | 12:56 |
*** Ruetobas has joined #openstack | 12:56 | |
Tristan|i3D | kbringard, see above | 12:57 |
*** andrewsmedina has quit IRC | 12:58 | |
*** ewindisch has quit IRC | 12:58 | |
*** statik has quit IRC | 12:59 | |
*** andrewsmedina has joined #openstack | 13:00 | |
*** bepernoot has joined #openstack | 13:01 | |
*** corXi has joined #openstack | 13:01 | |
davepigott | jamespage: Still not working. If I do a get-console, the last lines say | 13:05 |
davepigott | cloud-init start-local running: Fri, 24 Feb 2012 13:03:37 +0000. up 2.99 seconds | 13:05 |
davepigott | no instance data found in start-local | 13:05 |
davepigott | cloud-init-nonet waiting 120 seconds for a network device. | 13:06 |
*** mjfork has joined #openstack | 13:07 | |
*** Mkenneth has joined #openstack | 13:08 | |
*** randomubuntuguy has joined #openstack | 13:08 | |
*** cloudvirt has quit IRC | 13:10 | |
*** dneary has joined #openstack | 13:13 | |
*** ches has quit IRC | 13:29 | |
*** ches has joined #openstack | 13:30 | |
*** dolphm has joined #openstack | 13:30 | |
*** bepernoot has quit IRC | 13:31 | |
*** dachary has quit IRC | 13:32 | |
*** yaguang has quit IRC | 13:34 | |
*** cloudvirt has joined #openstack | 13:35 | |
*** lts has joined #openstack | 13:36 | |
uvirtbot` | New bug: #940304 in keystone "tenant list as non admin results in 500" [Undecided,New] https://launchpad.net/bugs/940304 | 13:41 |
*** stuntmachine has joined #openstack | 13:42 | |
*** stuntmachine has quit IRC | 13:42 | |
*** stuntmachine has joined #openstack | 13:42 | |
*** st4n has joined #openstack | 13:43 | |
*** Ruetobas has quit IRC | 13:43 | |
*** st4n has quit IRC | 13:45 | |
*** Ruetobas has joined #openstack | 13:48 | |
*** livemoon1 has joined #openstack | 13:50 | |
*** livemoon has quit IRC | 13:50 | |
*** dprince has joined #openstack | 13:50 | |
*** martine has joined #openstack | 13:53 | |
*** lborda has joined #openstack | 13:53 | |
*** egant has quit IRC | 13:55 | |
*** aspiers has quit IRC | 14:00 | |
*** bulll has joined #openstack | 14:00 | |
*** blamar_ has quit IRC | 14:01 | |
*** ik04ka has joined #openstack | 14:05 | |
*** cryptk is now known as cryptk|offline | 14:07 | |
*** livemoon1 has left #openstack | 14:08 | |
*** littleidea has joined #openstack | 14:09 | |
*** lborda_ has joined #openstack | 14:10 | |
*** osier has joined #openstack | 14:12 | |
*** lborda has quit IRC | 14:12 | |
*** aspiers has joined #openstack | 14:12 | |
*** crescendo has quit IRC | 14:12 | |
*** dolphm has quit IRC | 14:17 | |
*** jtanner has joined #openstack | 14:17 | |
*** ewindisch has joined #openstack | 14:18 | |
*** bulll has quit IRC | 14:18 | |
*** Leander has joined #openstack | 14:24 | |
Leander | hello all | 14:24 |
*** vila has quit IRC | 14:25 | |
Leander | can someone help me figure out why i keep getting 404 responses when trying to create a container in swift | 14:25 |
Leander | i'm using the temp_auth filter and my user has the ".admin" permission | 14:25 |
*** dendro-afk is now known as dendrobates | 14:25 | |
notmyname | Leander: 404 when creating a container means that the account wasn't found. do you have account_autocreate = True in your proxy conifg? | 14:26 |
*** aliguori has joined #openstack | 14:28 | |
Leander | notmyname: does it still mean that even though i could authenticate? | 14:29 |
Leander | where should i put that config line? | 14:29 |
notmyname | yes | 14:29 |
notmyname | Leander: in the [app:proxy-server] section (https://review.openstack.org/#patch,sidebyside,3958,1,doc/source/howto_installmultinode.rst) | 14:29 |
*** dhellmann_ has joined #openstack | 14:30 | |
*** dhellmann_ has quit IRC | 14:31 | |
*** dhellmann_ has joined #openstack | 14:31 | |
phschwartz | What is the best way to test for network connection issues from an instance. I am having trouble randomly with git clones failing. I tried running a traceroute and after hop 1, it is all * * * | 14:31 |
*** rods has quit IRC | 14:32 | |
Leander | notmyname: For some reason the request just hang | 14:34 |
Leander | now | 14:34 |
*** dhellmann has quit IRC | 14:34 | |
*** dhellmann_ is now known as dhellmann | 14:34 | |
notmyname | Leander: you restarted the proxy? can you paste your proxy config? paste.openstack.org | 14:35 |
*** Blackavar has joined #openstack | 14:36 | |
*** B1ackavar has joined #openstack | 14:36 | |
*** ewindisch has quit IRC | 14:36 | |
Leander | notmyname: restarted the proxy and then rebooted | 14:36 |
Leander | http://paste.openstack.org/show/4990/ | 14:36 |
*** bpg_ has joined #openstack | 14:36 | |
*** mattray has joined #openstack | 14:38 | |
notmyname | Leander: everything mostly looks fine there. running ssl to the proxy isn't recommended beyond dev/testing purposes. and you don't need the swauth section if you aren't running swauth. but those shouldn't cause a hang | 14:38 |
phschwartz | There also seems to be a delay trying to ssh or connect to anything not in the OS cluster. Anyone have any ideas? | 14:39 |
*** GheRivero_ has joined #openstack | 14:39 | |
Leander | notmyname: after a 2-3 min i got a response | 14:39 |
Leander | weid | 14:39 |
Leander | weird* | 14:39 |
Leander | btw, shouldn't i use ssl/https to protect the password transmission to the proxy? | 14:39 |
*** cloudvirt has quit IRC | 14:42 | |
notmyname | Leander: yes, but you should terminate ssl separate from the proxy | 14:42 |
notmyname | Leander: python + ssl don't play well together, unfortunately | 14:42 |
Leander | notmyname: also i still cannot create the container :/ | 14:42 |
*** cloudvirt has joined #openstack | 14:43 | |
*** dendrobates is now known as dendro-afk | 14:43 | |
*** zigo has joined #openstack | 14:43 | |
notmyname | Leander: the next step is to start looking in the logs (syslog, unless you've redirected it somewhere). | 14:43 |
notmyname | Leander: I'm about to drive to the office, so I'll be away for a bit | 14:44 |
Leander | notmyname: anything in particular i should look for | 14:45 |
*** dendro-afk is now known as dendrobates | 14:45 | |
Leander | i can't seem to fin any erros | 14:46 |
Leander | :/ | 14:46 |
phschwartz | kiall: ping | 14:46 |
*** osier has quit IRC | 14:46 | |
*** marrusl has quit IRC | 14:46 | |
*** rods has joined #openstack | 14:46 | |
*** marrusl has joined #openstack | 14:48 | |
*** clopez has joined #openstack | 14:49 | |
*** mnabil has joined #openstack | 14:49 | |
*** rnorwood has joined #openstack | 14:49 | |
*** natea has joined #openstack | 14:50 | |
*** rnorwood has quit IRC | 14:51 | |
*** dhellmann has quit IRC | 14:53 | |
*** dhellmann_ has joined #openstack | 14:53 | |
*** dhellmann has joined #openstack | 14:54 | |
*** joearnold has joined #openstack | 14:54 | |
*** leifmadsen has quit IRC | 14:55 | |
*** dhellmann has quit IRC | 14:57 | |
*** joearnold has quit IRC | 14:57 | |
*** dhellmann has joined #openstack | 14:57 | |
*** dhellmann_ has quit IRC | 14:57 | |
uvirtbot` | New bug: #940357 in keystone "Missing files in generated tarballs" [High,In progress] https://launchpad.net/bugs/940357 | 14:58 |
*** deshantm_ is now known as deshantm | 14:58 | |
*** Glacee has joined #openstack | 14:59 | |
*** joearnold has joined #openstack | 14:59 | |
Glacee | Hi, is there a reason why Swift-dispersion does not work with accounts? | 14:59 |
*** joearnold has quit IRC | 15:01 | |
*** marrusl has quit IRC | 15:02 | |
*** robbiew has joined #openstack | 15:02 | |
*** marrusl has joined #openstack | 15:02 | |
*** maploin` has joined #openstack | 15:03 | |
*** natea has quit IRC | 15:04 | |
*** jj0hns0n has joined #openstack | 15:04 | |
*** natea has joined #openstack | 15:04 | |
*** jj0hns0n has quit IRC | 15:05 | |
*** maploin has quit IRC | 15:07 | |
uvirtbot` | New bug: #940360 in nova "Missing files in generated tarballs" [High,In progress] https://launchpad.net/bugs/940360 | 15:08 |
*** Yak-n-Yeti has joined #openstack | 15:08 | |
*** Yak-n-Yeti has quit IRC | 15:08 | |
*** Yak-n-Yeti has joined #openstack | 15:08 | |
*** jmckenty has joined #openstack | 15:09 | |
*** maploin`` has joined #openstack | 15:09 | |
*** jmckenty has quit IRC | 15:10 | |
uvirtbot` | New bug: #940365 in nova "Failed testsuite on buildds" [Undecided,In progress] https://launchpad.net/bugs/940365 | 15:11 |
eglynn_ | termie: can I hassle you to do a review on a one-liner keystone patch? | 15:13 |
eglynn_ | (I need a quick turn-around on, as the issue breaks glance) | 15:13 |
eglynn_ | https://review.openstack.org/#change,4502 | 15:13 |
*** maploin` has quit IRC | 15:14 | |
eglynn_ | or blamar ^^^, if not busy ... | 15:14 |
*** MarkAtwood has joined #openstack | 15:16 | |
*** cloudvirt has quit IRC | 15:17 | |
*** leifmadsen has joined #openstack | 15:18 | |
uvirtbot` | New bug: #940364 in glance "Missing files in generated tarballs" [Medium,In progress] https://launchpad.net/bugs/940364 | 15:18 |
blamar | eglynn_, looks good! | 15:24 |
eglynn_ | blamar: thanks! | 15:25 |
*** maploin`` has quit IRC | 15:27 | |
*** tobin has joined #openstack | 15:28 | |
*** rnorwood has joined #openstack | 15:29 | |
*** aspiers has quit IRC | 15:30 | |
*** clauden_ has joined #openstack | 15:30 | |
zul | jeblair: ping | 15:31 |
*** dolphm has joined #openstack | 15:31 | |
jeblair | zul: pong | 15:32 |
*** Mkenneth has quit IRC | 15:32 | |
zul | jeblair: the glance tarball jobs have been failing for a while can you look at it, im trying to upload a new version to ubuntu and we use the tarball jobs to build the packages | 15:33 |
jeblair | zul: sure thing | 15:33 |
*** supriya has joined #openstack | 15:33 | |
*** maplebed has joined #openstack | 15:34 | |
*** supriya has quit IRC | 15:34 | |
*** Leander has quit IRC | 15:34 | |
zul | jeblair: thanks | 15:35 |
*** davepigott has quit IRC | 15:35 | |
*** krow has joined #openstack | 15:35 | |
*** RobertLaptop has joined #openstack | 15:35 | |
*** RobertLaptop has left #openstack | 15:41 | |
jeblair | zul: don't trigger any jobs manually for a bit; i'm going to be changing the configuration and i'll run it when done | 15:42 |
*** bengrue has joined #openstack | 15:42 | |
*** sandywalsh has quit IRC | 15:42 | |
zul | jeblair: k cool thanks can you let me know when its done? | 15:42 |
*** sevgin has quit IRC | 15:42 | |
*** Hakon|mbp has joined #openstack | 15:42 | |
jeblair | the glance tarball job is a casualty of glance being halfway migrated to tox | 15:42 |
jeblair | zul: will do | 15:42 |
*** aspiers has joined #openstack | 15:42 | |
*** Kylie has joined #openstack | 15:43 | |
Kylie | Good morning. | 15:43 |
*** krow has quit IRC | 15:44 | |
*** lebowski has quit IRC | 15:44 | |
*** lebowski has joined #openstack | 15:44 | |
*** stuntmachine has quit IRC | 15:44 | |
*** hhoover has joined #openstack | 15:45 | |
*** zzed has joined #openstack | 15:46 | |
*** zykes has joined #openstack | 15:47 | |
*** al-maisan is now known as almaisan-away | 15:47 | |
uvirtbot` | New bug: #940394 in openstack-ci "Parameterized swift doc site build keeps 1.4.7-dev even though 1.4.6 is the parameter" [Undecided,New] https://launchpad.net/bugs/940394 | 15:51 |
*** Yak-n-Yeti has quit IRC | 15:53 | |
*** mrjazzcat has joined #openstack | 15:54 | |
*** hub_cap has joined #openstack | 15:55 | |
*** cp16net has quit IRC | 15:55 | |
*** cp16net has joined #openstack | 15:55 | |
*** sandywalsh has joined #openstack | 15:56 | |
*** natea has quit IRC | 15:57 | |
*** zzed has quit IRC | 15:57 | |
*** zzed has joined #openstack | 15:57 | |
eglynn_ | jaypipes: hey, did you want to discuss queued images? | 15:58 |
*** dolphm has quit IRC | 15:59 | |
*** hhoover has quit IRC | 15:59 | |
*** Glacee has quit IRC | 16:01 | |
*** lookup has joined #openstack | 16:01 | |
*** lookup has quit IRC | 16:02 | |
*** dolphm_ has joined #openstack | 16:02 | |
*** arBmind has joined #openstack | 16:03 | |
*** dolphm_ has quit IRC | 16:04 | |
*** hhoover has joined #openstack | 16:04 | |
*** dolphm_ has joined #openstack | 16:05 | |
*** jj0hns0n has joined #openstack | 16:05 | |
*** B1ackavar has quit IRC | 16:06 | |
*** marrusl has quit IRC | 16:07 | |
*** marrusl has joined #openstack | 16:07 | |
*** nati2 has joined #openstack | 16:07 | |
*** zykes- has joined #openstack | 16:12 | |
*** zykes has quit IRC | 16:12 | |
jeblair | zul: https://jenkins.openstack.org/view/Glance/job/glance-tarball/392/ | 16:12 |
*** Glacee has joined #openstack | 16:13 | |
zul | jeblair: cool thanks | 16:13 |
jeblair | zul: that's the first build where we make a .venv from the pip bundle we use for tox | 16:13 |
jeblair | zul: let me know if you see anything out of the ordinary | 16:13 |
zul | jeblair: sweet thanks | 16:14 |
*** natea has joined #openstack | 16:15 | |
*** reed_ is now known as reed | 16:16 | |
*** mindpixel has quit IRC | 16:18 | |
*** Hakon|mbp has quit IRC | 16:20 | |
uvirtbot` | New bug: #940416 in openstack-manuals "On api.openstack.org site, image API doesn't have a version number like v1 similar to the other APIs" [Undecided,New] https://launchpad.net/bugs/940416 | 16:21 |
*** dolphm_ has quit IRC | 16:21 | |
*** derekh has quit IRC | 16:22 | |
*** dolphm has joined #openstack | 16:22 | |
*** Kylie has quit IRC | 16:23 | |
uvirtbot` | New bug: #940407 in nova "TestMigrations does not work with latest migrate and sqlaclhemy" [Undecided,In progress] https://launchpad.net/bugs/940407 | 16:23 |
*** mindpixel has joined #openstack | 16:23 | |
*** dachary has joined #openstack | 16:24 | |
*** gyee has joined #openstack | 16:25 | |
*** tguest has quit IRC | 16:26 | |
*** hhoover has quit IRC | 16:28 | |
*** rnorwood has quit IRC | 16:29 | |
*** exekias has quit IRC | 16:30 | |
*** exekias has joined #openstack | 16:30 | |
*** eirikbb has quit IRC | 16:30 | |
*** cryptk|offline is now known as cryptk | 16:31 | |
*** randomubuntuguy has quit IRC | 16:31 | |
*** sannes has joined #openstack | 16:32 | |
*** rnorwood has joined #openstack | 16:32 | |
*** ldlework has joined #openstack | 16:36 | |
*** mher has quit IRC | 16:36 | |
*** hggdh has quit IRC | 16:38 | |
*** FlipFlop_ has joined #openstack | 16:38 | |
*** guigui1 has quit IRC | 16:38 | |
*** martines has joined #openstack | 16:39 | |
*** armaan has joined #openstack | 16:39 | |
*** Kylie has joined #openstack | 16:40 | |
*** jakkudanieru has quit IRC | 16:40 | |
Kylie | Hello. I am trying to figure out what the default login is for instances I boot with Dashboard. | 16:40 |
uvirtbot` | New bug: #940430 in nova "nova-api should check UTF8 char in parameters" [Undecided,New] https://launchpad.net/bugs/940430 | 16:41 |
*** dolphm has quit IRC | 16:41 | |
*** dolphm has joined #openstack | 16:42 | |
*** hggdh has joined #openstack | 16:42 | |
*** jdg has joined #openstack | 16:43 | |
*** hhoover has joined #openstack | 16:43 | |
*** armaan has quit IRC | 16:44 | |
*** krow has joined #openstack | 16:45 | |
*** daysmen has quit IRC | 16:45 | |
*** armaan has joined #openstack | 16:45 | |
*** armaan has left #openstack | 16:46 | |
*** armaan has joined #openstack | 16:46 | |
uvirtbot` | New bug: #940432 in nova "novaclient API version shouldn't include NOVA in the name" [Undecided,New] https://launchpad.net/bugs/940432 | 16:46 |
*** dubsquared1 has quit IRC | 16:48 | |
*** corXi has quit IRC | 16:48 | |
*** zykes- has quit IRC | 16:51 | |
*** mine3 has joined #openstack | 16:51 | |
mine3 | hi all | 16:51 |
mine3 | when can i change scheduling in openstack? | 16:51 |
Kylie | Hello. I am trying to figure out what the default login is for instances I boot with Dashboard. | 16:52 |
mine3 | when can i change scheduling in openstack? | 16:52 |
mine3 | how can i change scheduling in openstack? | 16:53 |
*** bradhedlund has joined #openstack | 16:53 | |
*** caryp has joined #openstack | 16:53 | |
*** armaan has quit IRC | 16:53 | |
*** wilmoore has joined #openstack | 16:53 | |
mine3 | how can i change scheduling in openstack? | 16:53 |
*** rickfoosusa has joined #openstack | 16:54 | |
mine3 | no one knows? | 16:55 |
*** nati2 has quit IRC | 16:55 | |
*** davepigott has joined #openstack | 16:55 | |
*** thingee has joined #openstack | 16:55 | |
*** zigo has quit IRC | 16:56 | |
*** mine3 has quit IRC | 16:56 | |
caryp | just installed using devstack and we are noticing that public IP addresses are not being released. Has anyone else experienced this? | 16:57 |
*** shang has quit IRC | 16:57 | |
*** aspiers has quit IRC | 17:00 | |
*** krow has quit IRC | 17:01 | |
*** Leseb_ has quit IRC | 17:02 | |
*** daysmen has joined #openstack | 17:02 | |
zynzel | caryp: check in database, table fixed_ips | 17:02 |
*** rnorwood has quit IRC | 17:03 | |
annegentle | well, mine3 left, but here's an example scheduler https://github.com/openstack/nova/blob/stable/diablo/nova/scheduler/chance.py. Also ask in #openstack-dev | 17:04 |
*** eirikbb has joined #openstack | 17:04 | |
*** dubsquared has joined #openstack | 17:06 | |
*** frankS2 has quit IRC | 17:06 | |
*** anotherjesse has quit IRC | 17:06 | |
*** clauden_ has quit IRC | 17:06 | |
*** clauden has joined #openstack | 17:06 | |
*** eglynn_ has quit IRC | 17:07 | |
*** dxd828 has quit IRC | 17:09 | |
*** nid0 has quit IRC | 17:10 | |
*** frankS2 has joined #openstack | 17:10 | |
*** nid0 has joined #openstack | 17:11 | |
uvirtbot` | New bug: #940447 in glance "Ignore E202 pep8 warnings" [Undecided,In progress] https://launchpad.net/bugs/940447 | 17:11 |
*** aspiers has joined #openstack | 17:12 | |
*** davepigott has quit IRC | 17:12 | |
*** zykes has joined #openstack | 17:13 | |
*** joearnold has joined #openstack | 17:15 | |
*** jog0 has joined #openstack | 17:17 | |
*** GheRivero_ has quit IRC | 17:21 | |
*** ppradhan has joined #openstack | 17:23 | |
*** Blackavar has joined #openstack | 17:23 | |
*** rsanchez has joined #openstack | 17:24 | |
*** katkee_ has quit IRC | 17:25 | |
*** dachary has quit IRC | 17:29 | |
*** eglynn_ has joined #openstack | 17:30 | |
*** thingee has quit IRC | 17:31 | |
*** joearnold has quit IRC | 17:32 | |
*** joearnold has joined #openstack | 17:33 | |
*** lopakad has joined #openstack | 17:34 | |
*** warik has joined #openstack | 17:35 | |
*** bepernoot has joined #openstack | 17:36 | |
*** rnorwood has joined #openstack | 17:37 | |
*** joearnold has quit IRC | 17:38 | |
*** asavu has quit IRC | 17:40 | |
caryp | zynzel: thanks! Yeah it looks like the fixed ip stays associated with the VM even after it is shutdown. Is this a known issue? | 17:41 |
*** frankS2 has quit IRC | 17:42 | |
*** bepernoot has quit IRC | 17:43 | |
*** shevek_ has quit IRC | 17:43 | |
*** maplebed has quit IRC | 17:45 | |
*** maplebed has joined #openstack | 17:45 | |
*** Gordonz has quit IRC | 17:47 | |
*** Gordonz has joined #openstack | 17:48 | |
*** frankS2 has joined #openstack | 17:48 | |
*** eglynn_ has quit IRC | 17:49 | |
*** serkamil has quit IRC | 17:49 | |
*** darraghb has quit IRC | 17:50 | |
*** freeflyi1g has joined #openstack | 17:52 | |
*** freeflyi1g has quit IRC | 17:53 | |
zynzel | caryp: dont know, i patch nova :) | 17:53 |
*** aweiss has joined #openstack | 17:53 | |
*** aweiss has left #openstack | 17:53 | |
*** freeflyi1g has joined #openstack | 17:53 | |
*** ohnoimdead has joined #openstack | 17:56 | |
*** aweiss has joined #openstack | 17:57 | |
*** MarkAtwood has quit IRC | 17:57 | |
*** jdurgin has joined #openstack | 17:57 | |
*** nati has joined #openstack | 17:58 | |
*** jtanner has quit IRC | 17:59 | |
*** jtanner has joined #openstack | 17:59 | |
*** yshh has quit IRC | 18:01 | |
*** ecarlin has joined #openstack | 18:04 | |
*** marrusl has quit IRC | 18:05 | |
uvirtbot` | New bug: #940500 in nova "List detail of non-existent floating ip fails" [Undecided,New] https://launchpad.net/bugs/940500 | 18:06 |
*** stuntmachine has joined #openstack | 18:07 | |
*** shraddha has joined #openstack | 18:09 | |
*** littleidea has quit IRC | 18:09 | |
*** bengrue has quit IRC | 18:11 | |
*** cloudvirt has joined #openstack | 18:12 | |
*** littleidea has joined #openstack | 18:12 | |
*** uvirtbot` has quit IRC | 18:12 | |
*** CaptTofu has quit IRC | 18:13 | |
*** uvirtbot has joined #openstack | 18:14 | |
*** alrs has joined #openstack | 18:14 | |
lopakad | working with caryp: are entries in virtual_interfaces suppose to be deleted when an instance is terminated? | 18:15 |
lopakad | entries in virtual_interfaces are referenced in fixed_ip | 18:16 |
*** kodapa has quit IRC | 18:18 | |
*** nati has quit IRC | 18:18 | |
*** kodapa has joined #openstack | 18:19 | |
*** esker has joined #openstack | 18:23 | |
*** katkee has joined #openstack | 18:25 | |
*** adjohn has joined #openstack | 18:26 | |
*** eglynn_ has joined #openstack | 18:27 | |
*** shadowe989 has quit IRC | 18:28 | |
*** arBmind has quit IRC | 18:29 | |
*** andrewbogott_afk is now known as andrewbogott | 18:29 | |
*** aspiers has quit IRC | 18:30 | |
*** egant has joined #openstack | 18:31 | |
*** EDevil has left #openstack | 18:31 | |
*** adjohn has quit IRC | 18:31 | |
*** eglynn_ has quit IRC | 18:32 | |
*** eglynn_ has joined #openstack | 18:32 | |
*** CaptTofu has joined #openstack | 18:33 | |
*** hggdh has quit IRC | 18:34 | |
*** Hakon|mbp has joined #openstack | 18:35 | |
*** CaptTofu has quit IRC | 18:36 | |
*** bladernr_afk is now known as bladernr_ | 18:36 | |
*** dneary has quit IRC | 18:37 | |
*** hggdh has joined #openstack | 18:38 | |
*** Hakon|mbp has quit IRC | 18:39 | |
*** alekibango_ has quit IRC | 18:41 | |
*** aspiers has joined #openstack | 18:42 | |
*** heckj has joined #openstack | 18:44 | |
*** shadowe989 has joined #openstack | 18:45 | |
*** sgd has joined #openstack | 18:45 | |
*** lebowski has quit IRC | 18:45 | |
*** lxu_ has quit IRC | 18:45 | |
*** lebowski has joined #openstack | 18:46 | |
sgd | Trying to configure keystone to use mysql: even though my connection string is of the form 'mysql:///user:pass@host/db', it seems to be trying to connect as root @ localhost with no password. | 18:46 |
uvirtbot | New bug: #940521 in keystone "glance_auth_token has incorrect 'admin' role name" [Undecided,In progress] https://launchpad.net/bugs/940521 | 18:48 |
*** mnewby has joined #openstack | 18:49 | |
*** clopez has quit IRC | 18:50 | |
uvirtbot | New bug: #940532 in tempest "test_list_images fails" [Undecided,New] https://launchpad.net/bugs/940532 | 18:51 |
*** MarkAtwood has joined #openstack | 18:51 | |
*** wilmoore has quit IRC | 18:52 | |
*** alekibango_ has joined #openstack | 18:54 | |
*** praefect has joined #openstack | 18:57 | |
*** aweiss has quit IRC | 18:58 | |
*** morfeas has quit IRC | 19:01 | |
*** stuntmachine has quit IRC | 19:01 | |
sgd | resolved. should be two '/', not three, mysql://... The whole string starting with the third '/' was getting passed as the 'db' argument. | 19:02 |
*** sgd has left #openstack | 19:02 | |
*** dpippenger has joined #openstack | 19:02 | |
*** jtanner has quit IRC | 19:05 | |
uvirtbot | New bug: #940539 in nova "libvirt deletes VM configuration file after edit" [Undecided,New] https://launchpad.net/bugs/940539 | 19:06 |
*** Ryan_Lane has joined #openstack | 19:06 | |
*** dpippenger has quit IRC | 19:09 | |
*** dpippenger has joined #openstack | 19:09 | |
*** tmichael_ has joined #openstack | 19:10 | |
*** stuntmachine has joined #openstack | 19:10 | |
*** cloudvirt has quit IRC | 19:11 | |
*** egant has quit IRC | 19:13 | |
*** dubsquared has quit IRC | 19:13 | |
*** tmichael has quit IRC | 19:13 | |
*** tmichael_ is now known as tmichael | 19:13 | |
*** albert23 has joined #openstack | 19:14 | |
*** ecarlin has quit IRC | 19:14 | |
*** tmichael has quit IRC | 19:14 | |
*** heckj has quit IRC | 19:15 | |
*** jtanner has joined #openstack | 19:15 | |
*** jtanner has quit IRC | 19:16 | |
*** zykes- has joined #openstack | 19:17 | |
*** jtanner has joined #openstack | 19:17 | |
*** zykes has quit IRC | 19:17 | |
*** heckj has joined #openstack | 19:18 | |
*** cloudvirt has joined #openstack | 19:23 | |
*** Blackavar has quit IRC | 19:26 | |
*** Blackavar has joined #openstack | 19:27 | |
*** lebowski has quit IRC | 19:32 | |
*** krow has joined #openstack | 19:32 | |
*** js42 has joined #openstack | 19:33 | |
*** ayoung has joined #openstack | 19:34 | |
*** bengrue has joined #openstack | 19:37 | |
mjfork | is there a redhat version of devstack? | 19:39 |
*** wilmoore has joined #openstack | 19:42 | |
*** ches has quit IRC | 19:43 | |
technologov_ | Fedora folks did experimental version: https://review.openstack.org/#change,4364 | 19:44 |
*** ches has joined #openstack | 19:44 | |
*** ark_ has quit IRC | 19:44 | |
*** randomubuntuguy has joined #openstack | 19:53 | |
*** anticw_ has quit IRC | 19:57 | |
*** anticw has joined #openstack | 19:57 | |
*** heckj has quit IRC | 19:58 | |
*** ohnoimdead has quit IRC | 19:58 | |
*** ohnoimdead has joined #openstack | 19:59 | |
*** ohnoimdead has quit IRC | 19:59 | |
*** aspiers has quit IRC | 20:00 | |
*** zzed has quit IRC | 20:01 | |
uvirtbot | New bug: #940581 in nova "Can't rescue previously rescued instance" [Undecided,New] https://launchpad.net/bugs/940581 | 20:01 |
*** esker has quit IRC | 20:02 | |
*** maplebed is now known as maplebedBUSY | 20:03 | |
*** andrewbogott is now known as andrewbogott_afk | 20:04 | |
*** Lumiere has joined #openstack | 20:04 | |
*** zzed has joined #openstack | 20:04 | |
*** andrewbogott_afk is now known as andrewbogott | 20:05 | |
*** xlbrlx has joined #openstack | 20:06 | |
*** xlbrlx has left #openstack | 20:08 | |
*** zigo has joined #openstack | 20:10 | |
*** randomubuntuguy has quit IRC | 20:11 | |
*** krow has quit IRC | 20:11 | |
*** aspiers has joined #openstack | 20:12 | |
*** tmichael has joined #openstack | 20:12 | |
*** dachary has joined #openstack | 20:13 | |
*** andrewsmedina has quit IRC | 20:14 | |
*** krow has joined #openstack | 20:16 | |
*** rcc has joined #openstack | 20:17 | |
*** rcc has left #openstack | 20:17 | |
*** marrusl has joined #openstack | 20:19 | |
*** warik_ has joined #openstack | 20:21 | |
*** warik has quit IRC | 20:21 | |
*** warik_ is now known as warik | 20:21 | |
*** igustin has joined #openstack | 20:22 | |
*** andrewbogott is now known as andrewbogott_afk | 20:27 | |
*** dachary has quit IRC | 20:30 | |
*** shraddha has quit IRC | 20:30 | |
*** Kylie has quit IRC | 20:32 | |
*** ggi_ has joined #openstack | 20:33 | |
*** hermy is now known as hermy|away | 20:36 | |
*** jakedahn has quit IRC | 20:38 | |
*** stuntmachine has quit IRC | 20:38 | |
*** jakedahn has joined #openstack | 20:39 | |
*** jakedahn has quit IRC | 20:40 | |
*** jakedahn has joined #openstack | 20:40 | |
*** dhellmann has quit IRC | 20:40 | |
*** dhellmann has joined #openstack | 20:40 | |
*** maplebedBUSY is now known as maplebed | 20:41 | |
*** marrusl has quit IRC | 20:42 | |
*** marrusl has joined #openstack | 20:42 | |
*** clauden has quit IRC | 20:42 | |
*** ggi_ has quit IRC | 20:43 | |
*** stuntmachine has joined #openstack | 20:44 | |
*** martine has quit IRC | 20:44 | |
*** wilmoore has quit IRC | 20:47 | |
*** littleidea has quit IRC | 20:48 | |
*** NashTrash has joined #openstack | 20:49 | |
NashTrash | Hello Stackers | 20:49 |
NashTrash | Is anyone using swift-information with statsd and graphite? | 20:50 |
*** littleidea has joined #openstack | 20:50 | |
clayg | NashTrash: this? https://github.com/pandemicsyn/swift-informant | 20:50 |
NashTrash | Yes. I am trying to get that working and running into some problems. | 20:50 |
*** dpippenger has quit IRC | 20:51 | |
NashTrash | After installing it I modify my proxy.conf per the directions, when I restart proxy (it takes forever to start) and stops responding to all client requests | 20:52 |
clayg | hmm.. wow.. timeouts connecting to statsd? | 20:53 |
NashTrash | maybe, but I see no logging output anywhere indicating problems | 20:53 |
*** zigo has quit IRC | 20:53 | |
clayg | I honestly havn't used it much - I'm trying to get pandemicsyn's attention, but he's acctually (oddly enough) looking at our graphs! | 20:54 |
pandemicsyn | NashTrash: no errors in proxy.error ? | 20:55 |
pandemicsyn | or where ever you're logging swift error's too | 20:56 |
*** zigo has joined #openstack | 20:57 | |
*** ik04ka has quit IRC | 20:59 | |
*** krow has quit IRC | 20:59 | |
*** krow has joined #openstack | 21:01 | |
uvirtbot | New bug: #940616 in nova "snapshots detail view broken" [High,In progress] https://launchpad.net/bugs/940616 | 21:01 |
*** j^2 has quit IRC | 21:04 | |
NashTrash | pandemicsyn: Sorry, got pulled away for a moment. No, the proxy appeared running but everything I threw at it timed out. | 21:07 |
NashTrash | pandemicsyn: Everything logs to syslog and nothing odd was appearing there | 21:07 |
NashTrash | pandemicsyn: Here is what my proxy.conf looks like: http://paste.openstack.org/show/4996/ | 21:09 |
*** ayoung has quit IRC | 21:10 | |
*** Tristan|i3D has quit IRC | 21:11 | |
uvirtbot | New bug: #940619 in nova "Tempest resize test fails with kvm/libvirt" [Undecided,New] https://launchpad.net/bugs/940619 | 21:12 |
*** aim-On has joined #openstack | 21:13 | |
*** praefect has quit IRC | 21:14 | |
*** mrjazzcat has quit IRC | 21:17 | |
pandemicsyn | NashTrash: looks ok, if you pull informant out of the pipeline i assume everything's good ? | 21:17 |
*** dpippenger has joined #openstack | 21:17 | |
NashTrash | pandemicsyn: It still takes a very long time (~2min) for the proxy to start (swift-init proxy start), but it does serve requests at least | 21:18 |
*** markvoelker has quit IRC | 21:18 | |
NashTrash | pandemicsyn: Should I be restarting memcached on any/all of the proxy servers too? | 21:19 |
pandemicsyn | doesn't hurt but generally you don't need to | 21:19 |
NashTrash | pandemicsyn: Ah, just got a big error dump…one moment... | 21:20 |
*** mrjazzcat has joined #openstack | 21:22 | |
NashTrash | pandemicsyn: Nope. It says: proxy-server Client disconnected on read | 21:22 |
NashTrash | … proxy-server STDOUT: error: [Errno 32] Broken pipe | 21:22 |
NashTrash | looks like the client just broke connection after it timed out | 21:22 |
*** mrjazzcat has quit IRC | 21:23 | |
*** mrjazzcat has joined #openstack | 21:23 | |
NashTrash | huh…now things are working | 21:23 |
NashTrash | looks like it just needed a bunch of time to get things sorted out (question mark?) | 21:23 |
pandemicsyn | heh, weird. not sure what happened there. | 21:24 |
*** lborda_ has quit IRC | 21:25 | |
*** lborda has joined #openstack | 21:25 | |
*** nelson1234 has quit IRC | 21:28 | |
*** nelson1234 has joined #openstack | 21:28 | |
*** nelson1234 has left #openstack | 21:28 | |
*** nelson1234 has joined #openstack | 21:29 | |
*** aspiers has quit IRC | 21:30 | |
*** hhoover has quit IRC | 21:34 | |
NashTrash | pandemicsyn: Yeah. It all appears to be working nicely now. | 21:34 |
NashTrash | pandemicsyn: I take it that in graphite, stats vs. stat_counts is values vs. occurance | 21:35 |
js42 | question about hypervisor support: Is there a document or pointer somewhere comparing kvm and xen for private cloud deployments in openstack? It looks like kvm is in the reference architecture as the default, but I saw references that Rackspace will be using Xen. Is that true-ish? | 21:35 |
*** marrusl has quit IRC | 21:38 | |
*** marrusl has joined #openstack | 21:38 | |
pandemicsyn | NashTrash: stats.whatever is rate count/sec , count as the asbolute value for your flush interval | 21:41 |
pandemicsyn | count is the absolute value* | 21:41 |
*** dprince has quit IRC | 21:42 | |
*** aspiers has joined #openstack | 21:42 | |
*** jakedahn_ has joined #openstack | 21:44 | |
*** jtanner has quit IRC | 21:44 | |
*** jakedahn_ is now known as zomgwtfbbq | 21:45 | |
*** zomgwtfbbq has quit IRC | 21:45 | |
*** adjohn has joined #openstack | 21:46 | |
*** cloudvirt has quit IRC | 21:48 | |
*** CaptTofu has joined #openstack | 21:48 | |
uvirtbot | New bug: #940637 in keystone "Default compute port should be 8774" [Undecided,In progress] https://launchpad.net/bugs/940637 | 21:51 |
*** andrewsmedina has joined #openstack | 21:52 | |
*** dubsquared has joined #openstack | 21:52 | |
*** sannes has quit IRC | 21:52 | |
phschwartz | Can I use CMake to generate an RPM spec file and DEB control file but not create a package? | 21:53 |
*** julian_c has joined #openstack | 21:55 | |
*** stuntmachine has quit IRC | 21:55 | |
NashTrash | pandemicsyn: Cool. I am liking it so far. Thanks for the great tool. | 21:55 |
*** nelson1234 has quit IRC | 21:58 | |
*** nelson1234 has joined #openstack | 21:59 | |
*** robbiew has quit IRC | 22:00 | |
*** mnabil has quit IRC | 22:01 | |
*** clauden has joined #openstack | 22:03 | |
*** NashTrash has left #openstack | 22:06 | |
*** epim has joined #openstack | 22:10 | |
*** CaptTofu has quit IRC | 22:11 | |
*** nati has joined #openstack | 22:11 | |
*** bradhedlund has quit IRC | 22:11 | |
*** rnorwood has quit IRC | 22:12 | |
*** aweiss has joined #openstack | 22:14 | |
*** aweiss has left #openstack | 22:14 | |
*** aweiss has joined #openstack | 22:14 | |
*** deshantm_ has joined #openstack | 22:15 | |
*** rods has quit IRC | 22:15 | |
*** mdomsch_ has quit IRC | 22:15 | |
*** deshantm has quit IRC | 22:16 | |
*** almaisan-away is now known as al-maisan | 22:16 | |
*** hub_cap has quit IRC | 22:19 | |
*** nati has quit IRC | 22:21 | |
Kiall | phschwartz: pong (28,800 second ping time is pretty damn crap) | 22:21 |
mutex | is there a 'clean old zombie vms' command for nova ? | 22:21 |
*** dneary has joined #openstack | 22:21 | |
*** nati has joined #openstack | 22:21 | |
Kiall | "zombie vms"? | 22:21 |
mutex | I rebooted my nova-manager and now it shows a bunch of old vms running that are clearly not running | 22:21 |
mutex | i'd rather not have to login to mysql and drop them all from teh instances table | 22:22 |
mutex | maybe something is wrong and the system shouldn't do this | 22:23 |
mutex | running euca-terminate does not yield any results | 22:23 |
*** caryp has quit IRC | 22:24 | |
phschwartz | kiall: lol. | 22:27 |
*** al-maisan has left #openstack | 22:27 | |
phschwartz | I figured out the issue earlier. ty though :) | 22:27 |
*** caryp has joined #openstack | 22:27 | |
*** al-maisan has joined #openstack | 22:27 | |
phschwartz | It was questions about running with your scripts but with an external gateway for the instances | 22:27 |
*** rcc has joined #openstack | 22:27 | |
*** al-maisan is now known as almaisan-away | 22:28 | |
*** rcc has left #openstack | 22:28 | |
*** msavy has quit IRC | 22:30 | |
*** jog0 has left #openstack | 22:30 | |
*** bradhedlund has joined #openstack | 22:31 | |
*** kbringard has quit IRC | 22:32 | |
sniperd | Im getting tons of "unable to open database file" issues from my new swift install, https://gist.github.com/033694668df53ba32b4d -- Permissions are fine on /etc/swift | 22:38 |
sniperd | 1.4.6-0ubuntu0~ppa1~maverick1 installed from packages | 22:39 |
*** hhoover has joined #openstack | 22:40 | |
*** hhoover has left #openstack | 22:41 | |
*** dubsquared has quit IRC | 22:42 | |
*** clauden has quit IRC | 22:46 | |
*** lts has quit IRC | 22:55 | |
*** Glacee has quit IRC | 22:55 | |
*** hhoover has joined #openstack | 22:59 | |
*** hhoover has left #openstack | 22:59 | |
*** dubsquared has joined #openstack | 22:59 | |
*** aspiers has quit IRC | 23:00 | |
*** Gordonz has quit IRC | 23:02 | |
*** cryptk is now known as cryptk|offline | 23:05 | |
*** hermy|away is now known as hermy | 23:05 | |
*** bradhedlund has quit IRC | 23:05 | |
*** littleidea has quit IRC | 23:06 | |
*** littleidea has joined #openstack | 23:06 | |
*** dneary has quit IRC | 23:08 | |
*** jastr has joined #openstack | 23:09 | |
*** lborda has quit IRC | 23:12 | |
*** aspiers has joined #openstack | 23:12 | |
*** alrs has quit IRC | 23:13 | |
*** andrewsmedina has quit IRC | 23:15 | |
uvirtbot | New bug: #940689 in horizon "Unicode support for swift" [Undecided,In progress] https://launchpad.net/bugs/940689 | 23:16 |
*** sandywalsh has quit IRC | 23:18 | |
*** zzed has quit IRC | 23:21 | |
*** ppradhan has left #openstack | 23:23 | |
*** zigo has quit IRC | 23:23 | |
*** e1mer has joined #openstack | 23:24 | |
*** rnorwood has joined #openstack | 23:27 | |
*** julian_c has quit IRC | 23:27 | |
*** bsza has quit IRC | 23:29 | |
*** alrs has joined #openstack | 23:37 | |
technologov_ | Is there Nova PDF Docs for essex ? | 23:40 |
*** littleidea has quit IRC | 23:41 | |
uvirtbot | New bug: #940693 in devstack "Default VM images do not inject private IPs on secondary interfaces for quantum network manager" [Undecided,In progress] https://launchpad.net/bugs/940693 | 23:41 |
*** mattray has quit IRC | 23:42 | |
*** jakedahn has quit IRC | 23:42 | |
*** Leseb_ has joined #openstack | 23:46 | |
*** sandywalsh has joined #openstack | 23:52 | |
*** jastr has quit IRC | 23:53 | |
*** Leseb_ has quit IRC | 23:54 | |
*** deshantm_ has quit IRC | 23:54 | |
*** dolphm has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!