*** timello has joined #openstack-dev | 00:07 | |
*** novas0x2a|laptop has quit IRC | 00:07 | |
*** novas0x2a|laptop has joined #openstack-dev | 00:07 | |
*** novas0x2a|laptop has quit IRC | 00:08 | |
*** novas0x2a|laptop has joined #openstack-dev | 00:08 | |
*** blamar has joined #openstack-dev | 00:11 | |
*** littleidea has joined #openstack-dev | 00:14 | |
*** adjohn has quit IRC | 00:18 | |
*** sandywalsh_ has quit IRC | 00:24 | |
*** alpha_ori has quit IRC | 00:24 | |
*** Ryan_Lane has quit IRC | 00:24 | |
*** Ryan_Lane has joined #openstack-dev | 00:25 | |
*** sandywalsh_ has joined #openstack-dev | 00:37 | |
*** dachary has joined #openstack-dev | 00:41 | |
*** s0mik has quit IRC | 00:45 | |
*** torgomatic has quit IRC | 00:46 | |
*** ayoung has joined #openstack-dev | 00:47 | |
*** Ruetobas has quit IRC | 00:49 | |
*** roge has quit IRC | 00:49 | |
*** harlowja has quit IRC | 00:52 | |
*** ayoung has quit IRC | 00:52 | |
*** Ruetobas has joined #openstack-dev | 00:54 | |
*** Ryan_Lane1 has joined #openstack-dev | 00:55 | |
*** Ryan_Lane has quit IRC | 00:55 | |
*** vladimir3p has joined #openstack-dev | 00:55 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 00:57 | |
*** Ryan_Lane has joined #openstack-dev | 00:57 | |
*** vladimir3p has quit IRC | 01:02 | |
*** littleidea has quit IRC | 01:09 | |
*** Adri2000 has joined #openstack-dev | 01:13 | |
*** statik has quit IRC | 01:15 | |
*** fattarsi has quit IRC | 01:15 | |
*** paulormg has quit IRC | 01:15 | |
*** thingee has quit IRC | 01:19 | |
*** fattarsi has joined #openstack-dev | 01:23 | |
*** troytoman-away is now known as troytoman | 01:31 | |
*** adjohn has joined #openstack-dev | 01:34 | |
*** ywu has joined #openstack-dev | 01:43 | |
*** littleidea has joined #openstack-dev | 01:46 | |
*** PotHix has quit IRC | 01:46 | |
*** statik has joined #openstack-dev | 01:47 | |
*** gyee has quit IRC | 01:51 | |
hugokuo2 | is ther any about how to increase replica for existing swift deployment | 02:00 |
---|---|---|
hugokuo2 | . for example , replica from 2 to 3 | 02:00 |
*** Ryan_Lane has quit IRC | 02:01 | |
*** Ryan_Lane has joined #openstack-dev | 02:01 | |
notmyname | hugokuo2: no, that's not possible currently without a manual migration | 02:05 |
hugokuo2 | notmyname , so what's the usual method to do manul migration ? | 02:06 |
hugokuo2 | object one by one ? | 02:06 |
notmyname | ya | 02:06 |
notmyname | hugokuo2: the ring is what defines a cluster, so you will have to rehash all of the objects in the "old" cluster into the "new" cluster. the simplest way to do that is GET and PIT | 02:07 |
notmyname | PUT | 02:07 |
notmyname | alternatively you could walk each disk and rehash that way, but it would be a lot more complex and more prone to error | 02:08 |
hugokuo2 | notmyname . got it . We r going to find out an better approach | 02:11 |
hugokuo2 | thx | 02:11 |
*** Mandell has quit IRC | 02:20 | |
*** flaviamissi_ has joined #openstack-dev | 02:24 | |
*** flaviamissi has quit IRC | 02:25 | |
*** flaviamissi_ is now known as flaviamissi | 02:25 | |
*** thingee has joined #openstack-dev | 02:27 | |
*** mdomsch has joined #openstack-dev | 02:29 | |
*** Gordonz has joined #openstack-dev | 02:41 | |
*** Ryan_Lane has quit IRC | 02:42 | |
*** mnewby_ has joined #openstack-dev | 02:43 | |
*** mnewby_ has quit IRC | 02:44 | |
*** mnewby has quit IRC | 02:46 | |
*** Gordonz has quit IRC | 02:49 | |
*** agonella has quit IRC | 02:50 | |
*** novas0x2a|laptop has quit IRC | 02:53 | |
*** troytoman is now known as troytoman-away | 02:54 | |
*** jdurgin has quit IRC | 02:56 | |
*** adjohn has quit IRC | 03:00 | |
*** ywu has quit IRC | 03:04 | |
*** ywu has joined #openstack-dev | 03:05 | |
*** koolhead11 has joined #openstack-dev | 03:09 | |
*** lloydde has joined #openstack-dev | 03:14 | |
*** ywu has quit IRC | 03:27 | |
*** alpha_ori has joined #openstack-dev | 03:31 | |
bodepd | how does authentication work between compute nodes and glance? | 03:32 |
*** thingee is now known as thingee_zz | 03:32 | |
*** mnewby has joined #openstack-dev | 03:33 | |
*** shang has quit IRC | 03:41 | |
*** shang has joined #openstack-dev | 03:42 | |
*** ctracey has joined #openstack-dev | 03:47 | |
bodepd | nevermind, I think I figured it out. Looks like it gets the auth token from rabbitmq and uses that to authenticate with the glance api server | 03:47 |
*** anderstj has joined #openstack-dev | 03:48 | |
*** vladimir3p has joined #openstack-dev | 03:52 | |
koolhead11 | bodepd, its keystone which does authentication | 03:52 |
bodepd | how does the nova compute instance provide the correct auth token when it connects to glance | 03:53 |
koolhead11 | it checks role associated with tenant for a particular tenant | 03:56 |
koolhead11 | and accordingly if role permits token is provided | 03:57 |
*** vladimir3p has quit IRC | 03:57 | |
*** Mandell has joined #openstack-dev | 03:57 | |
bodepd | I understand that, I am a little confused about how the auth information even passes through glance | 03:58 |
bodepd | the compute node actually calls the glance api server directly | 03:58 |
bodepd | I figured out my misconfiguration, I was just a little confused as to exactly how it all worked | 03:59 |
koolhead11 | bodepd, compute and glance are services and they have endpoint associated with it | 04:01 |
bodepd | yes | 04:01 |
koolhead11 | http://docs.openstack.org/api/openstack-image-service/1.0/content/ see if this gives some info to you | 04:02 |
*** davidha has quit IRC | 04:14 | |
*** davidha has joined #openstack-dev | 04:17 | |
*** Mandell_ has joined #openstack-dev | 04:19 | |
*** Mandell has quit IRC | 04:19 | |
*** renier has quit IRC | 04:39 | |
*** vincentricci has joined #openstack-dev | 04:42 | |
*** alpha_ori has quit IRC | 04:43 | |
*** koolhead11 has quit IRC | 04:44 | |
*** mnewby has quit IRC | 04:47 | |
*** vincentricci has left #openstack-dev | 04:49 | |
*** zaitcev has quit IRC | 05:01 | |
*** s0mik has joined #openstack-dev | 05:04 | |
*** andrewsmedina has quit IRC | 05:30 | |
*** bepernoot has joined #openstack-dev | 05:32 | |
*** dtroyer is now known as dtroyer_zzz | 05:42 | |
*** s0mik has quit IRC | 05:56 | |
*** JStoker has quit IRC | 05:57 | |
*** bepernoot has quit IRC | 05:59 | |
*** littleidea has quit IRC | 06:00 | |
*** GheAway is now known as GheRivero | 06:04 | |
*** JStoker has joined #openstack-dev | 06:09 | |
*** justinsb has quit IRC | 06:10 | |
*** justinsb has joined #openstack-dev | 06:11 | |
*** ctracey has quit IRC | 06:17 | |
*** Mandell_ has quit IRC | 06:19 | |
*** andrewsben is now known as andrewsben_zz | 06:25 | |
*** maoy has quit IRC | 06:29 | |
*** anderstj has quit IRC | 06:29 | |
*** maoy has joined #openstack-dev | 06:29 | |
*** andrewsben_zz is now known as andrewsben | 06:33 | |
*** eglynn_ has joined #openstack-dev | 06:36 | |
*** eglynn has quit IRC | 06:38 | |
*** davidha has quit IRC | 06:46 | |
*** davidha has joined #openstack-dev | 06:46 | |
*** andrewsben is now known as andrewsben_zz | 06:53 | |
*** reidrac has joined #openstack-dev | 07:00 | |
zykes-_ | vishy: ping ? | 07:00 |
*** apevec has joined #openstack-dev | 07:01 | |
*** bepernoot has joined #openstack-dev | 07:21 | |
ttx | jeblair: it shows up now. Maybe Launchpad is eventually consistent | 07:46 |
ttx | jeblair, jgriffith: also fixed project title to simply "Cinder" since it can't be called "OpenStack Block Storage" until it's formally core. | 07:49 |
*** Ryan_Lane has joined #openstack-dev | 07:50 | |
zykes-_ | ttx: is Cinder aka LUNR or just nova volumes ? | 07:51 |
ttx | zykes-_: it's the in-progress split of nova-volumes | 07:51 |
zykes-_ | ah ok | 07:52 |
zykes-_ | is it a that big part of nova ? as in in code | 07:52 |
ttx | it's a significant part, could benefit from an external-facing API... and a relatively easy split. | 07:53 |
*** derekh has joined #openstack-dev | 08:00 | |
*** darraghb has joined #openstack-dev | 08:05 | |
*** kbringard has quit IRC | 08:08 | |
*** Ryan_Lane has quit IRC | 08:15 | |
*** GheRivero_ has joined #openstack-dev | 08:17 | |
*** Aaton_ has joined #openstack-dev | 08:17 | |
*** pquerna_ has joined #openstack-dev | 08:18 | |
*** Aaton has quit IRC | 08:20 | |
*** ches has quit IRC | 08:20 | |
*** pquerna has quit IRC | 08:20 | |
*** smoser has quit IRC | 08:20 | |
*** Daviey has quit IRC | 08:20 | |
*** GheRivero has quit IRC | 08:20 | |
*** negronjl has quit IRC | 08:20 | |
*** Aaton_ is now known as Aaton | 08:20 | |
*** smoser has joined #openstack-dev | 08:21 | |
*** ches has joined #openstack-dev | 08:21 | |
*** negronjl has joined #openstack-dev | 08:21 | |
*** ches has quit IRC | 08:23 | |
*** Daviey has joined #openstack-dev | 08:25 | |
*** apevec has quit IRC | 08:30 | |
*** mdrnstm has quit IRC | 08:34 | |
*** jog0_ has joined #openstack-dev | 08:34 | |
*** mdrnstm has joined #openstack-dev | 08:34 | |
*** jog0 has quit IRC | 08:34 | |
*** jog0_ is now known as jog0 | 08:34 | |
*** danpb has joined #openstack-dev | 08:35 | |
*** apevec has joined #openstack-dev | 08:43 | |
*** pixelbeat has joined #openstack-dev | 08:54 | |
*** apevec has quit IRC | 09:19 | |
*** byeager has quit IRC | 10:00 | |
*** apevec has joined #openstack-dev | 10:07 | |
*** eglynn_ has quit IRC | 10:18 | |
*** eglynn_ has joined #openstack-dev | 10:18 | |
*** markmc has joined #openstack-dev | 10:23 | |
*** oneiroi has joined #openstack-dev | 10:26 | |
*** utlemming has quit IRC | 10:39 | |
*** rkukura has quit IRC | 10:52 | |
*** flaviamissi has quit IRC | 11:08 | |
*** utlemming has joined #openstack-dev | 11:12 | |
*** eglynn_ has quit IRC | 11:48 | |
*** markvoelker has joined #openstack-dev | 11:53 | |
*** bsza has joined #openstack-dev | 11:57 | |
*** eglynn has joined #openstack-dev | 11:58 | |
*** blamar has quit IRC | 12:00 | |
*** eglynn_ has joined #openstack-dev | 12:11 | |
*** alaski has joined #openstack-dev | 12:11 | |
*** eglynn has quit IRC | 12:13 | |
*** adalbas has joined #openstack-dev | 12:25 | |
*** mdomsch has quit IRC | 12:30 | |
*** dachary has quit IRC | 12:32 | |
*** roge has joined #openstack-dev | 12:34 | |
*** deshantm has joined #openstack-dev | 12:35 | |
*** dachary has joined #openstack-dev | 12:42 | |
*** vincentricci has joined #openstack-dev | 12:44 | |
*** blamar has joined #openstack-dev | 13:00 | |
*** littleidea has joined #openstack-dev | 13:00 | |
*** blamar has quit IRC | 13:02 | |
*** blamar has joined #openstack-dev | 13:03 | |
*** renier has joined #openstack-dev | 13:03 | |
*** ayoung has joined #openstack-dev | 13:05 | |
*** andrewsmedina has joined #openstack-dev | 13:07 | |
*** flaviamissi has joined #openstack-dev | 13:09 | |
*** pnavarro has joined #openstack-dev | 13:11 | |
*** sdake_ has joined #openstack-dev | 13:13 | |
*** dtroyer_zzz is now known as dtroyer | 13:14 | |
*** vincentricci has quit IRC | 13:15 | |
*** sdake has quit IRC | 13:15 | |
*** vincentricci has joined #openstack-dev | 13:16 | |
*** vincentricci has joined #openstack-dev | 13:16 | |
*** deshantm_ has joined #openstack-dev | 13:19 | |
*** deshantm has quit IRC | 13:21 | |
*** deshantm_ is now known as deshantm | 13:21 | |
*** dprince has joined #openstack-dev | 13:21 | |
*** vincentricci has quit IRC | 13:22 | |
*** mdomsch has joined #openstack-dev | 13:32 | |
*** souza has joined #openstack-dev | 13:34 | |
*** Gordonz has joined #openstack-dev | 13:34 | |
*** darraghb has quit IRC | 13:35 | |
*** darraghb has joined #openstack-dev | 13:35 | |
*** Gordonz has quit IRC | 13:36 | |
*** Gordonz has joined #openstack-dev | 13:36 | |
*** sdake_ has quit IRC | 13:38 | |
*** sdake has joined #openstack-dev | 13:38 | |
*** rkukura has joined #openstack-dev | 13:42 | |
*** mattray has joined #openstack-dev | 13:49 | |
*** edygarcia has joined #openstack-dev | 13:50 | |
*** markmcclain has joined #openstack-dev | 13:52 | |
*** dolphm has joined #openstack-dev | 13:52 | |
*** maploin has joined #openstack-dev | 13:55 | |
*** maploin has quit IRC | 13:55 | |
*** maploin has joined #openstack-dev | 13:55 | |
*** AlanClark has joined #openstack-dev | 13:57 | |
*** markvoelker has quit IRC | 13:58 | |
*** sdake has quit IRC | 14:00 | |
*** littleidea has quit IRC | 14:01 | |
*** crobinso has joined #openstack-dev | 14:08 | |
*** sdake has joined #openstack-dev | 14:12 | |
*** dtroyer is now known as dtroyer_zzz | 14:24 | |
*** dtroyer_zzz is now known as dtroyer | 14:27 | |
*** lts has joined #openstack-dev | 14:27 | |
*** souza has left #openstack-dev | 14:28 | |
*** rnirmal has joined #openstack-dev | 14:30 | |
*** sdake has quit IRC | 14:32 | |
*** zaitcev has joined #openstack-dev | 14:33 | |
*** andrewsmedina has quit IRC | 14:33 | |
*** edygarcia_ has joined #openstack-dev | 14:39 | |
*** dtroyer is now known as dtroyer_zzz | 14:40 | |
andrewbogott | dhellmann: regarding db manipulation... is there any situation where a plugin would want to create a new table /in/ the nova database? Is there any upside to sharing a db vs. the plugin having its own? | 14:41 |
*** BLZbubba_ has joined #openstack-dev | 14:41 | |
*** edygarcia has quit IRC | 14:42 | |
*** edygarcia_ is now known as edygarcia | 14:42 | |
dhellmann | andrewbogott, it seems like something plugins might want to do for referential integrity, but it also seems like something we should discourage | 14:44 |
* andrewbogott nods | 14:44 | |
*** thingee_zz has quit IRC | 14:45 | |
dhellmann | using a separate db also makes the schema migration management easier | 14:46 |
*** kbringard has joined #openstack-dev | 14:49 | |
*** pnavarro has quit IRC | 14:51 | |
*** dtroyer_zzz is now known as dtroyer | 14:52 | |
*** sandywalsh_ has quit IRC | 14:58 | |
*** sandywalsh_ has joined #openstack-dev | 15:11 | |
*** vladimir3p has joined #openstack-dev | 15:14 | |
*** PotHix has joined #openstack-dev | 15:16 | |
*** sdake has joined #openstack-dev | 15:19 | |
*** sdake has quit IRC | 15:19 | |
*** markvoelker has joined #openstack-dev | 15:21 | |
*** sdake has joined #openstack-dev | 15:23 | |
*** markmcclain has quit IRC | 15:24 | |
notmyname | mtaylor: ping | 15:25 |
mtaylor | notmyname: pong | 15:25 |
mtaylor | notmyname: what can I do for you? | 15:25 |
notmyname | mtaylor: I didn't want to say something stupid responding to you email, so I figured I'd ask in here instead ;-) | 15:26 |
mtaylor | sweet | 15:26 |
notmyname | re: generate_authors | 15:26 |
mtaylor | oh - it's possible that nothing I said there applies to swift :) | 15:26 |
notmyname | hehe | 15:26 |
mtaylor | notmyname: yes | 15:26 |
notmyname | swift's authors file can't be unit tested. we've got people in there who don't have anything in VCS logs, but need to be acknowledged | 15:27 |
notmyname | mostly from pre-openstack days | 15:27 |
mtaylor | notmyname: ah, wow, you always do make new requirements for me ... | 15:27 |
mtaylor | notmyname: so the idea with generate_authors is that we'd _stop_ unit testing the files, because we have the info in git | 15:28 |
notmyname | mtaylor: what are you using that info for? | 15:28 |
mtaylor | but that certainly doesn't help with pre-vcs people | 15:28 |
mtaylor | notmyname: well, one step back - there is the idea that we should have an AUTHORS file, and that it should contain correct information | 15:28 |
notmyname | right | 15:29 |
notmyname | I agree with that | 15:29 |
mtaylor | awesome | 15:29 |
notmyname | we've been keeping it up-to-date at roughly every release | 15:29 |
notmyname | git shortlog -nes and adding the people that aren't there | 15:29 |
mtaylor | indeed. for the other projects, we have unittests which verify that the current committer is in the authors file | 15:30 |
mtaylor | but that seems like more work than just generating the file directly from git at python setup.py sdist time | 15:30 |
*** bumb has joined #openstack-dev | 15:30 | |
mtaylor | so - for your case - what if we have an AUTHORS.in file (similar to MANIFEST.in) that would give you a place to put non-git people | 15:31 |
*** alpha_ori has joined #openstack-dev | 15:31 | |
mtaylor | and the generate_authors would do the generation and then append AUTHORS.in to the result? | 15:31 |
notmyname | interesting | 15:31 |
notmyname | I suppose that would work | 15:31 |
notmyname | I don't know how much of a revolt that would cause ;-) | 15:32 |
*** alpha_ori has quit IRC | 15:32 | |
*** bumb has left #openstack-dev | 15:32 | |
notmyname | I think I could keep it contained though | 15:32 |
notmyname | but the bigger question, I think, is why? | 15:32 |
mtaylor | hehe. yay for revolt! | 15:32 |
mtaylor | well, for the other projects, it's about removing a step from code from new people | 15:33 |
notmyname | I really don't like how the AUTHORS file is overloaded (for openstack governance). that's probably a different topic for a different day | 15:33 |
mtaylor | oh! well, I agree with that | 15:33 |
*** reidrac has quit IRC | 15:34 | |
notmyname | ya, but instead of fixing a doc typo to get in the AUTHORS file, you make your commits and then are added. to me it feels like inviting yourself to a party | 15:34 |
mtaylor | is there a difference? I mean, you don't get added unless your commit lands | 15:36 |
notmyname | ultimately there is no difference | 15:36 |
*** pquerna_ has quit IRC | 15:37 | |
*** pquerna_ has joined #openstack-dev | 15:37 | |
*** pquerna_ is now known as pquerna | 15:37 | |
*** markmcclain has joined #openstack-dev | 15:37 | |
*** markmcclain has quit IRC | 15:45 | |
*** bepernoot has quit IRC | 15:46 | |
*** lloydde has quit IRC | 15:50 | |
*** ayoung is now known as ayoung-lunch | 15:52 | |
*** littleidea has joined #openstack-dev | 15:54 | |
*** adalbas has quit IRC | 15:56 | |
*** jshepher has joined #openstack-dev | 15:58 | |
*** jshepher is now known as galstrom | 15:59 | |
*** vincentricci has joined #openstack-dev | 16:04 | |
*** vincentricci has quit IRC | 16:04 | |
*** jgriffith has quit IRC | 16:05 | |
*** jgriffith has joined #openstack-dev | 16:05 | |
*** rnirmal has quit IRC | 16:08 | |
*** thingee has joined #openstack-dev | 16:08 | |
*** ncode has joined #openstack-dev | 16:09 | |
*** ncode has joined #openstack-dev | 16:09 | |
*** adalbas has joined #openstack-dev | 16:11 | |
*** s0mik has joined #openstack-dev | 16:12 | |
*** ncode has quit IRC | 16:13 | |
openstackgerrit | Verification of a change to openstack/nova failed: Add instance to log messages. https://review.openstack.org/6554 | 16:13 |
*** vincentricci has joined #openstack-dev | 16:14 | |
mtaylor | notmyname: I have added a request to the bug to deal with your needs | 16:17 |
*** PotHix has quit IRC | 16:20 | |
eglynn_ | dprince: can you sanity-check the security_group[s|_rules] quota logic in https://review.openstack.org/5910 if you get a chance? | 16:26 |
eglynn_ | dprince: (context is the security_group_rules quota being per-security-group as opposed to per-project-id like the other quotas) | 16:27 |
*** edygarcia_ has joined #openstack-dev | 16:27 | |
*** rnirmal has joined #openstack-dev | 16:28 | |
*** edygarcia has quit IRC | 16:30 | |
*** edygarcia_ is now known as edygarcia | 16:30 | |
dprince | eglynn_: yes | 16:30 |
eglynn_ | dprince: thanks! | 16:30 |
*** edygarcia_ has joined #openstack-dev | 16:31 | |
*** armaan has joined #openstack-dev | 16:33 | |
*** mnewby has joined #openstack-dev | 16:33 | |
*** armaan has left #openstack-dev | 16:34 | |
*** edygarcia has quit IRC | 16:34 | |
*** edygarcia_ is now known as edygarcia | 16:34 | |
*** edygarcia_ has joined #openstack-dev | 16:37 | |
*** edygarcia has quit IRC | 16:40 | |
*** edygarcia_ has quit IRC | 16:41 | |
jeblair | jaypipes: ping | 16:42 |
jaypipes | jeblair: ooh, nice report. | 16:42 |
zul | mtaylor: +1 for adding write_changelog | 16:43 |
jeblair | jaypipes: glad you like it. that's what the ping was about. i think it'll really help with big test sets. | 16:43 |
jaypipes | indeed. | 16:44 |
*** edygarcia has joined #openstack-dev | 16:44 | |
*** danpb has quit IRC | 16:44 | |
jaypipes | jeblair: I'm working on a fix for the volume failure now... think it might be the cause of the other failure | 16:45 |
*** Gordonz_ has joined #openstack-dev | 16:45 | |
jeblair | cool, it'll be neat to see that go green. :) | 16:45 |
*** galstrom has left #openstack-dev | 16:45 | |
*** galstrom has joined #openstack-dev | 16:45 | |
jaypipes | jeblair: indeed. | 16:46 |
mtaylor | zul: w00t | 16:46 |
*** Gordonz has quit IRC | 16:48 | |
*** markmcclain has joined #openstack-dev | 16:49 | |
*** jkoelker has quit IRC | 16:49 | |
*** edygarcia has quit IRC | 16:49 | |
*** mszilagyi has joined #openstack-dev | 16:49 | |
*** edygarcia has joined #openstack-dev | 16:49 | |
*** ayoung-lunch is now known as ayoung | 16:50 | |
*** alaski has quit IRC | 16:50 | |
*** edygarcia_ has joined #openstack-dev | 16:50 | |
*** jkoelker has joined #openstack-dev | 16:51 | |
*** vladimir3p has quit IRC | 16:51 | |
*** vladimir3p has joined #openstack-dev | 16:52 | |
*** alaski has joined #openstack-dev | 16:52 | |
*** krymynalu has joined #openstack-dev | 16:53 | |
kbringard | hey guys, I have a question about swift performance tuning if anyone has a few moments | 16:53 |
*** dwalleck has joined #openstack-dev | 16:54 | |
*** edygarcia has quit IRC | 16:54 | |
*** edygarcia_ is now known as edygarcia | 16:54 | |
*** bepernoot has joined #openstack-dev | 16:55 | |
*** Gordonz_ has quit IRC | 16:57 | |
*** Gordonz has joined #openstack-dev | 16:58 | |
*** edygarcia_ has joined #openstack-dev | 16:59 | |
*** mattray has quit IRC | 16:59 | |
*** mattray has joined #openstack-dev | 17:00 | |
*** mattray has quit IRC | 17:00 | |
*** edygarcia_ has quit IRC | 17:01 | |
*** edygarcia has quit IRC | 17:01 | |
*** edygarcia has joined #openstack-dev | 17:01 | |
*** mattray has joined #openstack-dev | 17:01 | |
*** jakedahn_zz is now known as jakedahn | 17:02 | |
*** bepernoot has quit IRC | 17:03 | |
*** Mandell has joined #openstack-dev | 17:05 | |
*** krymynalu has quit IRC | 17:05 | |
*** krymynalu has joined #openstack-dev | 17:05 | |
zaitcev | kbringard: This is probably best taken to the list. | 17:05 |
kbringard | zaitcev: okie, I'll fire out an email | 17:05 |
*** alaski has quit IRC | 17:06 | |
*** adjohn has joined #openstack-dev | 17:06 | |
*** krymynalu_ has joined #openstack-dev | 17:06 | |
*** alaski has joined #openstack-dev | 17:06 | |
*** rnirmal_ has joined #openstack-dev | 17:07 | |
*** rnirmal has quit IRC | 17:08 | |
*** rnirmal_ is now known as rnirmal | 17:08 | |
*** krymynalu has quit IRC | 17:09 | |
*** krymynalu_ is now known as krymynalu | 17:09 | |
BLZbubba_ | i have a quick nfs-/var/lib/nova/instances question - should all of the nova-compute nodes share the same mount point? and will i have any configuration to do or is it safe to just mount & go | 17:10 |
*** derekh has quit IRC | 17:11 | |
*** lloydde has joined #openstack-dev | 17:11 | |
*** bepernoot has joined #openstack-dev | 17:12 | |
rmk | Seen this happen a few times now -- snapshot a VM, completes fine but nova thinks the VM is shutdown after the snapshot is done, even though it's running just fine. Trying to figure out how to consistently reproduce it before filing a bug. | 17:16 |
*** andrewsben_zz is now known as andrewsben | 17:22 | |
*** littleidea has quit IRC | 17:22 | |
*** bepernoot has quit IRC | 17:24 | |
*** anderstj has joined #openstack-dev | 17:25 | |
*** armaan has joined #openstack-dev | 17:28 | |
*** gyee has joined #openstack-dev | 17:28 | |
*** littleidea has joined #openstack-dev | 17:30 | |
*** dwalleck has quit IRC | 17:31 | |
*** torgomatic has joined #openstack-dev | 17:35 | |
openstackgerrit | Verification of a change to openstack/nova failed: Add instance logging to vmware_images.py https://review.openstack.org/6693 | 17:35 |
*** torgomatic has quit IRC | 17:36 | |
*** torgomatic has joined #openstack-dev | 17:36 | |
*** adjohn has quit IRC | 17:37 | |
*** adjohn has joined #openstack-dev | 17:37 | |
*** jdurgin has joined #openstack-dev | 17:44 | |
*** gyee has quit IRC | 17:49 | |
*** bepernoot has joined #openstack-dev | 17:49 | |
*** rnirmal has quit IRC | 17:49 | |
*** rnirmal has joined #openstack-dev | 17:50 | |
*** lts has quit IRC | 17:52 | |
*** lloydde has quit IRC | 17:54 | |
*** vincentricci has quit IRC | 17:55 | |
*** maploin has quit IRC | 17:55 | |
*** Ryan_Lane has joined #openstack-dev | 17:57 | |
*** yazirian has joined #openstack-dev | 17:58 | |
*** pixelbeat has quit IRC | 17:58 | |
*** s0mik has quit IRC | 18:00 | |
*** edygarcia_ has joined #openstack-dev | 18:00 | |
*** bepernoot has quit IRC | 18:00 | |
*** apevec has quit IRC | 18:01 | |
*** edygarcia has quit IRC | 18:03 | |
*** edygarcia_ is now known as edygarcia | 18:03 | |
sdague | dprince: was your -1 on the InnoDB patch just from the pep issue, or was it deeper? | 18:04 |
*** adalbas has quit IRC | 18:08 | |
*** lts has joined #openstack-dev | 18:12 | |
dprince | sdague: just pep8. | 18:16 |
sdague | dprince: ok, cool, that's fixed now. I guess I just counted wrong the first time :) | 18:16 |
dprince | sdague: Great. I'll have another look then. | 18:16 |
*** edygarcia_ has joined #openstack-dev | 18:18 | |
*** edygarcia has quit IRC | 18:19 | |
*** edygarcia_ is now known as edygarcia | 18:19 | |
*** adalbas has joined #openstack-dev | 18:19 | |
*** edygarcia_ has joined #openstack-dev | 18:20 | |
*** alpha_ori has joined #openstack-dev | 18:20 | |
*** dolphm has quit IRC | 18:22 | |
*** edygarcia__ has joined #openstack-dev | 18:23 | |
*** edygarcia has quit IRC | 18:23 | |
*** edygarcia__ is now known as edygarcia | 18:23 | |
*** edygarcia_ has quit IRC | 18:24 | |
*** edygarcia_ has joined #openstack-dev | 18:27 | |
*** edygarcia__ has joined #openstack-dev | 18:31 | |
*** edygarcia has quit IRC | 18:31 | |
*** edygarcia__ is now known as edygarcia | 18:31 | |
*** jakedahn is now known as jakedahn_zz | 18:32 | |
*** edygarcia__ has joined #openstack-dev | 18:33 | |
*** edygarcia_ has quit IRC | 18:34 | |
*** edygarcia_ has joined #openstack-dev | 18:34 | |
*** edygarcia has quit IRC | 18:35 | |
*** edygarcia_ is now known as edygarcia | 18:35 | |
*** vincentricci has joined #openstack-dev | 18:36 | |
*** edygarcia__ has quit IRC | 18:37 | |
*** armaan has left #openstack-dev | 18:39 | |
*** pixelbeat has joined #openstack-dev | 18:40 | |
*** edygarcia_ has joined #openstack-dev | 18:41 | |
*** edygarcia__ has joined #openstack-dev | 18:42 | |
*** edygarcia___ has joined #openstack-dev | 18:42 | |
*** edygarcia has quit IRC | 18:42 | |
*** edygarcia has joined #openstack-dev | 18:43 | |
*** edygarcia____ has joined #openstack-dev | 18:44 | |
*** edygarcia_ has quit IRC | 18:45 | |
jaypipes | fattarsi: reviewing now. | 18:46 |
*** edygarcia__ has quit IRC | 18:46 | |
*** edygarcia___ has quit IRC | 18:47 | |
*** edygarcia has quit IRC | 18:48 | |
*** edygarcia____ is now known as edygarcia | 18:48 | |
*** jakedahn_zz is now known as jakedahn | 18:48 | |
fattarsi | jaypipes: great | 18:48 |
*** edygarcia_ has joined #openstack-dev | 18:48 | |
*** jgriffith has quit IRC | 18:49 | |
sdague | bcwaldon: jeblair thought I should hit you up on a testing approach to ensure all the mysql tables in nova are InnoDB. I have a draft review up for comment if you have a chance - https://review.openstack.org/#/c/6805/ | 18:49 |
*** berendt has quit IRC | 18:51 | |
*** edygarcia has quit IRC | 18:52 | |
*** edygarcia has joined #openstack-dev | 18:52 | |
*** edygarcia_ has quit IRC | 18:55 | |
rnirmal | ttx: can you end a meeting in #openstack-meeting, the moderator got disconnected and none of us can end it. | 18:57 |
*** darraghb has quit IRC | 18:59 | |
*** edygarcia_ has joined #openstack-dev | 18:59 | |
*** edygarcia has quit IRC | 19:03 | |
*** edygarcia_ is now known as edygarcia | 19:03 | |
*** sdake has quit IRC | 19:04 | |
*** sdake has joined #openstack-dev | 19:04 | |
*** joearnold has joined #openstack-dev | 19:05 | |
*** swifterdarrell has joined #openstack-dev | 19:06 | |
*** jgriffith has joined #openstack-dev | 19:06 | |
*** edygarcia_ has joined #openstack-dev | 19:07 | |
jeblair | jgriffith: now that you're back, can you "#endmeeting" in #openstack-meeting? | 19:09 |
*** edygarcia has quit IRC | 19:09 | |
*** edygarcia_ is now known as edygarcia | 19:09 | |
*** joearnold has quit IRC | 19:11 | |
*** s0mik has joined #openstack-dev | 19:12 | |
*** edygarcia_ has joined #openstack-dev | 19:14 | |
*** edygarcia has quit IRC | 19:17 | |
*** edygarcia_ is now known as edygarcia | 19:17 | |
*** armaan has joined #openstack-dev | 19:18 | |
*** n0ano has joined #openstack-dev | 19:18 | |
*** edygarcia_ has joined #openstack-dev | 19:18 | |
*** armaan has left #openstack-dev | 19:19 | |
*** bepernoot has joined #openstack-dev | 19:19 | |
*** edygarcia__ has joined #openstack-dev | 19:20 | |
*** edygarcia___ has joined #openstack-dev | 19:21 | |
*** edygarcia has quit IRC | 19:22 | |
*** edygarcia____ has joined #openstack-dev | 19:22 | |
*** edygarcia_ has quit IRC | 19:23 | |
*** bepernoot has quit IRC | 19:24 | |
*** edygarcia___ has quit IRC | 19:25 | |
*** edygarcia__ has quit IRC | 19:25 | |
*** markmcclain has quit IRC | 19:26 | |
*** edygarcia has joined #openstack-dev | 19:26 | |
*** markmcclain has joined #openstack-dev | 19:27 | |
*** edygarcia____ has quit IRC | 19:28 | |
*** adjohn has quit IRC | 19:33 | |
*** eglynn__ has joined #openstack-dev | 19:33 | |
*** eglynn_ has quit IRC | 19:35 | |
*** edygarcia_ has joined #openstack-dev | 19:35 | |
*** edygarcia__ has joined #openstack-dev | 19:37 | |
*** edygarcia has quit IRC | 19:38 | |
sdague | vishy: which quota table do you think is missing? I thought I had them all covered | 19:38 |
dprince | sdague: quota_classes? | 19:39 |
*** edygarcia_ has quit IRC | 19:40 | |
*** edygarcia has joined #openstack-dev | 19:40 | |
*** edygarcia has quit IRC | 19:40 | |
dprince | sdague: Also. In your branches when you reference a bug use 'bug' instead of 'issue'. Gerrit convert 'issue #1234' to a linkable bug. But it will if you use 'bug #1234' for example. | 19:40 |
uvirtbot | Launchpad bug 1234 in launchpad "Gina is an unmaintainable mess of command line options, environment variables and shell scripts" [Medium,Fix released] https://launchpad.net/bugs/1234 | 19:40 |
sdague | dprince: yep, you are right. I swear I had that in there at one point. | 19:40 |
*** edygarcia has joined #openstack-dev | 19:40 | |
sdague | dprince: great, thanks, I'll fix that as well | 19:41 |
dprince | sdague: Thanks. Not a big deal but it does make it handy for reviewers. | 19:41 |
*** edygarcia__ has quit IRC | 19:41 | |
*** edygarcia_ has joined #openstack-dev | 19:42 | |
*** novas0x2a|laptop has joined #openstack-dev | 19:43 | |
*** flaviamissi has quit IRC | 19:44 | |
*** flaviamissi has joined #openstack-dev | 19:45 | |
sdague | dprince: on the utf8 front, I think migration #77 covers that, as it sets the default charset for the database to utf8 | 19:45 |
*** edygarcia has quit IRC | 19:45 | |
*** edygarcia_ has quit IRC | 19:46 | |
*** lloydde has joined #openstack-dev | 19:47 | |
openstackgerrit | Verification of a change to openstack/glance failed: Merge registry context with common context https://review.openstack.org/6793 | 19:49 |
*** edygarcia has joined #openstack-dev | 19:50 | |
*** vincentricci has quit IRC | 19:50 | |
*** edygarcia_ has joined #openstack-dev | 19:51 | |
*** maoy has quit IRC | 19:51 | |
*** eglynn has joined #openstack-dev | 19:52 | |
*** gyee has joined #openstack-dev | 19:52 | |
*** GheRivero has joined #openstack-dev | 19:53 | |
*** edygarcia has quit IRC | 19:54 | |
*** eglynn__ has quit IRC | 19:55 | |
*** edygarcia_ has quit IRC | 19:55 | |
*** edygarcia has joined #openstack-dev | 19:55 | |
eglynn | bcwaldon: gimme a shout if the latest comment on https://review.openstack.org/6821 is unclear | 19:55 |
n0ano | #join openstack-meeting | 19:59 |
*** rkukura has quit IRC | 20:02 | |
*** gyee has quit IRC | 20:03 | |
*** gyee has joined #openstack-dev | 20:03 | |
*** harlowja has joined #openstack-dev | 20:04 | |
*** adjohn has joined #openstack-dev | 20:06 | |
*** dprince has quit IRC | 20:07 | |
*** lloydde has quit IRC | 20:13 | |
*** davidha has quit IRC | 20:15 | |
*** littleidea has quit IRC | 20:16 | |
*** littleidea_ has joined #openstack-dev | 20:16 | |
*** lloydde has joined #openstack-dev | 20:20 | |
*** littleidea_ is now known as littleidea | 20:30 | |
*** reed has joined #openstack-dev | 20:38 | |
*** eglynn has quit IRC | 20:39 | |
*** GheRivero has quit IRC | 20:43 | |
*** anderstj has quit IRC | 20:50 | |
*** eglynn has joined #openstack-dev | 20:52 | |
*** dachary has quit IRC | 20:56 | |
*** mdomsch has quit IRC | 20:58 | |
*** littleidea has quit IRC | 20:59 | |
*** AlanClark has quit IRC | 21:00 | |
*** vincentricci has joined #openstack-dev | 21:00 | |
*** krymynalu has quit IRC | 21:01 | |
*** littleidea has joined #openstack-dev | 21:02 | |
*** vincentricci has quit IRC | 21:08 | |
*** anderstj has joined #openstack-dev | 21:10 | |
*** anderstj_ has joined #openstack-dev | 21:11 | |
*** andrewsben is now known as andrewsben_zz | 21:14 | |
*** anderstj has quit IRC | 21:15 | |
*** eglynn_ has joined #openstack-dev | 21:23 | |
mikal | vishy: can you take a look at https://review.openstack.org/#/c/6631/ when you have a sec? | 21:24 |
*** eglynn has quit IRC | 21:26 | |
*** alaski has quit IRC | 21:26 | |
*** lts has quit IRC | 21:31 | |
vishy | mikal: thanks | 21:34 |
*** markvoelker has quit IRC | 21:34 | |
vishy | mikal: we can go ahead with your other uuid refactor as well | 21:34 |
vishy | mikal: I added https://blueprints.launchpad.net/nova/+spec/finish-uuid-conversion | 21:34 |
vishy | mikal: so it might be nice to put a partially-implements blueprint finish-uuid-conversion on yours | 21:35 |
*** _jgriffith has joined #openstack-dev | 21:35 | |
vishy | I can assign that blueprint to you as well, although _jgriffith is doing the volume id conversion parts | 21:35 |
*** Gordonz_ has joined #openstack-dev | 21:36 | |
vishy | mikal: do you think you will want to handle the instance_metatdata and security_group_instance_association ones? | 21:36 |
*** jgriffith has quit IRC | 21:37 | |
*** jemartin has joined #openstack-dev | 21:37 | |
mikal | vishy: as in those are other tables which use instance_id at the moment? | 21:37 |
* mikal looks at the blueprint | 21:37 | |
mikal | (You have to talk slowly, its 7:30am and I'm still drinking coffee) | 21:38 |
mikal | Ok, yes, I am happy to do those other tables if no one else is working on that. | 21:38 |
mikal | So what was the outcome with db upgrades? We're just going to keep going as is for now? I don't need to tweak that review to handle upgrades somehow? | 21:39 |
_jgriffith | mikal: thanks... if I finish the volumes early and get to them eary I'll ping you to see where you're at | 21:39 |
*** Gordonz has quit IRC | 21:39 | |
mikal | _jgriffith: NP. More than happy to share the pain. | 21:40 |
_jgriffith | :) | 21:40 |
mikal | The reality is that I am oncall the weekend after ubuntu release, so I _might_ get to it, but possibly not | 21:40 |
_jgriffith | mikal: Well, if you'll be around on IRC I can ping you and get status updates and go from there, sound ok? | 21:41 |
mikal | Sure | 21:41 |
mikal | I should be around most of the time | 21:41 |
vishy | mikal: we are going to keep going for now | 21:44 |
*** jgriffith has joined #openstack-dev | 21:44 | |
mikal | vishy: okie, works for me | 21:45 |
vishy | sat down and analyzed with my team what it would take to do fully live upgrades and we are too far off to start worrying about live db upgrades yet | 21:45 |
mikal | As in not for Folsom? | 21:45 |
mikal | Sometime in Gerkin instead? | 21:45 |
vishy | mikal: if we somehow get there by folosom, we can go back and write special migrations for these cases | 21:45 |
mikal | Ok | 21:45 |
vishy | mikal: there are three blueprints we need in before it is going to matter | 21:46 |
vishy | mikal: so we are just going to document and improve the process for non-live upgrades | 21:46 |
vishy | mikal: for now | 21:46 |
mikal | Ok | 21:46 |
*** rnirmal has quit IRC | 21:46 | |
*** jemartin has quit IRC | 21:46 | |
vishy | mikal: (meaning short api downtime, no vm downtime) | 21:46 |
mikal | Also, if compute nodes don't use the db, that will make upgrades easier as there is less code to touch | 21:46 |
vishy | mikal: exactly | 21:47 |
vishy | mikal: rpc versioning / no-compute-db / graceful worker shutdown | 21:47 |
vishy | and we can actually talk about how live upgrades would work | 21:48 |
vishy | until then we'd be putting the cart before the horse. | 21:48 |
*** andrewbogott has quit IRC | 21:48 | |
mikal | Agreed | 21:48 |
*** andrewbogott has joined #openstack-dev | 21:48 | |
*** andrewbogott has quit IRC | 21:48 | |
*** andrewbogott has joined #openstack-dev | 21:48 | |
vishy | mikal: the code name is Gee Whiz! | 21:49 |
vishy | mikal: although I like Gherkin too... | 21:50 |
*** jemartin has joined #openstack-dev | 21:50 | |
*** galstrom has quit IRC | 21:50 | |
mikal | vishy: I was going to go with Gerbil next | 21:52 |
mikal | How are the states selected? How did we end up with CA for Folsom? | 21:52 |
*** bepernoot has joined #openstack-dev | 21:52 | |
thingee | mikal: http://wiki.openstack.org/ReleaseNaming | 21:54 |
thingee | well I guess that doesn't explain how it was picked, shucks | 21:55 |
mikal | Well, it kinda does. It implies whoever books the conference could use their powers for evil. | 21:56 |
mikal | Run the design summit in a place where all the cities start with G and are all named Gerkin<unique number> | 21:56 |
*** Gordonz_ has quit IRC | 21:58 | |
*** _jgriffith has quit IRC | 21:58 | |
*** anderstj_ has quit IRC | 22:05 | |
*** flaviamissi has quit IRC | 22:07 | |
*** anderstj has joined #openstack-dev | 22:07 | |
*** sdake has quit IRC | 22:07 | |
*** markmcclain has quit IRC | 22:07 | |
*** anderstj has quit IRC | 22:09 | |
*** kbringard has quit IRC | 22:10 | |
vishy | mikal: summit location | 22:11 |
*** blamar has quit IRC | 22:14 | |
*** mattray has quit IRC | 22:15 | |
*** markmc has quit IRC | 22:18 | |
pabelanger | How long does it usually take to get approved as an openstack contributor? Safe to say a day or so? | 22:22 |
*** eglynn__ has joined #openstack-dev | 22:22 | |
*** eglynn_ has quit IRC | 22:25 | |
*** bepernoot has quit IRC | 22:30 | |
*** dtroyer is now known as dtroyer_zzz | 22:31 | |
*** pixelbeat has quit IRC | 22:34 | |
*** sandywalsh_ has quit IRC | 22:35 | |
*** eglynn has joined #openstack-dev | 22:40 | |
*** eglynn__ has quit IRC | 22:43 | |
*** dachary has joined #openstack-dev | 22:46 | |
*** eglynn_ has joined #openstack-dev | 22:47 | |
*** eglynn has quit IRC | 22:47 | |
*** edygarcia has quit IRC | 23:01 | |
*** dtroyer_zzz is now known as dtroyer | 23:03 | |
openstackgerrit | Verification of a change to openstack/nova failed: make all mysql tables explicitly innodb https://review.openstack.org/6811 | 23:05 |
*** dachary has quit IRC | 23:11 | |
vishy | jeblair, mtaylor: something went wrong with nova-cert here https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/3672/ | 23:16 |
vishy | it never responded and the call timed out | 23:16 |
*** sandywalsh_ has joined #openstack-dev | 23:16 | |
vishy | it doesn't look like we capture the logs from n-cert, can we add that? | 23:16 |
vishy | jeblair, mtaylor: actually it looks like n-crt didn't even start in that build, i see it in other builds | 23:17 |
*** vivek has joined #openstack-dev | 23:20 | |
jgriffith | vishy: Looks like I missed another foreign key in SMVolume | 23:20 |
vishy | mikal: appreciate the update of that branch but you actually have to write 'blueprint finish-uuid-conversion' for it to autolink | 23:21 |
mikal | Le sigh | 23:21 |
mikal | Uploading a fixed version now | 23:22 |
mikal | Done | 23:22 |
*** mszilagyi has quit IRC | 23:22 | |
*** gyee has quit IRC | 23:22 | |
*** bsza has quit IRC | 23:24 | |
vishy | :) | 23:24 |
vishy | jgriffith: 0_o | 23:24 |
jgriffith | vishy: So close... :) | 23:25 |
mtaylor | vishy: oh good. I like it when things don't even start | 23:30 |
*** novas0x2a|laptop has quit IRC | 23:31 | |
*** lloydde has quit IRC | 23:31 | |
*** novas0x2a|laptop has joined #openstack-dev | 23:31 | |
jeblair | vishy: copying the logs to jenkins uses a glob, so if there was an n-crt log, it should have been copied over | 23:32 |
jeblair | screen-n-crt.log -> /opt/stack/screen-logs/screen-n-crt.2012-04-26-224920.log | 23:33 |
jeblair | and that's a dangling symlink | 23:33 |
jeblair | so it wasn't created. i'll try to find out why | 23:34 |
harlowja | use devstackpy :-P | 23:38 |
harlowja | h | 23:38 |
harlowja | aha | 23:38 |
jeblair | vishy: the n-crt window in screen is sitting at the prompt, it shows no sign of having received the stuff command to run nova-cert. prehaps there's a race condition with those screen commands. | 23:38 |
*** flaviamissi has joined #openstack-dev | 23:42 | |
vishy | jeblair: there is a sleep between running them | 23:43 |
vishy | perhaps it needs to be longer :) | 23:43 |
*** Mandell has quit IRC | 23:44 | |
vishy | jeblair: maybe we need to up the sleep 1.5 to sleep 2 | 23:44 |
vishy | jeblair: to handle a heavily loaded vm... | 23:44 |
*** jimbaker has quit IRC | 23:45 | |
jeblair | well, it created the window, but did not run the command | 23:47 |
jeblair | you know what... maybe bash hadn't started yet? | 23:47 |
jeblair | or was in some way not able to receive the input from the stuff command | 23:47 |
jeblair | so maybe there needs to be a short sleep between starting the window with bash, and the stuff. | 23:48 |
jeblair | _or_, get rid of the stuff and run bash -c "whatever" | 23:48 |
jeblair | vishy: ^ | 23:48 |
vishy | jeblair: | 23:48 |
vishy | yes the note with the sleep | 23:49 |
vishy | is it is to wait for bash to start | 23:49 |
vishy | 1.5 is usually long enough but i guess it wasn't in that case | 23:49 |
mtaylor | wow. that's just great | 23:49 |
jeblair | vishy: oh, i see. i agree with you now. | 23:50 |
vishy | tmux ftw! | 23:50 |
jog0 | +1 tmux ftw! | 23:50 |
jeblair | to be fair, that test may have run on a very slow VM. we get those from that particular provider sometimes. | 23:50 |
mtaylor | vishy: can we hand tmux a startup command? | 23:51 |
jeblair | whoah | 23:51 |
vishy | tmux is much easier to script yes | 23:51 |
jeblair | we can hand BASH a startup command. :) | 23:51 |
vishy | jeblair: ? | 23:51 |
jeblair | and we can do that with screen. switch to tmux if it's better, but be sure we're solving the right problem | 23:52 |
jeblair | currently devstack starts bash, and then simulates typing a command into bash | 23:52 |
mtaylor | jeblair: perhaps we should make a patch to start screen with the startup command, rather than a sleep if that's a possible choice? | 23:52 |
jeblair | that can obviously just be done with "screen, start bash with this command" | 23:52 |
jeblair | they might be done in separate steps to get screen output logs. | 23:52 |
jeblair | but perhaps it's possible to combine that step. | 23:53 |
*** novas0x2a|laptop has quit IRC | 23:53 | |
vishy | jeblair: it is done | 23:53 |
vishy | so you can ctrl-c up enter | 23:53 |
vishy | to restart | 23:53 |
jeblair | to be clear, not opposed to tmux, just want to make sure those issues are considered | 23:54 |
vishy | jeblair: I was half joking about tmux | 23:54 |
vishy | there was a patch in to support it that never merged | 23:54 |
* jeblair is humor impaired apparently. | 23:54 | |
jeblair | gotta run | 23:54 |
* mtaylor punches jeblair in the humor | 23:55 | |
* mtaylor doesn't always make sense... | 23:55 | |
*** galstrom has joined #openstack-dev | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!