mikal | vishy: vm startup includes possible format conversion and image resizing | 00:00 |
---|---|---|
mikal | vishy: which makes the checksums not useful for image cache verification | 00:00 |
*** deshantm has quit IRC | 00:00 | |
*** deshantm_ is now known as deshantm | 00:00 | |
vishy | mikal: that is true, but you could use the same logic to get the checksum? | 00:00 |
vishy | or store the checksum somewhere inside of nova? | 00:01 |
vishy | in fact, why don't you just key off of uuid? | 00:01 |
mikal | vishy: I think it would have to be stored... Otherwise there is a refetch of the image, conversion and resizing. i.e. heaps of IO | 00:01 |
vishy | why depend on the checksum at all? | 00:01 |
vishy | are you looking for corruption? | 00:01 |
mikal | Well, my reading of the blueprint is we're trying to tell if someone has fiddled with the base image | 00:01 |
mikal | Which will affect content but not naming | 00:02 |
mikal | i.e. I fiddle with the image, and any new vms get my fiddled base image | 00:02 |
vishy | new images should always get new uuids | 00:02 |
vishy | changing base images is a bad idea | 00:02 |
*** dtroyer has quit IRC | 00:02 | |
vishy | other vms may be using it as a backing file | 00:02 |
vishy | sounds like very dangerous behavior | 00:02 |
mikal | vishy: exactly... that would be someone being malicious | 00:02 |
*** spiffxp has quit IRC | 00:03 | |
mikal | vishy: this is bullet point 1 in the blue print "verify that images are not corrupt" | 00:03 |
openstackgerrit | Jake Dahn proposed a change to openstack/horizon: Fix inconsistencies between overview and index. https://review.openstack.org/2752 | 00:03 |
*** jeffjapan has joined #openstack-dev | 00:03 | |
*** jeffjapan has quit IRC | 00:04 | |
*** bsza-II has quit IRC | 00:04 | |
*** jeffjapan has joined #openstack-dev | 00:04 | |
vishy | corrupt check seems like something that should be done on the host itself | 00:06 |
vishy | could store a checksum of the file and make sure it hasn't changed in a periodic task | 00:07 |
mikal | Yeah, that's basically what I | 00:07 |
mikal | ve written | 00:07 |
mikal | I could store a checksum in the filesystem, but the bad man who twiddles the image could twiddle that as well | 00:08 |
mikal | I guess it helps in the case where it is a disk error though | 00:08 |
*** dolphm has joined #openstack-dev | 00:09 | |
openstackgerrit | harlowja proposed a change to openstack/nova: Added myself to authors. https://review.openstack.org/2572 | 00:12 |
*** dragondm has quit IRC | 00:18 | |
*** nati2 has quit IRC | 00:23 | |
*** nati2 has joined #openstack-dev | 00:24 | |
*** ncode has joined #openstack-dev | 00:24 | |
*** ncode has joined #openstack-dev | 00:24 | |
openstackgerrit | Russell Bryant proposed a change to openstack/glance: Add more man pages. https://review.openstack.org/2765 | 00:24 |
*** zns has quit IRC | 00:29 | |
*** dolphm has quit IRC | 00:34 | |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Adds simple policy engine support https://review.openstack.org/2766 | 00:35 |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: First Implementation of Policy checking https://review.openstack.org/2767 | 00:35 |
*** spiffxp has joined #openstack-dev | 00:36 | |
*** gyee has quit IRC | 00:40 | |
openstackgerrit | Russell Bryant proposed a change to openstack/glance: Fix help output for inverse of BoolOpt. https://review.openstack.org/2768 | 00:41 |
*** rods has quit IRC | 00:42 | |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: First Implementation of Policy checking https://review.openstack.org/2767 | 00:48 |
openstackgerrit | Zhongyue Luo proposed a change to openstack/horizon: PEP8 cleanup https://review.openstack.org/2769 | 00:51 |
*** dolphm has joined #openstack-dev | 00:56 | |
*** jeffjapan has quit IRC | 01:01 | |
*** jakedahn has quit IRC | 01:02 | |
*** bhall has quit IRC | 01:06 | |
openstackgerrit | A change to openstack/horizon has been rejected: Cleaning up instance detail page. https://review.openstack.org/2761 | 01:09 |
*** spiffxp has quit IRC | 01:18 | |
*** sleepsonthefloo has quit IRC | 01:21 | |
*** ayoung has joined #openstack-dev | 01:22 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack/glance: PEP8 cleanup https://review.openstack.org/2770 | 01:22 |
vishy | mikal: if someone has access to the host, I'm not worried about security | 01:24 |
vishy | mikal: corrupt data due to bitrot is more of a concern | 01:25 |
vishy | mikal: if they have access to the host they could just change the actual disk image, not the backing file | 01:25 |
mikal | Yeah, in that case the fetch process can just write a checksum to another file next to the image file, and then the cache manager can verify it | 01:26 |
mikal | NP, I'll add that | 01:26 |
mikal | That's actually a lot easier than other ideas I'd had for how to handle it | 01:26 |
vishy | mikal: cool | 01:26 |
mikal | So, given I am a n00b, what's the right way to get you to comment on if the code is bonkers? Just request a code review through gerrit? | 01:27 |
vishy | mikal: yup, just write the code and do a gerrit review | 01:28 |
*** ben_duyujie has joined #openstack-dev | 01:28 | |
mikal | Cool. The code is mostly done, so I'll request a review in the next couple of days once I've polished it a bit | 01:28 |
*** ben_duyujie has left #openstack-dev | 01:28 | |
*** lorin1 has joined #openstack-dev | 01:34 | |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: First Implementation of Policy checking https://review.openstack.org/2767 | 01:37 |
openstackgerrit | Vish Ishaya proposed a change to openstack/nova: Adds simple policy engine support https://review.openstack.org/2766 | 01:37 |
*** Ryan_Lane has joined #openstack-dev | 01:40 | |
openstackgerrit | Adam Gandelman proposed a change to openstack/tempest: RestClient to target specific services in Keystone catalog https://review.openstack.org/2771 | 01:42 |
jog0 | has anyone had any problems launching after rebooting a nova-controller (nova-compute on separate node)? The first time I try running a VM I got the following error: | 01:47 |
jog0 | AMQPConnectionException: (320, u"CONNECTION_FORCED - broker forced connection closure with reason 'shutdown'", (0, 0), '') | 01:47 |
openstackgerrit | Zhongyue Luo proposed a change to openstack/glance: PEP8 cleanup https://review.openstack.org/2770 | 01:48 |
openstackgerrit | Zhongyue Luo proposed a change to openstack/glance: PEP8 cleanup https://review.openstack.org/2770 | 01:53 |
jog0 | I created a bug report ( https://bugs.launchpad.net/nova/+bug/911559) | 01:58 |
uvirtbot | Launchpad bug 911559 in nova "AMQPConnectionException on launch VM after restart controller" [Undecided,New] | 01:58 |
*** galthaus has joined #openstack-dev | 02:00 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack/python-novaclient: PEP8 python-novaclient cleanup https://review.openstack.org/2772 | 02:01 |
*** vladimir3p has quit IRC | 02:02 | |
*** jog0 has quit IRC | 02:02 | |
*** andrewbogott has quit IRC | 02:04 | |
*** jdurgin has quit IRC | 02:05 | |
*** jakedahn has joined #openstack-dev | 02:07 | |
*** GonZo2000 has joined #openstack-dev | 02:14 | |
*** HugoKuo_ has joined #openstack-dev | 02:15 | |
*** GonZoPT has quit IRC | 02:16 | |
*** HugoKuo__ has quit IRC | 02:19 | |
openstackgerrit | Jake Dahn proposed a change to openstack/horizon: Cleaning up instance detail page. https://review.openstack.org/2761 | 02:20 |
*** westmaas has quit IRC | 02:22 | |
*** ttx has quit IRC | 02:23 | |
*** ironcamel2 has quit IRC | 02:23 | |
*** ttx has joined #openstack-dev | 02:24 | |
*** ttx has quit IRC | 02:24 | |
*** ttx has joined #openstack-dev | 02:24 | |
*** jakedahn has quit IRC | 02:24 | |
*** ironcamel2 has joined #openstack-dev | 02:25 | |
*** westmaas has joined #openstack-dev | 02:25 | |
mikal | gerrit -s fails for me... Is that possibly because I only signed the contributor agreement this morning? Is there a setup delay? | 02:30 |
*** Ryan_Lane has quit IRC | 02:31 | |
jeblair | mikal: you mean "git review -s" ? | 02:31 |
mikal | Yeah, sorry | 02:31 |
jeblair | mikal: are you running into this bug? | 02:32 |
jeblair | https://bugs.launchpad.net/git-review/+bug/911362 | 02:32 |
uvirtbot | Launchpad bug 911362 in git-review "git review -s puts the repo in an unusable state" [Critical,Fix released] | 02:32 |
jeblair | mikal: see the commands/output here: http://paste.openstack.org/show/4016/ | 02:33 |
mikal | No, I don't even get that far. One sec and I'll get you a paste | 02:34 |
jeblair | mikal: cool, thanks | 02:34 |
openstackgerrit | Ed Leafe proposed a change to openstack/keystone: Changes run_tests.sh to also run pep8 by default. https://review.openstack.org/2763 | 02:35 |
mikal | jeblair: http://paste.openstack.org/show/4064/ | 02:36 |
jeblair | mikal: can you telnet review.openstack.org 29418 | 02:38 |
mikal | Yep, I get something which looks a lot like a ssh header | 02:38 |
jeblair | mikal: can you sign in to https://review.openstack.org/ | 02:39 |
jeblair | (in your browser) | 02:39 |
mikal | Yep, I am signed in now | 02:39 |
jeblair | mikal: ssh mikalstill@review.openstack.org -p 29418 gerrit ls-projects | 02:40 |
jeblair | what's that get you? | 02:41 |
mikal | Hmmm, give me a sec | 02:42 |
mikal | jeblair: this is a bit confusing... it doesn't seem to be using my launchpad ssh id, which I assume is the one you guys are using | 02:44 |
jeblair | we copy the public keys over from launchpad periodically | 02:44 |
jeblair | there can be a delay in syncing them | 02:44 |
jeblair | https://review.openstack.org/#settings,ssh-keys | 02:44 |
mikal | But that command does work from my laptop (I was trying git review on my workstation) | 02:44 |
jeblair | you can manage them manually there | 02:44 |
mikal | So, I provisionally think this might be a problem with my ssh keys on my workstation | 02:44 |
jeblair | that sounds reasonable | 02:45 |
mikal | Sorry for wasting your time | 02:46 |
jeblair | mikal: not at all! let me (or mtaylor) know if there's anything else we can help with; we're generally responsible for the CI and code review systems | 02:47 |
mikal | Okie, thanks | 02:47 |
*** dolphm has quit IRC | 03:01 | |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Implement tooltips using twipsy and field help_text property. https://review.openstack.org/2773 | 03:08 |
*** dolphm has joined #openstack-dev | 03:08 | |
*** spiffxp has joined #openstack-dev | 03:12 | |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Implement tooltips using twipsy and field help_text property. https://review.openstack.org/2773 | 03:13 |
*** spiffxp has quit IRC | 03:30 | |
*** ncode has quit IRC | 03:39 | |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Remove last chzn ref https://review.openstack.org/2774 | 03:39 |
*** dayou has quit IRC | 03:39 | |
*** lloydde has quit IRC | 03:46 | |
*** ecarlin has joined #openstack-dev | 03:46 | |
*** ecarlin has quit IRC | 03:46 | |
*** lorin1 has quit IRC | 03:47 | |
*** nati2 has quit IRC | 03:48 | |
*** nati2 has joined #openstack-dev | 03:49 | |
*** dayou has joined #openstack-dev | 03:52 | |
*** dolphm has quit IRC | 03:54 | |
*** dolphm has joined #openstack-dev | 03:59 | |
openstackgerrit | Paul McMillan proposed a change to openstack/horizon: Float ALL form checkboxes left https://review.openstack.org/2775 | 04:12 |
openstackgerrit | Zhongyue Luo proposed a change to openstack/keystone: PEP8 keystone cleanup https://review.openstack.org/2776 | 04:16 |
*** lloydde has joined #openstack-dev | 04:18 | |
*** deshantm has quit IRC | 04:21 | |
*** mjfork has quit IRC | 04:56 | |
openstackgerrit | John Griffith proposed a change to openstack/nova: blueprint solidfire-san-iscsidriver Added myself to Authors file and fixed localization error. https://review.openstack.org/2575 | 05:03 |
*** jeremy has quit IRC | 05:18 | |
*** dolphm has quit IRC | 05:38 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack/keystone: PEP8 keystone cleanup https://review.openstack.org/2776 | 05:39 |
*** nati2_ has joined #openstack-dev | 05:44 | |
*** nati2 has quit IRC | 05:44 | |
*** sleepsonthefloo has joined #openstack-dev | 05:53 | |
*** nati2_ has quit IRC | 06:09 | |
*** nati2 has joined #openstack-dev | 06:09 | |
*** nati2_ has joined #openstack-dev | 06:24 | |
*** nati2 has quit IRC | 06:25 | |
*** HugoKuo__ has joined #openstack-dev | 06:31 | |
*** bepernoot has joined #openstack-dev | 06:33 | |
*** HugoKuo_ has quit IRC | 06:34 | |
*** bepernoot has quit IRC | 06:49 | |
*** nati2 has joined #openstack-dev | 06:53 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack/swift: PEP8 swift cleanup https://review.openstack.org/2777 | 06:54 |
*** nati2_ has quit IRC | 06:56 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Implement Endpoint and Endpoint Template Managers https://review.openstack.org/2778 | 06:56 |
*** zaitcev has quit IRC | 07:02 | |
*** Mandell has quit IRC | 07:02 | |
*** nati2_ has joined #openstack-dev | 07:10 | |
*** Mandell has joined #openstack-dev | 07:10 | |
*** nati2 has quit IRC | 07:11 | |
*** sleepsonthefloo has quit IRC | 07:12 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Implement Endpoint and Endpoint Template Managers https://review.openstack.org/2778 | 07:22 |
*** jeremy has joined #openstack-dev | 07:33 | |
*** TREllis has quit IRC | 07:43 | |
*** TREllis has joined #openstack-dev | 07:43 | |
*** bepernoot has joined #openstack-dev | 07:47 | |
mikal | Is prettytable missing from PIP at the moment? | 07:55 |
soren | mikal: Works for me. | 08:08 |
mikal | Hmmm. This is a new git directory, running ./run_tests.sh for the first time and saying it can build an environment. I'll delete .venv and try again. | 08:09 |
*** reidrac has joined #openstack-dev | 08:09 | |
*** nati2 has joined #openstack-dev | 08:13 | |
*** nati2_ has quit IRC | 08:14 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack/quantum: lxml missing in pip-requires https://review.openstack.org/2779 | 08:24 |
*** bepernoot has quit IRC | 08:27 | |
*** bepernoot has joined #openstack-dev | 08:27 | |
*** Remco_ has joined #openstack-dev | 08:29 | |
*** lloydde has quit IRC | 08:38 | |
*** Remco_ has quit IRC | 08:38 | |
*** eglynn has quit IRC | 08:43 | |
*** oneiroi has joined #openstack-dev | 08:49 | |
*** zul has quit IRC | 08:49 | |
*** apevec has joined #openstack-dev | 08:57 | |
*** Mandell has quit IRC | 09:05 | |
*** zul has joined #openstack-dev | 09:14 | |
*** jeremy has quit IRC | 09:19 | |
*** jeremy has joined #openstack-dev | 09:21 | |
*** eglynn has joined #openstack-dev | 09:27 | |
openstackgerrit | Ahmad Hassan proposed a change to openstack/nova: Add missing methods to limit controller https://review.openstack.org/812 | 09:33 |
openstackgerrit | Hengqing Hu proposed a change to openstack/glance: Add descriptive comments for some glance configuration options. https://review.openstack.org/2780 | 09:40 |
openstackgerrit | Zhongyue Luo proposed a change to openstack/quantum: PEP8 quantum cleanup https://review.openstack.org/2781 | 09:41 |
*** HugoKuo_ has joined #openstack-dev | 09:48 | |
*** HugoKuo__ has quit IRC | 09:53 | |
*** eglynn has quit IRC | 09:53 | |
*** rods has joined #openstack-dev | 09:58 | |
*** pixelbeat has joined #openstack-dev | 09:58 | |
*** eglynn has joined #openstack-dev | 10:01 | |
*** darraghb has joined #openstack-dev | 10:07 | |
*** eglynn has quit IRC | 10:13 | |
*** derekh has joined #openstack-dev | 10:20 | |
*** mnour has joined #openstack-dev | 10:24 | |
openstackgerrit | heut2008 proposed a change to openstack/nova: add a flag to fix mouse cursor problem. https://review.openstack.org/2582 | 10:50 |
*** Remco_ has joined #openstack-dev | 11:03 | |
*** feiyuliu has quit IRC | 11:18 | |
*** feiyuliu has joined #openstack-dev | 11:19 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack/python-novaclient: PEP8 python-novaclient cleanup https://review.openstack.org/2772 | 11:31 |
*** markmc has joined #openstack-dev | 11:32 | |
*** mikal has quit IRC | 11:37 | |
*** mikal has joined #openstack-dev | 11:41 | |
*** mikal has quit IRC | 11:45 | |
openstackgerrit | Hengqing Hu proposed a change to openstack/glance: Add descriptive comments for some glance configuration options. https://review.openstack.org/2780 | 11:56 |
*** eglynn has joined #openstack-dev | 12:01 | |
*** lorin1 has joined #openstack-dev | 12:06 | |
*** lorin1 has quit IRC | 12:07 | |
openstackgerrit | Zhongyue Luo proposed a change to openstack/quantum: PEP8 quantum cleanup https://review.openstack.org/2781 | 12:12 |
*** Remco__ has joined #openstack-dev | 12:26 | |
*** Remco_ has quit IRC | 12:28 | |
*** mjfork has joined #openstack-dev | 12:31 | |
openstackgerrit | Hengqing Hu proposed a change to openstack/glance: Add descriptive comments for some glance configuration options. https://review.openstack.org/2780 | 12:38 |
*** markvoelker has joined #openstack-dev | 12:42 | |
*** bsza has joined #openstack-dev | 12:45 | |
*** dayou has quit IRC | 12:53 | |
*** dayou has joined #openstack-dev | 12:57 | |
*** derekh has quit IRC | 13:13 | |
*** vinilios has joined #openstack-dev | 13:27 | |
*** dayou has quit IRC | 13:28 | |
*** vinilios has quit IRC | 13:29 | |
*** vinilios has joined #openstack-dev | 13:29 | |
*** dayou has joined #openstack-dev | 13:29 | |
*** vinilios has quit IRC | 13:32 | |
*** vinilios has joined #openstack-dev | 13:32 | |
*** dtroyer has joined #openstack-dev | 13:33 | |
*** vinilios has quit IRC | 13:34 | |
*** vinilios has joined #openstack-dev | 13:34 | |
*** vinilios has quit IRC | 13:34 | |
openstackgerrit | Sandy Walsh proposed a change to openstack/nova: Capacity table support https://review.openstack.org/2460 | 13:49 |
*** vinilios has joined #openstack-dev | 13:49 | |
*** kbringard has joined #openstack-dev | 13:55 | |
*** bcwaldon has joined #openstack-dev | 13:57 | |
*** rkukura has joined #openstack-dev | 14:00 | |
*** kbringard has quit IRC | 14:03 | |
openstackgerrit | dlapsley proposed a change to openstack/openstack-manuals: Fixes typo in "Quantum and Nova FlatManager" section. https://review.openstack.org/2782 | 14:08 |
*** HugoKuo__ has joined #openstack-dev | 14:08 | |
*** kbringard has joined #openstack-dev | 14:09 | |
*** HugoKuo_ has quit IRC | 14:12 | |
*** AlanClark has joined #openstack-dev | 14:13 | |
*** deshantm has joined #openstack-dev | 14:15 | |
*** derekh has joined #openstack-dev | 14:16 | |
openstackgerrit | gavri-fernandez proposed a change to openstack/python-melangeclient: Moved client code from main melange repo. https://review.openstack.org/2783 | 14:18 |
*** dprince has joined #openstack-dev | 14:22 | |
openstackgerrit | Russell Bryant proposed a change to openstack/glance: Fix help output for inverse of BoolOpt. https://review.openstack.org/2768 | 14:25 |
*** zul has quit IRC | 14:32 | |
*** zul has joined #openstack-dev | 14:33 | |
*** feiyuliu has quit IRC | 14:34 | |
*** mdomsch has joined #openstack-dev | 14:39 | |
*** lloydde has joined #openstack-dev | 14:43 | |
*** tryggvil_ has joined #openstack-dev | 14:45 | |
*** lts has joined #openstack-dev | 14:45 | |
*** chuck_ has joined #openstack-dev | 14:48 | |
*** zul has quit IRC | 14:48 | |
*** crobinso has joined #openstack-dev | 14:48 | |
*** chuck_ is now known as zul | 14:49 | |
*** zul has joined #openstack-dev | 14:49 | |
*** rnirmal has joined #openstack-dev | 14:53 | |
*** troytoman-away is now known as troytoman | 14:53 | |
openstackgerrit | Verification of a change to openstack/keystone failed: PEP8 keystone cleanup https://review.openstack.org/2776 | 14:54 |
*** zul has quit IRC | 14:54 | |
dprince | mtaylor/jeblair: you guys around? | 14:57 |
dprince | mtaylor/jeblair: https://jenkins.openstack.org/view/Gate/job/gate-integration-tests-devstack-vm/248/ | 14:57 |
dprince | Can I just re-trigger that merge prop again? I think that branch should run fine. | 14:59 |
*** zul has joined #openstack-dev | 14:59 | |
dprince | mtaylor/jeblair: Also. Got a couple of questions on what needs to happen when coordination needs to happen. For example what if Glance and Nova both need to change before a devstack gate passes. Or perhaps a config change that requires a devstack change, etc. Do we have a plan in place when coordination needs to happen? | 15:01 |
*** nati2 has quit IRC | 15:11 | |
*** nati2_ has joined #openstack-dev | 15:11 | |
*** mnour has quit IRC | 15:15 | |
*** blamar has joined #openstack-dev | 15:23 | |
*** dubsquared has joined #openstack-dev | 15:28 | |
*** ayoung has quit IRC | 15:31 | |
openstackgerrit | Hengqing Hu proposed a change to openstack/glance: Add comments for three options in glance-api.conf. https://review.openstack.org/2780 | 15:35 |
openstackgerrit | Thierry Carrez proposed a change to openstack/openstack-ci: Fix update_bug.py to match uploader format https://review.openstack.org/2558 | 15:37 |
*** dtroyer has quit IRC | 15:39 | |
*** jaypipes has joined #openstack-dev | 15:40 | |
jaypipes | ah it's good to be back... | 15:40 |
openstackgerrit | heut2008 proposed a change to openstack/glance: fix bug 911681 https://review.openstack.org/2784 | 15:42 |
uvirtbot | Launchpad bug 911681 in glance "oparser missing in bin/glance-control" [Undecided,New] https://launchpad.net/bugs/911681 | 15:42 |
*** dolphm has joined #openstack-dev | 15:43 | |
*** ttx has quit IRC | 15:43 | |
*** ttx has joined #openstack-dev | 15:43 | |
*** ttx has quit IRC | 15:43 | |
*** ttx has joined #openstack-dev | 15:43 | |
*** ttx has quit IRC | 15:45 | |
*** ttx has joined #openstack-dev | 15:45 | |
*** ttx has quit IRC | 15:45 | |
*** ttx has joined #openstack-dev | 15:45 | |
*** blamar has quit IRC | 15:46 | |
*** blamar has joined #openstack-dev | 15:47 | |
*** dtroyer has joined #openstack-dev | 15:52 | |
*** dragondm has joined #openstack-dev | 15:57 | |
openstackgerrit | Russell Bryant proposed a change to openstack/glance: Fix help output for inverse of BoolOpt. https://review.openstack.org/2768 | 15:58 |
*** ayoung has joined #openstack-dev | 15:59 | |
vinilios | has anyone tested setting up nova/glance on different hosts ? does nova retrieves image data over glance http api ? if so, is it efficient for large images (e.g. >5GB) | 16:01 |
*** zzed has joined #openstack-dev | 16:02 | |
openstackgerrit | Ivan Kolodyazhny proposed a change to openstack/nova: Fix pep8 errors. Add migrate scripts https://review.openstack.org/2785 | 16:06 |
openstackgerrit | Ivan Kolodyazhny proposed a change to openstack/nova: Bug 898585:nova-manage allows to create duplicate floating ips - fixed https://review.openstack.org/2756 | 16:06 |
uvirtbot | Launchpad bug 898585 in nova "nova-manage allows to create duplicate floating ips" [Medium,In progress] https://launchpad.net/bugs/898585 | 16:06 |
*** GheRivero_ has joined #openstack-dev | 16:06 | |
openstackgerrit | A change to openstack/glance has been rejected: Add comments for three options in glance-api.conf. https://review.openstack.org/2780 | 16:09 |
openstackgerrit | Dolph Mathews proposed a change to openstack/keystone: Initial keystone-manage rewrite (bp keystone-manage2) https://review.openstack.org/2511 | 16:12 |
openstackgerrit | Aaron Lee proposed a change to openstack/nova: Fixing name not defined https://review.openstack.org/2786 | 16:20 |
openstackgerrit | Aaron Lee proposed a change to openstack/nova: Make quantum_use_dhcp falsifiable https://review.openstack.org/2755 | 16:20 |
jaypipes | vinilios: yes, nova retrieves the first image from Glance and then stores the image bits locally in a filesystem cache (/var/lib/nova/images/_base IIRC) so that other instances started with that base image don't need to retrieve it again. We've also discussed some performance optimizations where Nova might directly use backend storage drivers to retrieve files directly from storage instead of going through Glance, but | 16:21 |
jaypipes | those optimizations are quite far off | 16:21 |
*** nati2 has joined #openstack-dev | 16:23 | |
*** nati2 has quit IRC | 16:25 | |
*** nati2_ has quit IRC | 16:25 | |
*** nati2 has joined #openstack-dev | 16:25 | |
*** reidrac has quit IRC | 16:27 | |
markmc | jeblair, there? | 16:30 |
jeblair | markmc: hiya | 16:36 |
markmc | jeblair, hey hey | 16:36 |
*** galthaus has quit IRC | 16:36 | |
markmc | jeblair, looks like I can +2 glance changes, even though I'm not in glance-core | 16:36 |
jeblair | markmc: on master, i take it? | 16:37 |
markmc | jeblair, sorry, yep | 16:37 |
jaypipes | markmc: don't mess us up! ;) | 16:37 |
markmc | jaypipes, exactly! | 16:37 |
jeblair | markmc: you are in nova-core, and nova-core is in glance-core | 16:37 |
markmc | take the gun out of my hands before I hurt someone! | 16:37 |
jeblair | jaypipes: is that intentional? | 16:37 |
markmc | jeblair, ah, that 'splains that | 16:38 |
jaypipes | jeblair: no, it should not be that way. that is a vestigial artifact from when glance was a newborn babe. | 16:38 |
*** bepernoot has quit IRC | 16:38 | |
*** nati2 has quit IRC | 16:39 | |
markmc | and now that glance is fully potty trained ... :) | 16:39 |
jaypipes | markmc: well, mostly potty trained... ;) | 16:40 |
* markmc refrains from digging into the analogy any further :-P | 16:41 | |
jaypipes | lol | 16:42 |
jeblair | jaypipes, markmc: i believe the setup is currently correct in launchpad, but i suspect the sync script for gerrit does not remove subteams. i'll remove it and update the existing bug we have about the sync script removing memberships | 16:43 |
openstackgerrit | heut2008 proposed a change to openstack/glance: fix bug 911681 https://review.openstack.org/2784 | 16:43 |
uvirtbot | Launchpad bug 911681 in glance "oparser missing in bin/glance-control" [Undecided,In progress] https://launchpad.net/bugs/911681 | 16:43 |
*** GheRivero_ has quit IRC | 16:44 | |
jeblair | markmc: done, let me know if you can still +2 glance, or if your powers come back in the future. | 16:44 |
markmc | jeblair, looks like I still can +3 | 16:44 |
markmc | jeblair, looks like I still can +2 | 16:44 |
jeblair | markmc: ugh, i think one version of the script may have actually populated glance-core with all the nova-core members. | 16:45 |
markmc | jeblair, sounds like your script needs some potty training :) | 16:46 |
jaypipes | jeblair: coolio. thx man | 16:46 |
jeblair | markmc: mtaylor's script, actually. :/ | 16:47 |
markmc | jeblair, ah, that explains it | 16:47 |
openstackgerrit | Aaron Lee proposed a change to openstack/nova: Fixing name not defined https://review.openstack.org/2786 | 16:48 |
*** dwalleck has joined #openstack-dev | 16:48 | |
jeblair | okay, i have clicked lots of little checkboxes. i made the thing on the left look like the thing on the right. hopefully that's it, and no-one will notice the same problem in the other projects before monty fixes bug 894128. | 16:48 |
uvirtbot | Launchpad bug 894128 in openstack-ci "sync script not removing people from groups" [High,Triaged] https://launchpad.net/bugs/894128 | 16:48 |
*** dwalleck has quit IRC | 16:48 | |
markmc | jeblair, cool, my powers are gone | 16:49 |
* markmc sighs a sigh of relief | 16:49 | |
*** dwalleck has joined #openstack-dev | 16:49 | |
*** ayoung has quit IRC | 16:50 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Initial keystone-manage rewrite (bp keystone-manage2) https://review.openstack.org/2511 | 16:53 |
*** tryggvil_ has quit IRC | 16:55 | |
*** rohitk has joined #openstack-dev | 16:57 | |
*** nati2 has joined #openstack-dev | 16:59 | |
*** mattray has joined #openstack-dev | 17:00 | |
*** maplebed has joined #openstack-dev | 17:02 | |
*** GheRivero_ has joined #openstack-dev | 17:02 | |
openstackgerrit | Aaron Lee proposed a change to openstack/nova: Make quantum_use_dhcp falsifiable https://review.openstack.org/2755 | 17:02 |
openstackjenkins | Project nova-docs build #1869: SUCCESS in 3 min 10 sec: https://jenkins.openstack.org/job/nova-docs/1869/ | 17:04 |
openstackjenkins | luozhongyue: PEP8 type comparison cleanup | 17:04 |
*** Gordonz has joined #openstack-dev | 17:09 | |
openstackgerrit | Verification of a change to openstack/nova failed: Fixing name not defined https://review.openstack.org/2786 | 17:11 |
*** sleepsonthefloo has joined #openstack-dev | 17:12 | |
vinilios | jaypipes: correct me if i'm wrong, giving a look at the nova/glance codebase, it seems that nova after receiving image data transfers those once again over rpc so that container nodes have access to them | 17:13 |
*** jog0 has joined #openstack-dev | 17:14 | |
jaypipes | vinilios: container nodes? | 17:14 |
openstackgerrit | Chuck Short proposed a change to openstack/nova: Fix typo in nova/rootwrap/compute.py. Fixes LP: #911880 https://review.openstack.org/2787 | 17:14 |
vinilios | jaypipes: sorry im not much into openstack terminology, the node where the vm instance gets created | 17:15 |
*** joesavak has joined #openstack-dev | 17:16 | |
jaypipes | vinilios: ah. :) compute node | 17:18 |
jaypipes | vinilios: container is more of a swift term :) | 17:18 |
jaypipes | vinilios: one sec, will answer your question shortly.. in meeting | 17:18 |
wwkeyboard | It looks like jenkins just failed while trying to install pylint? https://jenkins.openstack.org/job/gate-integration-tests-devstack-vm/255/console | 17:18 |
wwkeyboard | Does anyone know how to fix this issue? | 17:18 |
jeblair | it seems that http://www.logilab.org/project/pylint is down | 17:21 |
jeblair | we cache all of the actual packages, but i believe pip still hits the index and presumably some package sources to check on versions, etc. | 17:22 |
*** hugokuo has joined #openstack-dev | 17:22 | |
*** oneiroi has quit IRC | 17:24 | |
*** Remco__ has quit IRC | 17:24 | |
*** LinuxJedi has quit IRC | 17:26 | |
*** LinuxJedi has joined #openstack-dev | 17:27 | |
*** rohitk2 has joined #openstack-dev | 17:28 | |
*** rohitk has quit IRC | 17:29 | |
*** spiffxp has joined #openstack-dev | 17:29 | |
openstackgerrit | Verification of a change to openstack/nova failed: Make quantum_use_dhcp falsifiable https://review.openstack.org/2755 | 17:29 |
*** troytoman is now known as troytoman-away | 17:29 | |
wwkeyboard | jeblair: Thanks for the info, how do I go about rerunning those builds once it's back up? | 17:31 |
*** tryggvil has joined #openstack-dev | 17:31 | |
*** Mandell has joined #openstack-dev | 17:31 | |
*** eglynn has quit IRC | 17:32 | |
jeblair | wwkeyboard: you can re-approve them in gerrit | 17:32 |
wwkeyboard | jeblair: Thanks! | 17:32 |
*** linuxjedi_ has joined #openstack-dev | 17:33 | |
*** LinuxJedi has quit IRC | 17:33 | |
*** linuxjedi_ is now known as LinuxJedi | 17:34 | |
*** bcwaldon has quit IRC | 17:36 | |
*** derekh has quit IRC | 17:37 | |
*** zigo has joined #openstack-dev | 17:37 | |
openstackgerrit | Brad Hall proposed a change to openstack/quantum: Fix lp bug 897882 https://review.openstack.org/1988 | 17:38 |
uvirtbot | Launchpad bug 897882 in quantum "Quantum needs proper setup.py (was: command 'egg' not found when running install_venv.py)" [High,In progress] https://launchpad.net/bugs/897882 | 17:38 |
openstackgerrit | Verification of a change to openstack/nova failed: Fix typo in nova/rootwrap/compute.py. Fixes LP: #911880 https://review.openstack.org/2787 | 17:40 |
*** LinuxJedi has quit IRC | 17:44 | |
openstackgerrit | Ivan Kolodyazhny proposed a change to openstack/nova: Handle exception on migration https://review.openstack.org/2788 | 17:44 |
openstackgerrit | Ivan Kolodyazhny proposed a change to openstack/nova: Fix pep8 errors. Add migrate scripts https://review.openstack.org/2785 | 17:44 |
openstackgerrit | Ivan Kolodyazhny proposed a change to openstack/nova: Bug 898585:nova-manage allows to create duplicate floating ips - fixed https://review.openstack.org/2756 | 17:44 |
uvirtbot | Launchpad bug 898585 in nova "nova-manage allows to create duplicate floating ips" [Medium,In progress] https://launchpad.net/bugs/898585 | 17:44 |
*** dolphm has quit IRC | 17:46 | |
*** LinuxJedi has joined #openstack-dev | 17:48 | |
*** bhall has joined #openstack-dev | 17:50 | |
*** bhall has quit IRC | 17:50 | |
*** bhall has joined #openstack-dev | 17:50 | |
*** dragondm has quit IRC | 17:51 | |
mtaylor | markmc, jeblair: sorry. my script sucks | 17:52 |
*** nati2 has quit IRC | 17:52 | |
*** jdurgin has joined #openstack-dev | 17:52 | |
*** nati2 has joined #openstack-dev | 17:53 | |
*** oneiroi has joined #openstack-dev | 17:53 | |
*** oneiroi has quit IRC | 17:53 | |
openstackgerrit | sleepsonthefloor proposed a change to openstack-dev/devstack: Better domain parsing and improved instance cleanup https://review.openstack.org/2789 | 17:55 |
openstackgerrit | andrewbogott proposed a change to openstack/python-novaclient: Added command-line interfaces for the floating ip DNS api to nova. https://review.openstack.org/2707 | 17:59 |
*** troytoman-away is now known as troytoman | 18:00 | |
*** andrewbogott has joined #openstack-dev | 18:00 | |
andrewbogott | Is this patch (https://review.openstack.org/#change,2738) awaiting another reviewer, or is it stuck in some kind of gerrit limbo? (according to my understanding of the new workflow, it should've merged when Josh approved it.) | 18:03 |
*** ayoung has joined #openstack-dev | 18:05 | |
*** ayoung has quit IRC | 18:06 | |
*** ayoung has joined #openstack-dev | 18:06 | |
*** Remco_ has joined #openstack-dev | 18:06 | |
*** darraghb has quit IRC | 18:06 | |
jeblair | andrewbogott: it needs one more core reviewer to +2 on code review, and then someone (perhaps the same person at the same time, perhaps not) should vote +1 on Approved. | 18:07 |
jaypipes | vinilios: ok, back now... so, can I ask what part of Nova code make you think that Nova is passing image data via RPC to compute nodes? AFAIK, compute nodes pull image data from Glance directly. | 18:07 |
andrewbogott | So... a patch needs two checkmarks from core reviewers, and then someone to mark 'approved'? | 18:08 |
jeblair | andrewbogott: yep | 18:08 |
andrewbogott | ok, thanks. I'm not especially impatient, just wanted to make sure I hadn't fallen off the edge of the map somehow. | 18:08 |
jaypipes | andrewbogott: I'm not a nova-core reviewer, so I could only +1 ;) | 18:09 |
jeblair | sleepsonthefloo: do you think you or another devstack core person could look at https://review.openstack.org/#change,2720 | 18:09 |
andrewbogott | Yep, that much I followed. I didn't realize that it took two core reviewers. | 18:10 |
jeblair | sleepsonthefloo: we need that in order to get syslog from the components back to jenkins in the integration test job | 18:10 |
*** rohitk2 has quit IRC | 18:11 | |
*** Remco_ has quit IRC | 18:12 | |
*** dwalleck has quit IRC | 18:13 | |
sleepsonthefloo | jeblair: looking | 18:15 |
*** zaitcev has joined #openstack-dev | 18:24 | |
*** bepernoot has joined #openstack-dev | 18:29 | |
*** martine has joined #openstack-dev | 18:30 | |
*** zigo has quit IRC | 18:31 | |
*** bepernoot has quit IRC | 18:31 | |
jeblair | sleepsonthefloo: why does devstack have its own pip dependencies when it later does "sudo python setup.py develop" (which ensures the dependencies in pip-requires are met) for each of the projects. why not skip the pip depends and just rely on that? | 18:41 |
openstackgerrit | Johannes Erdfelt proposed a change to openstack/nova: Call mkfs with the correct order of arguments https://review.openstack.org/2791 | 18:41 |
sleepsonthefloo | jeblair - good point. We added the pips requires as needed to get stuff working, but it is possible some of them are no longer needed. | 18:46 |
sleepsonthefloo | I'll try removing them and see how it goes | 18:49 |
*** hugokuo has quit IRC | 18:51 | |
*** deshantm_ has joined #openstack-dev | 18:57 | |
*** deshantm has quit IRC | 18:59 | |
*** mattray1 has joined #openstack-dev | 18:59 | |
*** mattray has quit IRC | 19:00 | |
*** dwalleck has joined #openstack-dev | 19:03 | |
*** troytoman is now known as troytoman-away | 19:04 | |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci-puppet: Add CLA config to gerrit. https://review.openstack.org/2792 | 19:08 |
*** sniperd has joined #openstack-dev | 19:14 | |
sniperd | I have had a change in review for a few weeks now, should I be +1'ing it myself (I would assume this is frowned upon), or does this thing wait for a bit since fewer people review chef changes? https://review.openstack.org/#change,2571 | 19:14 |
openstackgerrit | gholt proposed a change to openstack/swift: AUTHORS and CHANGELOG updates for 1.4.5 https://review.openstack.org/2793 | 19:15 |
jeblair | dprince: see sniperd's question ^ | 19:16 |
dprince | sniperd: I'll take a look Josh. | 19:16 |
sniperd | dprince: thank you | 19:16 |
dprince | sniperd: I think that one got lost over the holidays. | 19:16 |
sniperd | dprince: yeah it was a few days before christmas, bad timing :) | 19:17 |
dtroyer | jeblair: some of that pip/apt installing in devstack dates back to when we were heavily trying to pre-cache pips and apts in images. IMHO it is still useful for the build_uec, build_uec_ramdisk, etc use cases, especially for those of us stuck behind small pipes to the net. | 19:18 |
jeblair | dtroyer: i'm interested in the same thing because i want the gate job to use the network as little as possible, but I'm thinking we can achieve something similar without actually duplicating the requirements. if caching mechanisms used the project dependencies directly we could get the same result. | 19:20 |
openstackgerrit | John Dickinson proposed a change to openstack/swift: version bump for 1.4.6 https://review.openstack.org/2794 | 19:21 |
*** Gordonz has quit IRC | 19:22 | |
jeblair | for instance, i'm thinking that if we pip installed nova/tools/pip-requires "setup.py develop" would be a no-op. by pip-installing them, the eggs can be pre-cached using the PIP_DOWNLOAD_CACHE (which isn't used in setup.py develop) | 19:22 |
jeblair | dtroyer: i'm writing up an email on this, i'll cc you. | 19:24 |
dtroyer | jeblair: ok… still thinking through the ramifications... | 19:25 |
*** dolphm has joined #openstack-dev | 19:29 | |
*** bcwaldon has joined #openstack-dev | 19:36 | |
zul | ttx: next upload for ubuntu will be using the rootwrpper | 19:43 |
Kiall | zul: BTW, To save me giving out bad info, Whats happening with the SRU updates? Have any of them landed in updates yet? (Specifically keystone/dash packages) | 19:45 |
zul | Kiall: I would have to double check im just back from vacation | 19:46 |
sleepsonthefloo | jeblair - i get errors when I try to remove the pip deps for keystone | 19:46 |
Kiall | zul: sure, i think everyone is in the same boat ;) | 19:47 |
openstackjenkins | Project nova-docs build #1870: SUCCESS in 2 min 45 sec: https://jenkins.openstack.org/job/nova-docs/1870/ | 19:48 |
openstackjenkins | francois.charlier: Fix bug 901899 | 19:48 |
uvirtbot | Launchpad bug 901899 in nova "Management of Associations between Networks and Projects fails" [High,Fix committed] https://launchpad.net/bugs/901899 | 19:48 |
jeblair | sleepsonthefloo: so is keyston's pip-requires file flawed? why not submit the difference to keystone as a bug/patch? it seems like devstack may be hiding problems if it does it itself. | 19:50 |
sleepsonthefloo | jeblair - that's probably a good way to go now. at the time we were working in much broader strokes. I'll open a bug. | 19:51 |
jeblair | sleepsonthefloo: cool | 19:51 |
openstackgerrit | Verification of a change to openstack/nova failed: Call mkfs with the correct order of arguments https://review.openstack.org/2791 | 19:54 |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci: Revert "Disable syslog because keystone is broken." https://review.openstack.org/2795 | 19:54 |
*** deshantm_ has quit IRC | 19:56 | |
*** rmk has quit IRC | 20:00 | |
openstackgerrit | A change to openstack/nova has been rejected: Bug 898585:nova-manage allows to create duplicate floating ips - fixed https://review.openstack.org/2756 | 20:01 |
uvirtbot | Launchpad bug 898585 in nova "nova-manage allows to create duplicate floating ips" [Medium,In progress] https://launchpad.net/bugs/898585 | 20:01 |
*** dolphm has quit IRC | 20:07 | |
openstackgerrit | Verification of a change to openstack/nova failed: Set VLAN MTU size when creating the vlan interface. https://review.openstack.org/2599 | 20:08 |
*** jhalt has joined #openstack-dev | 20:13 | |
*** Gordonz has joined #openstack-dev | 20:13 | |
*** Gordonz has quit IRC | 20:13 | |
jhalt | General openstack / Nova question. How does openstack deal with concurrent writes for the same data? | 20:13 |
*** Gordonz has joined #openstack-dev | 20:14 | |
jhalt | assuming that writes can be handled by one of many nodes in a cluster | 20:14 |
openstackgerrit | Josh Kearney proposed a change to openstack/nova: Send event notifications for suspend and resume. https://review.openstack.org/2796 | 20:15 |
johan_-_ | the integration tests failed my merge, but i can't see where in this output the failure is | 20:15 |
openstackgerrit | Verification of a change to openstack/keystone failed: PEP8 keystone cleanup https://review.openstack.org/2776 | 20:16 |
*** dolphm has joined #openstack-dev | 20:16 | |
johan_-_ | how do i figure out what the failure of the integration tests was? | 20:16 |
*** dolphm has quit IRC | 20:17 | |
johan_-_ | stack.sh failed: full log in /opt/stack/devstack/stack.sh.7160.log | 20:17 |
johan_-_ | i guess i need to look at that log? | 20:17 |
wwkeyboard | You should be able to check the console output in jenkens | 20:18 |
jhalt | Any info on how concurrent writes are handled? | 20:19 |
johan_-_ | wwkeyboard: it has no useful information | 20:20 |
johan_-_ | it looks like jenkins is broken completely for nova. all of the recent nova jobs have failed recently | 20:20 |
wwkeyboard | phooey | 20:20 |
jeblair | johan_-_: which build? | 20:20 |
jaypipes | johan_-_: look at the build artifacts: https://jenkins.openstack.org/view/Gate/job/gate-integration-tests-devstack-vm/265/ | 20:20 |
johan_-_ | jaypipes: the syslog file has no errors | 20:21 |
jeblair | Reading http://www.logilab.org/project/pylint | 20:21 |
jeblair | error: None | 20:21 |
jaypipes | johan_-_: I see this: rsyslogd-2039: Could no open output pipe '/dev/xconsole' | 20:21 |
jeblair | that's the error | 20:21 |
jeblair | python setup.py develop for nova triggers the installation of pylint via setuptools | 20:21 |
jeblair | the pylint homepage is down | 20:22 |
jaypipes | johan_-_: oh, I see... sorry, nm. jeblair is right on. | 20:22 |
wwkeyboard | The page still loads, its just really slow... | 20:22 |
jaypipes | perhaps it's running pylint on itself? ;) | 20:22 |
mtaylor | jaypipes: do you know the answer to jhalt's question above? | 20:22 |
jaypipes | jhalt: depends on the type of "data" that you are attempting to write I suppose... | 20:23 |
johan_-_ | when i see "error: None", i think "there was no error" | 20:23 |
jaypipes | johan_-_: heh, yeah, I did too. | 20:23 |
jeblair | i have an idea to try to cache those packages to reduce these incidents | 20:23 |
jeblair | yeah, that's setuptools output | 20:23 |
jhalt | Any sort of state where concurrent writes could problematic, such as state related to instances | 20:24 |
jaypipes | jeblair: just set PIP_DOWNLOAD_CACHE environ... | 20:24 |
jeblair | python setup.py develop doesn't use pip | 20:24 |
jeblair | it's purely internal distutils, and behaves more like easy_install | 20:25 |
jaypipes | jhalt: where writes/state changes need to be atomic, there is a semaphore and/or lockfile used to prevent multiple processes from doing certain actions simultaneously. | 20:25 |
jeblair | my idea is to pip install the pip-requires before running devstack so that i can use PIP_DOWNLOAD_CACHE, and that should make setup.py develop mostly no-op as far as downloads go | 20:26 |
*** Gordonz has quit IRC | 20:26 | |
jhalt | Is this lock file available cluster wide (assuming concurrent writes to some set of data can be handled by multiple nodes in a cluster)? | 20:27 |
jaypipes | jhalt: grep for @utils.synchronized in the nova source dir. | 20:28 |
jhalt | Or are writes to one set of data consistently handled by the same node? | 20:28 |
jaypipes | jhalt: depends on the data. for instance state, there's no reason to synchronize "across the cluster". for network stuff, there is a need, which is why the network node handles the sync state | 20:28 |
jhalt | But in the case of network data, one node handles all the writes? | 20:30 |
openstackgerrit | Adam Gandelman proposed a change to openstack/tempest: RestClient to target specific services in Keystone catalog https://review.openstack.org/2771 | 20:30 |
jaypipes | jhalt: by "writes", you mean things like changes to iptables or dnsmasq, etc? | 20:31 |
jaypipes | jhalt: or do you mean network database record state? | 20:31 |
jaypipes | jeblair: sounds reasonable... | 20:31 |
jhalt | Any sort of state where concurrent writes could be problematic. I just wanted to get an idea how such writes are handled in a distributed environment. | 20:32 |
jhalt | or more specifically, an openstack deployment | 20:33 |
jaypipes | jhalt: for things like iptables/ebtables/dnsmasq, I believe the network node uses a local lockfile to sync access to that stuff. For database records, we leave it to the DB... | 20:33 |
openstackjenkins | Project nova-docs build #1871: SUCCESS in 2 min 40 sec: https://jenkins.openstack.org/job/nova-docs/1871/ | 20:33 |
openstackjenkins | aaron.lee: Fixing name not defined | 20:33 |
jhalt | Ok | 20:33 |
jhalt | and presumably there's 1 network node | 20:34 |
jaypipes | jhalt: I'm no expert on the network side of things, though. You might want to ping vishy or dan wendlandt if they are on channel... | 20:34 |
jhalt | i was assuming that perhaps writes could be handled (perhaps load balanced) to multiple nodes in which case you might need a distributed lock or consistent hashing or something | 20:34 |
jaypipes | jhalt: yes, 1 network node (at least per zone, I think) is the usual setup I have seen | 20:34 |
jhalt | ok - thanks | 20:34 |
*** dolphm has joined #openstack-dev | 20:40 | |
*** bepernoot has joined #openstack-dev | 20:40 | |
openstackgerrit | Monty Taylor proposed a change to openstack/nova: Remove install_requires processing. https://review.openstack.org/2800 | 20:41 |
*** mattray1 is now known as mattray | 20:45 | |
*** mattray has joined #openstack-dev | 20:45 | |
markmc | zul, hey; another small batch of stable backports https://review.openstack.org/#q,project:openstack/nova+branch:stable/diablo+status:open+owner:markmc,n,z | 20:48 |
zul | makmc: k will get to it in a bit | 20:49 |
openstackjenkins | Project nova-docs build #1872: SUCCESS in 3 min 29 sec: https://jenkins.openstack.org/job/nova-docs/1872/ | 20:49 |
openstackjenkins | aaron.lee: Make quantum_use_dhcp falsifiable | 20:49 |
*** bepernoot has quit IRC | 20:50 | |
markmc | zul, thanks | 20:57 |
openstackgerrit | Johannes Erdfelt proposed a change to openstack/nova: Fix spelling of variable https://review.openstack.org/2807 | 20:57 |
*** bepernoot has joined #openstack-dev | 20:58 | |
*** rkukura has quit IRC | 20:59 | |
*** bcwaldon has quit IRC | 20:59 | |
*** bepernoot has quit IRC | 21:00 | |
*** jhalt has quit IRC | 21:00 | |
*** dprince has quit IRC | 21:00 | |
*** troytoman-away is now known as troytoman | 21:01 | |
openstackjenkins | Project nova-docs build #1873: SUCCESS in 3 min 18 sec: https://jenkins.openstack.org/job/nova-docs/1873/ | 21:04 |
openstackjenkins | Josh Kearney: Send event notifications for suspend and resume. | 21:04 |
ayoung | If anyone here has any experience with eventlet, I could use a bit of help getting a test case for IPv6 resolution working and would appreciate a little setup help | 21:05 |
openstackgerrit | Sandy Walsh proposed a change to openstack/nova: Add instance_name field to console detail command which will give the caller the necessary information to actually connect. https://review.openstack.org/2808 | 21:09 |
ayoung | Vek? I saw that you commented on the bug. | 21:10 |
openstackgerrit | Todd Willey proposed a change to openstack/nova: Set VLAN MTU size when creating the vlan interface. https://review.openstack.org/2599 | 21:18 |
openstackjenkins | Project nova-docs build #1874: SUCCESS in 3 min 21 sec: https://jenkins.openstack.org/job/nova-docs/1874/ | 21:19 |
openstackjenkins | * justin: Support local target for Solaris, use 'safe' command-line processing | 21:19 |
openstackjenkins | * Johannes Erdfelt: Call mkfs with the correct order of arguments | 21:19 |
openstackgerrit | Brad Hall proposed a change to openstack/nova: Add support for port security to QuantumManager https://review.openstack.org/2809 | 21:21 |
*** jhalt has joined #openstack-dev | 21:24 | |
ttx | zul: cool | 21:32 |
openstackgerrit | Verification of a change to openstack/nova failed: Remove install_requires processing. https://review.openstack.org/2800 | 21:34 |
jog0 | I am looking for reviewers https://review.openstack.org/#change,2737 | 21:35 |
*** nati2 has quit IRC | 21:37 | |
*** mattray has quit IRC | 21:38 | |
*** Arminder has joined #openstack-dev | 21:39 | |
openstackgerrit | Verification of a change to openstack/nova failed: preload cache table and keep it up to date https://review.openstack.org/2750 | 21:40 |
openstackgerrit | Brad Hall proposed a change to openstack/nova: Add support for port security to QuantumManager https://review.openstack.org/2809 | 21:41 |
*** joesavak has quit IRC | 21:53 | |
*** bengrue has quit IRC | 21:54 | |
*** Gordonz has joined #openstack-dev | 22:00 | |
*** lts has quit IRC | 22:02 | |
openstackjenkins | Project nova-docs build #1875: SUCCESS in 2 min 50 sec: https://jenkins.openstack.org/job/nova-docs/1875/ | 22:03 |
openstackjenkins | * Johannes Erdfelt: Fix spelling of variable | 22:03 |
openstackjenkins | * Sandy Walsh: Add instance_name field to console detail command | 22:03 |
*** andrewbogott_ has joined #openstack-dev | 22:05 | |
*** martine has quit IRC | 22:07 | |
*** andrewbogott has quit IRC | 22:08 | |
*** andrewbogott_ is now known as andrewbogott | 22:08 | |
openstackgerrit | Verification of a change to openstack/nova failed: Set VLAN MTU size when creating the vlan interface. https://review.openstack.org/2599 | 22:08 |
openstackgerrit | Russell Bryant proposed a change to openstack/glance: Split notification strategies out into modules. https://review.openstack.org/2810 | 22:14 |
openstackgerrit | Chris Behrens proposed a change to openstack/nova: Separate scheduler host management https://review.openstack.org/2552 | 22:14 |
*** dubsquared has quit IRC | 22:15 | |
openstackgerrit | Joe Gordon proposed a change to openstack/nova: Fix except format to match HACKING https://review.openstack.org/2811 | 22:17 |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Cleanup on syspanel.users to use new CBV's. https://review.openstack.org/2812 | 22:19 |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Converts syspanel.quotas to new tables. https://review.openstack.org/2813 | 22:19 |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Converts syspanel.services to new tables. https://review.openstack.org/2814 | 22:19 |
*** troytoman is now known as troytoman-away | 22:26 | |
*** crobinso has quit IRC | 22:27 | |
openstackjenkins | Project nova-docs build #1876: SUCCESS in 2 min 33 sec: https://jenkins.openstack.org/job/nova-docs/1876/ | 22:33 |
openstackjenkins | * Chuck Short: Fix typo in nova/rootwrap/compute.py. Fixes LP: #911880 | 22:33 |
openstackjenkins | * jogo: Fix except format to match HACKING | 22:33 |
openstackgerrit | Verification of a change to openstack/horizon failed: Converts syspanel.quotas to new tables. https://review.openstack.org/2813 | 22:34 |
*** GheRivero_ has quit IRC | 22:35 | |
openstackgerrit | Verification of a change to openstack/glance failed: fix bug 911681 https://review.openstack.org/2784 | 22:39 |
uvirtbot | Launchpad bug 911681 in glance "oparser missing in bin/glance-control" [Low,In progress] https://launchpad.net/bugs/911681 | 22:39 |
openstackgerrit | Johannes Erdfelt proposed a change to openstack/nova: Add missing space between XML attributes https://review.openstack.org/2815 | 22:42 |
openstackgerrit | Brad Hall proposed a change to openstack/nova: Add support for port security to QuantumManager https://review.openstack.org/2809 | 22:44 |
*** dolphm has quit IRC | 22:47 | |
openstackgerrit | Gabriel Hurley proposed a change to openstack/horizon: Bumped environment version after changes to github repo locations. https://review.openstack.org/2816 | 22:47 |
*** markvoelker has quit IRC | 22:47 | |
*** spiffxp has quit IRC | 22:49 | |
*** galthaus has joined #openstack-dev | 22:52 | |
openstackgerrit | Verification of a change to openstack/horizon failed: Bumped environment version after changes to github repo locations. https://review.openstack.org/2816 | 22:54 |
*** bsza has quit IRC | 22:56 | |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci: Cache pip-requires from each project on image. https://review.openstack.org/2817 | 23:01 |
*** Gordonz has quit IRC | 23:04 | |
*** cdub has quit IRC | 23:05 | |
*** kbringard has quit IRC | 23:05 | |
*** cdub has joined #openstack-dev | 23:07 | |
openstackgerrit | Verification of a change to openstack/horizon failed: Converts syspanel.services to new tables. https://review.openstack.org/2814 | 23:08 |
*** nati2 has joined #openstack-dev | 23:13 | |
*** apevec has quit IRC | 23:14 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Front-end logging https://review.openstack.org/2698 | 23:17 |
*** dwalleck_ has joined #openstack-dev | 23:17 | |
*** dwalleck_ has quit IRC | 23:17 | |
*** mdomsch has quit IRC | 23:18 | |
openstackjenkins | Project nova-docs build #1877: SUCCESS in 3 min 49 sec: https://jenkins.openstack.org/job/nova-docs/1877/ | 23:19 |
openstackjenkins | Johannes Erdfelt: Add missing space between XML attributes | 23:19 |
*** nati2_ has joined #openstack-dev | 23:19 | |
*** dwalleck has quit IRC | 23:20 | |
*** nati2 has quit IRC | 23:22 | |
openstackgerrit | Russell Bryant proposed a change to openstack/glance: Split notification strategies out into modules. https://review.openstack.org/2810 | 23:22 |
*** ironcamel2 has quit IRC | 23:27 | |
*** dragondm has joined #openstack-dev | 23:29 | |
*** gyee has joined #openstack-dev | 23:29 | |
openstackgerrit | James E. Blair proposed a change to openstack/openstack-ci: Revert "Cache pip-requires from each project on image." https://review.openstack.org/2818 | 23:31 |
*** zzed has quit IRC | 23:31 | |
*** ironcamel is now known as ironcamel2 | 23:31 | |
*** ironcamel2 is now known as ironcamel | 23:32 | |
*** spiffxp has joined #openstack-dev | 23:32 | |
openstackjenkins | Project nova-docs build #1878: SUCCESS in 2 min 39 sec: https://jenkins.openstack.org/job/nova-docs/1878/ | 23:33 |
openstackjenkins | Monty Taylor: Remove install_requires processing. | 23:33 |
*** ironcamel2 has joined #openstack-dev | 23:34 | |
*** rnirmal has quit IRC | 23:41 | |
*** gyee has quit IRC | 23:45 | |
openstackjenkins | Project nova-docs build #1879: SUCCESS in 2 min 23 sec: https://jenkins.openstack.org/job/nova-docs/1879/ | 23:48 |
openstackjenkins | Todd Willey: Set VLAN MTU size when creating the vlan interface. | 23:48 |
openstackgerrit | Brian Lamar proposed a change to openstack/nova: Ensure nova is compatible with WebOb 1.2+ https://review.openstack.org/2819 | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!