*** vincentricci_ has joined #openstack-dev | 00:04 | |
*** vincentricci has quit IRC | 00:04 | |
*** vincentricci_ is now known as vincentricci | 00:04 | |
*** littleidea has quit IRC | 00:04 | |
*** dtroyer has quit IRC | 00:06 | |
soren | vishy: Yes? | 00:07 |
---|---|---|
soren | vishy: It's way past my bedtime, so I hope this is short :) | 00:08 |
vishy | soren: i was going to ask a question about rootwrap but i think i figured it out | 00:08 |
soren | \o/ | 00:08 |
vishy | the kill filter was not checking for userargs[0] == 'kill' | 00:08 |
vishy | I added it in my fix | 00:08 |
vishy | btw, we don't get merge props for nova in here anymore | 00:08 |
vishy | i wonder why? | 00:08 |
*** sandywalsh has quit IRC | 00:08 | |
vishy | mtaylor, jeblair: ^^ | 00:08 |
*** littleidea has joined #openstack-dev | 00:09 | |
*** littleidea has quit IRC | 00:13 | |
*** littleidea has joined #openstack-dev | 00:14 | |
*** littleidea has quit IRC | 00:17 | |
*** littleidea has joined #openstack-dev | 00:21 | |
*** vincentricci_ has joined #openstack-dev | 00:22 | |
*** vincentricci has quit IRC | 00:22 | |
*** vincentricci_ is now known as vincentricci | 00:22 | |
*** sleepsonthefloo has quit IRC | 00:23 | |
*** sleepsonthefloo has joined #openstack-dev | 00:23 | |
*** deshantm has quit IRC | 00:24 | |
*** bengrue has joined #openstack-dev | 00:24 | |
*** sleepsonthefloo has quit IRC | 00:24 | |
*** sniperd has quit IRC | 00:25 | |
*** sandywalsh has joined #openstack-dev | 00:25 | |
zaitcev | I'm wondering, what could cause "tools/with_venv.sh python run_tests.py" exist without a byte of printout? | 00:25 |
*** vincentricci_ has joined #openstack-dev | 00:25 | |
*** vincentricci has quit IRC | 00:25 | |
*** vincentricci_ is now known as vincentricci | 00:25 | |
mnewby | zaitcev: broken venv | 00:25 |
zaitcev | Fortunately it exits with code 1, so it's not completely deceptive. | 00:26 |
mnewby | rm -r .venv | 00:26 |
*** reed has quit IRC | 00:27 | |
mnewby | zaitcev: is that the actual command you were running? | 00:28 |
mnewby | the command to run tests is ./run_tests.sh | 00:29 |
mnewby | the run_tests.sh script automatically invokes with_venv.sh | 00:29 |
zaitcev | It was the last command that sh -x run_test.sh printed. | 00:29 |
mnewby | or do you have your own run_tests.py? | 00:29 |
zaitcev | God, no. | 00:30 |
mnewby | Weird. I'm pretty sure it would be 'tools/with_venv.sh python nova/testing/runner.py' | 00:30 |
zaitcev | It's Keystone, not Nova. | 00:30 |
mnewby | Ah, ok. | 00:30 |
mnewby | My bad | 00:30 |
mnewby | I'd like to see every project use the same invocation to run tests, but we're not there yet. | 00:31 |
mnewby | With tox, maybe. | 00:31 |
zaitcev | np. Thanks though... I try to preserve .venv if I can, just to save some downloads. | 00:31 |
*** vincentricci_ has joined #openstack-dev | 00:31 | |
mnewby | The best way to preserver downloads is to set PIP_DOWNLOAD_CACHE | 00:31 |
mnewby | You can set it in ~/.pip/pip.conf as follows: | 00:32 |
mnewby | [install] | 00:32 |
mnewby | download_cache = /var/cache/pip | 00:32 |
mnewby | Writable directory of your choosing, of course. | 00:32 |
mnewby | You can also set PIP_DOWNLOAD_CACHE in your environment. | 00:32 |
zaitcev | I would prefer /home/zaitcev/something | 00:32 |
mnewby | Edit the path to your liking. | 00:32 |
mnewby | Then pip can reuse downloaded dependencies. | 00:33 |
mnewby | And you can blow away venv with little cost to you. | 00:33 |
mnewby | Tox, btw, handles this caching transparently. | 00:33 |
*** vincentricci has quit IRC | 00:33 | |
*** vincentricci_ is now known as vincentricci | 00:33 | |
*** danwent has quit IRC | 00:34 | |
*** jmckenty has joined #openstack-dev | 00:36 | |
*** nati2 has quit IRC | 00:36 | |
*** jmckenty has quit IRC | 00:36 | |
*** deshantm has joined #openstack-dev | 00:37 | |
*** bencherian has joined #openstack-dev | 00:38 | |
*** ohnoimdead has joined #openstack-dev | 00:38 | |
*** bengrue has quit IRC | 00:39 | |
*** vincentricci has quit IRC | 00:40 | |
termie | soren: i'm running into a bug with the python-profiler package, i can do a force install with apt-get download and dpkg --force-conflicts | 00:40 |
termie | soren: but afterwards the system is in a bad state and future packages complain about unment dependencies | 00:40 |
termie | soren: get this sort of output, http://pastebin.com/WJcpZV2H | 00:42 |
*** littleidea has quit IRC | 00:43 | |
*** nati2 has joined #openstack-dev | 00:44 | |
*** vincentricci has joined #openstack-dev | 00:51 | |
*** bencherian has quit IRC | 00:52 | |
*** vincentricci has quit IRC | 00:52 | |
*** PotHix has quit IRC | 00:53 | |
*** nati2 has quit IRC | 00:55 | |
*** Gordonz has joined #openstack-dev | 01:04 | |
*** littleidea has joined #openstack-dev | 01:05 | |
*** sleepsonthefloo has joined #openstack-dev | 01:07 | |
*** nati2 has joined #openstack-dev | 01:13 | |
*** j05h has joined #openstack-dev | 01:17 | |
*** spiffxp has quit IRC | 01:20 | |
*** adjohn has quit IRC | 01:21 | |
*** nati2 has quit IRC | 01:22 | |
andrewbogott | sleepsonthefloo: for what it's worth, I just rebuilt a fresh devstack install, and images still don't work. No other special steps other than starting the service? | 01:28 |
sleepsonthefloo | andrewbogott - how are you creating the volumes? through dashboard? and as what user? | 01:29 |
andrewbogott | at the moment I'm just doing euca-create-volume | 01:29 |
andrewbogott | The results are the same if I use the dashboard and log in as admin | 01:30 |
*** nati2 has joined #openstack-dev | 01:33 | |
*** nati2 has quit IRC | 01:38 | |
*** dtroyer has joined #openstack-dev | 01:40 | |
*** nati2 has joined #openstack-dev | 01:40 | |
sleepsonthefloo | andrewbogott - I may have reproduced. It works for me on bare metal, but looks to have failed on vbox. I'll also try on kvm and see how that goes. Are you doing this in a vm? How exactly are you running devstack? I'll be back in a little bit... | 01:42 |
andrewbogott | I am running it in a vm. | 01:43 |
andrewbogott | And the vm is running in openstack :) | 01:43 |
*** andrewbogott_ has joined #openstack-dev | 01:45 | |
*** Gordonz has quit IRC | 01:45 | |
andrewbogott | sleepsonthefloo: I need to go but andrewbogott_ will receive your wisdom. Thanks! | 01:46 |
*** andrewbogott has quit IRC | 01:46 | |
*** andrewbogott has joined #openstack-dev | 01:46 | |
*** maplebed has quit IRC | 01:53 | |
*** boogle has quit IRC | 01:57 | |
*** nati2 has quit IRC | 01:59 | |
*** Gordonz has joined #openstack-dev | 02:04 | |
*** shevek_ has quit IRC | 02:06 | |
*** martine has joined #openstack-dev | 02:06 | |
*** shevek_rs has quit IRC | 02:06 | |
*** ncode has joined #openstack-dev | 02:15 | |
*** ncode has joined #openstack-dev | 02:15 | |
*** littleidea has quit IRC | 02:20 | |
*** littleidea has joined #openstack-dev | 02:23 | |
*** mgius has quit IRC | 02:26 | |
*** mgius has joined #openstack-dev | 02:48 | |
*** Gordonz has quit IRC | 02:52 | |
*** martine has quit IRC | 02:52 | |
*** ohnoimdead has quit IRC | 02:53 | |
*** nati2 has joined #openstack-dev | 02:54 | |
*** mgius has quit IRC | 03:01 | |
*** nati2 has quit IRC | 03:06 | |
*** nati2 has joined #openstack-dev | 03:08 | |
*** mnewby has quit IRC | 03:18 | |
*** gyee has quit IRC | 03:19 | |
*** martine has joined #openstack-dev | 03:21 | |
*** dprince has joined #openstack-dev | 03:35 | |
*** martine has quit IRC | 04:10 | |
*** eglynn has joined #openstack-dev | 04:58 | |
*** eglynn__ has quit IRC | 05:01 | |
*** utlemming has quit IRC | 05:04 | |
*** utlemming has joined #openstack-dev | 05:04 | |
*** andrewsmedina has quit IRC | 05:07 | |
*** mikeyp has quit IRC | 05:33 | |
*** Mandell has joined #openstack-dev | 05:37 | |
*** littleidea has quit IRC | 05:40 | |
*** littleidea has joined #openstack-dev | 05:41 | |
*** reed has joined #openstack-dev | 06:26 | |
*** zaitcev has quit IRC | 06:28 | |
*** x86brandon has quit IRC | 06:45 | |
*** dwalleck has joined #openstack-dev | 07:01 | |
*** dwalleck has quit IRC | 07:02 | |
soren | termie: Uh... Yeah. Why do you need it? | 07:33 |
*** deshantm has quit IRC | 07:34 | |
openstackgerrit | Verification of a change to openstack/keystone failed: Fix "KeyError: 'service-header-mappings'" https://review.openstack.org/3742 | 07:58 |
openstackgerrit | Verification of a change to openstack/glance failed: Get rid of DeprecationWarning during db migration https://review.openstack.org/3751 | 07:59 |
openstackgerrit | Verification of a change to openstack/keystone failed: Hyphens in var names produce warnings (bug 925718) https://review.openstack.org/3703 | 08:15 |
uvirtbot | Launchpad bug 925718 in keystone "keystone.conf format changes produces warnings" [Low,In progress] https://launchpad.net/bugs/925718 | 08:15 |
*** shevek_ has joined #openstack-dev | 08:24 | |
*** reed has quit IRC | 08:32 | |
*** littleidea has quit IRC | 09:10 | |
*** LinuxJedi has quit IRC | 09:17 | |
*** Mandell has quit IRC | 09:45 | |
*** Ryan_Lane has joined #openstack-dev | 10:14 | |
*** eglynn has quit IRC | 10:17 | |
*** berendt has joined #openstack-dev | 10:52 | |
*** berendt has quit IRC | 11:14 | |
*** danwent has joined #openstack-dev | 12:05 | |
*** reed has joined #openstack-dev | 12:31 | |
*** eglynn has joined #openstack-dev | 12:45 | |
*** Ryan_Lane has quit IRC | 12:51 | |
*** reed has quit IRC | 13:04 | |
*** reed has joined #openstack-dev | 13:12 | |
*** LinuxJedi has joined #openstack-dev | 13:20 | |
*** Ryan_Lane has joined #openstack-dev | 13:30 | |
soren | termie: "Doctor, doctor, it hurts when I twist my arm in a funny way." | 14:20 |
*** reed_ has joined #openstack-dev | 14:25 | |
*** reed has quit IRC | 14:26 | |
*** Ryan_Lane has quit IRC | 14:30 | |
*** reed_ has quit IRC | 14:39 | |
*** berendt has joined #openstack-dev | 15:13 | |
*** dweimer has quit IRC | 15:19 | |
*** dweimer has joined #openstack-dev | 15:20 | |
*** littleidea has joined #openstack-dev | 15:21 | |
*** zykes- has joined #openstack-dev | 15:22 | |
*** prakasht_ has joined #openstack-dev | 15:24 | |
*** zykes-_ has quit IRC | 15:25 | |
berendt | is it planned to add the feature "stopping of an instance" ? is there already a blue print for this use case ? | 15:26 |
Kiall | berendt: instances can already be both paused and suspended if thats what you mean? | 15:29 |
*** Mandell has joined #openstack-dev | 15:29 | |
*** zykes- has quit IRC | 15:30 | |
*** zykes- has joined #openstack-dev | 15:30 | |
Kiall | `nova (pause|unpause|suspend|resume) $server_id` | 15:31 |
berendt | Kiall: i want to really stop them from the outside and start them later | 15:31 |
berendt | Kiall: or is suspend = stop ? | 15:31 |
Kiall | suspend = pull the power cord, resume = plug the power back in and hit the "on" switch | 15:32 |
berendt | Kiall: ok. what happens if i shutdown an instance with "shutdown -h now".. is it in state suspend? | 15:32 |
Kiall | while suspended, the instance's KVM etc will be stopped and thus not be chewing memory etc | 15:32 |
Kiall | No - If you shutdown, nova will still believe the instance is active.. But that doesnt necessarily hurt | 15:33 |
Kiall | Also, If the VM doesnt issue the right ACPI calls, the KVM process will stay alive | 15:33 |
berendt | Kiall: sounds good, should be enough for the customer use case | 15:33 |
Kiall | (you know how sometimes you shutdown a server and is says "System is halted" rather than actually turning the server off?) | 15:34 |
Kiall | Also, if you "shutdown -h", can you get it back with `nova reboot $id` | 15:34 |
berendt | Kiall: "system is halted" not for every distribution. i think sles is directly going down without hanging around. | 15:35 |
Kiall | Every distro can shutdown correctly, or incorrectly, depending on if they issue the ACPI calls correctly. | 15:36 |
Kiall | Once the kernel is finished shutting down, it issues an ACPI call that tells the server's hardware to power down. If that call is send, kvm will exit, if it is not, kvm will stay active. | 15:37 |
Kiall | sent* | 15:37 |
berendt | Kiall: if i manually shutdown an instance nova will not notice that, right? | 15:37 |
berendt | sorry, i have no test system with me at the moment :( | 15:38 |
Kiall | Yes/No. If the server issues the correct APCI call, and KVM exits, then it will notice than an instance is no longer running. But it will not switch it to "suspended" state automatically | 15:38 |
Kiall | If the VM does not issue ACPI calls, then nova wont have the slightest clue as the KVM process is still running | 15:38 |
berendt | Kiall: but the instance is persistent and will not be removed after stopping | 15:38 |
berendt | (i think that's the point importing for the customer) | 15:38 |
*** prakasht_ has quit IRC | 15:39 | |
Kiall | Yes - Nothing gets deleted unless you tell nova to delete | 15:39 |
*** Mandell has quit IRC | 15:39 | |
Kiall | (or "terminate" in the ec2 API terminology) | 15:39 |
berendt | also in the past? | 15:39 |
Kiall | humm? | 15:39 |
berendt | i thought the instances were no more available after shutting down i think with bexar | 15:40 |
Kiall | I'm not sure how bexar handled it, diablo+ certainly does not destroy an instance until you tell it to. | 15:41 |
Kiall | And instances can always be restarted until you delete them.. | 15:41 |
berendt | that's good. thanks for your support. | 15:42 |
*** littleidea has quit IRC | 15:43 | |
*** blamar has joined #openstack-dev | 15:52 | |
*** nati2 has joined #openstack-dev | 16:00 | |
*** nati2 has quit IRC | 16:11 | |
*** berendt has quit IRC | 16:12 | |
*** andrewsmedina has joined #openstack-dev | 16:27 | |
*** mdomsch has quit IRC | 16:36 | |
*** bencherian has joined #openstack-dev | 16:51 | |
*** andrewbogott_ has quit IRC | 16:51 | |
*** andrewbogott has joined #openstack-dev | 16:53 | |
*** deshantm has joined #openstack-dev | 16:56 | |
*** x86brandon has joined #openstack-dev | 16:58 | |
andrewbogott | sleepsonthefloo and/or sleepsonthefloor: Did you say, right before I vanished last night, that you'd reproduced my nova volumes issue? | 17:00 |
andrewbogott | (btw, "It's the weekend, don't bug me" would be a valid answer to that question) | 17:01 |
*** danwent has quit IRC | 17:09 | |
*** maplebed has joined #openstack-dev | 17:19 | |
*** zykes- has quit IRC | 17:33 | |
*** danwent has joined #openstack-dev | 17:42 | |
*** rmkdroid has joined #openstack-dev | 17:53 | |
*** deshantm_ has joined #openstack-dev | 17:56 | |
*** deshantm has quit IRC | 17:56 | |
*** deshantm_ has quit IRC | 17:57 | |
*** deshantm has joined #openstack-dev | 17:57 | |
*** littleidea has joined #openstack-dev | 17:58 | |
*** littleidea has quit IRC | 18:01 | |
*** littleidea has joined #openstack-dev | 18:15 | |
*** zykes- has joined #openstack-dev | 18:16 | |
*** Remco_ has joined #openstack-dev | 18:46 | |
*** rmkdroid2 has joined #openstack-dev | 18:51 | |
*** rmkdroid has quit IRC | 18:52 | |
*** rmkdroid3 has joined #openstack-dev | 18:52 | |
*** rmkdroid2 has quit IRC | 18:57 | |
*** rmkdroid3 has quit IRC | 18:58 | |
openstackgerrit | Verification of a change to openstack/nova failed: Re-run nova-manage under sudo if unable to read conffile https://review.openstack.org/3777 | 19:27 |
*** markvoelker1 has joined #openstack-dev | 19:35 | |
*** markvoelker has quit IRC | 19:36 | |
openstackgerrit | Verification of a change to openstack/nova failed: Re-run nova-manage under sudo if unable to read conffile https://review.openstack.org/3777 | 19:40 |
*** bencherian has quit IRC | 19:54 | |
*** ron-slc has joined #openstack-dev | 19:58 | |
*** bencherian has joined #openstack-dev | 20:15 | |
*** bencherian has quit IRC | 20:23 | |
*** danwent has quit IRC | 20:28 | |
*** sleepsonthefloo has quit IRC | 20:41 | |
*** Remco__ has joined #openstack-dev | 20:42 | |
*** Remco_ has quit IRC | 20:42 | |
*** sleepsonthefloo has joined #openstack-dev | 20:50 | |
*** danwent has joined #openstack-dev | 21:01 | |
*** stuntmachine has joined #openstack-dev | 21:17 | |
*** eglynn has quit IRC | 21:29 | |
*** stuntmachine has quit IRC | 21:45 | |
openstackgerrit | Verification of a change to openstack/nova failed: Re-run nova-manage under sudo if unable to read conffile https://review.openstack.org/3777 | 21:46 |
soren | mtaylor: ^ That makes no sense to me. It runs perfectly fine locally. | 21:54 |
mtaylor | soren: looking | 21:55 |
mtaylor | soren: https://jenkins.openstack.org/job/gate-nova-unittests/ws/run_tests.log/*view*/ | 21:58 |
mtaylor | soren: which is weird, since eventlet is installed... digging in to it | 21:59 |
openstackgerrit | Verification of a change to openstack/nova failed: Re-run nova-manage under sudo if unable to read conffile https://review.openstack.org/3777 | 22:05 |
mtaylor | soren: FASCINATING... why did this ever work before? | 22:07 |
*** Remco__ has quit IRC | 22:07 | |
openstackgerrit | Verification of a change to openstack/nova failed: Re-run nova-manage under sudo if unable to read conffile https://review.openstack.org/3777 | 22:10 |
*** Remco_ has joined #openstack-dev | 22:16 | |
openstackgerrit | Verification of a change to openstack/nova failed: Re-run nova-manage under sudo if unable to read conffile https://review.openstack.org/3777 | 22:30 |
*** zul has quit IRC | 22:41 | |
*** crobinso has quit IRC | 22:51 | |
*** littleidea has quit IRC | 22:52 | |
*** littleidea has joined #openstack-dev | 22:54 | |
*** ron-slc has quit IRC | 22:54 | |
*** sleepsonthefloo has quit IRC | 22:59 | |
*** utlemming has quit IRC | 23:00 | |
*** utlemming has joined #openstack-dev | 23:00 | |
*** ron-slc has joined #openstack-dev | 23:09 | |
mtaylor | soren: ok. fixed. it was my fault. sorry | 23:12 |
openstackgerrit | Verification of a change to openstack/keystone failed: Hyphens in var names produce warnings (bug 925718) https://review.openstack.org/3703 | 23:12 |
uvirtbot | Launchpad bug 925718 in keystone "keystone.conf format changes produces warnings" [Low,In progress] https://launchpad.net/bugs/925718 | 23:12 |
soren | mtaylor: Cool, thanks. | 23:17 |
mtaylor | soren: thank you! it was actually a massive bug I | 23:17 |
mtaylor | introduced | 23:17 |
mtaylor | grateful to have found and fix on the weekend | 23:17 |
*** anotherjesse has joined #openstack-dev | 23:19 | |
*** martine has joined #openstack-dev | 23:24 | |
*** Remco_ has quit IRC | 23:31 | |
*** maplebed has quit IRC | 23:34 | |
*** eglynn has joined #openstack-dev | 23:37 | |
*** HugoKuo_ has joined #openstack-dev | 23:40 | |
*** larissa has quit IRC | 23:42 | |
*** larissa` has joined #openstack-dev | 23:42 | |
*** ches- has joined #openstack-dev | 23:42 | |
*** ameade_ has joined #openstack-dev | 23:42 | |
*** s1rp_ has joined #openstack-dev | 23:42 | |
*** pandemicsyn2 has joined #openstack-dev | 23:43 | |
*** larissa` is now known as larissa | 23:43 | |
*** eglynn has quit IRC | 23:43 | |
*** jeblair_ has joined #openstack-dev | 23:44 | |
*** ttx` has joined #openstack-dev | 23:44 | |
*** soren_ has joined #openstack-dev | 23:44 | |
*** _cerberu` has joined #openstack-dev | 23:44 | |
*** ches has quit IRC | 23:45 | |
*** ameade has quit IRC | 23:45 | |
*** s1rp has quit IRC | 23:45 | |
*** pandemicsyn has quit IRC | 23:45 | |
*** hugokuo has quit IRC | 23:45 | |
*** TREllis has quit IRC | 23:45 | |
*** ogelbukh has quit IRC | 23:45 | |
*** ttx has quit IRC | 23:45 | |
*** jeblair has quit IRC | 23:45 | |
*** utlemming has quit IRC | 23:45 | |
*** elasticdog has quit IRC | 23:45 | |
*** _cerberus_ has quit IRC | 23:45 | |
*** soren has quit IRC | 23:45 | |
*** ogelbukh has joined #openstack-dev | 23:45 | |
*** TREllis has joined #openstack-dev | 23:45 | |
*** cloudfly has quit IRC | 23:45 | |
*** elasticdog has joined #openstack-dev | 23:47 | |
*** zul has joined #openstack-dev | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!