bcwaldon | well, ./run_tests.sh and building a venv | 00:00 |
---|---|---|
mtaylor | bcwaldon: um, no | 00:01 |
bcwaldon | ...yeah | 00:01 |
s1rp | yeah haven't seen that either | 00:02 |
jgriffith | slrp: git status shows nothing to commit, didn't work after a new checkout of trunk either. | 00:02 |
jgriffith | Is there another way to do this other than teh "checkout -b bug/897075" | 00:02 |
mtaylor | jgriffith: so - you might want to make a new branch off of origin master (git checkout -b blah origin/master) and then cherry pick the sha1 of your change on to the branch if the world of rebase has gotten you to a bad place | 00:04 |
jgriffith | mtaylor: Ok, I think I'll give that a try | 00:05 |
mtaylor | bcwaldon: well, that commit seems to be in keystone on github | 00:05 |
*** rods has quit IRC | 00:06 | |
mtaylor | although it's rather old | 00:06 |
jgriffith | mtaylor: That means I'd abandon my other branch and just open a new review/change correct? | 00:06 |
mtaylor | jgriffith: nah | 00:06 |
mtaylor | jgriffith: when you cherry-pick, it should bring your commit message along with it | 00:06 |
jgriffith | Ahh | 00:06 |
mtaylor | jgriffith: what's the gerrit change? | 00:06 |
jgriffith | https://review.openstack.org/#/c/6511/ | 00:07 |
*** thingee has quit IRC | 00:07 | |
mtaylor | jgriffith: you can also do "git review -d 6511 ; git remote update gerrit ; git rebase -i gerrit/master" | 00:08 |
jgriffith | Ahh... ok, let me try that | 00:08 |
mtaylor | and then fix the problem and do git review and all _should_ be ok (just make sureyou remove the conflict markers from the commit message) | 00:08 |
*** rods has joined #openstack-dev | 00:09 | |
mtaylor | bcwaldon: now, for _your_problem... | 00:09 |
mtaylor | bcwaldon, s1rp: gerrit change number? I'd like to play too | 00:09 |
bcwaldon | yeah... | 00:09 |
jgriffith | mtaylor: same message: http://paste.openstack.org/show/14329/ | 00:10 |
jgriffith | Sorry... I can wait til you finish up with bcwaldon :) | 00:11 |
*** Shrews has joined #openstack-dev | 00:11 | |
mtaylor | yes! now you need to resolve the conflict | 00:11 |
*** edygarcia_ has joined #openstack-dev | 00:12 | |
mtaylor | jgriffith: git diff should show you where the problems are - then you can git add the files after you're done fixing, and then do "git rebase --continue" | 00:12 |
jgriffith | Oh, geez! Thank you!!! | 00:12 |
jgriffith | It could've just said "you have merge conflicts" like mercurial! | 00:13 |
bcwaldon | It does say it, just in its own special way :) | 00:13 |
bcwaldon | mtaylor / s1rp: can either of you build a glance venv locally? | 00:14 |
*** edygarcia_ has quit IRC | 00:15 | |
*** edygarcia has quit IRC | 00:15 | |
openstackgerrit | Verification of a change to openstack/glance failed: Integrate openstack-common using update.py https://review.openstack.org/6780 | 00:17 |
mtaylor | bcwaldon: on trunk? trying now... | 00:19 |
bcwaldon | mtaylor: yes, thats where that paste came from | 00:19 |
*** mszilagyi has quit IRC | 00:19 | |
mtaylor | bcwaldon: well, fwiw, last cache build of that worked on jenkins at least 18 minutes ago: https://jenkins.openstack.org/view/Glance/job/glance-venv/180/ | 00:20 |
mtaylor | not that such a thing means that it's going to work locally for you, mind you | 00:20 |
bcwaldon | ok, it keeps failing on installing keystone | 00:20 |
bcwaldon | with that /usr/bin/git error | 00:20 |
mtaylor | have I mentioned that I can't wait to get more alignment with how things run ? | 00:21 |
bcwaldon | mtaylor: yeah... | 00:21 |
bcwaldon | you have | 00:21 |
*** edygarcia has joined #openstack-dev | 00:21 | |
mtaylor | ok. as long as I've mentioned that | 00:21 |
bcwaldon | loud and clear, good buddy | 00:21 |
mtaylor | bcwaldon: so, don't shoot me ... but ... | 00:22 |
mtaylor | bcwaldon: it worked fine for me | 00:22 |
bcwaldon | :| | 00:22 |
mtaylor | git --version | 00:23 |
mtaylor | git version 1.7.9.5 | 00:23 |
bcwaldon | 1.7.5.4 | 00:23 |
mtaylor | mordred@camelot:~/src/glance$ pip --version | 00:23 |
mtaylor | pip 1.0 from /usr/lib/python2.7/dist-packages (python 2.7) | 00:23 |
bcwaldon | but I havent changed anything! | 00:23 |
bcwaldon | 1.0.2 | 00:23 |
mtaylor | mordred@camelot:~/src/glance$ virtualenv --version | 00:23 |
mtaylor | 1.7.1.2 | 00:23 |
bcwaldon | 1.7 | 00:23 |
mtaylor | ok. so, none of those things really should matter | 00:23 |
mtaylor | bcwaldon: try doing rm -rf .venv/src/keystone ? | 00:24 |
bcwaldon | I | 00:24 |
bcwaldon | keep blowing away .venv altogether | 00:24 |
mtaylor | hrm. that's really vexing | 00:24 |
bcwaldon | indubitably | 00:24 |
mtaylor | bcwaldon: I get this - but the -E error is ignored http://paste.openstack.org/show/14330/ | 00:25 |
*** edygarcia_ has joined #openstack-dev | 00:25 | |
mtaylor | bcwaldon: what happens if you remove the explicit commit version from pip-requires for keystone? | 00:25 |
bcwaldon | running | 00:26 |
*** edygarcia has quit IRC | 00:27 | |
bcwaldon | thats it | 00:28 |
bcwaldon | wtf | 00:28 |
mtaylor | ok, I have NO idea | 00:28 |
mtaylor | but that cements a couple of things in my brainhole... | 00:29 |
bcwaldon | did pip break in 1.0.2? | 00:29 |
bcwaldon | you only have 1.0 | 00:29 |
mtaylor | a) I REALLY need to get python-keystoneclient and python-novaclient uploaded to pypi | 00:29 |
mtaylor | b) we need to get glance ported to python-keystone client | 00:29 |
bcwaldon | this isnt just keystoneclient | 00:29 |
mtaylor | I know | 00:29 |
mtaylor | and I don't know about the pip version question | 00:29 |
*** edygarcia_ has quit IRC | 00:29 | |
bcwaldon | we depend on keystone itself for the middleware | 00:29 |
bcwaldon | this isnt a client thing | 00:30 |
mtaylor | oh, really? piddle, that's right | 00:30 |
bcwaldon | we could just mock it out for tests | 00:30 |
mtaylor | still, I do need to do those things | 00:30 |
bcwaldon | yes | 00:30 |
*** edygarcia_ has joined #openstack-dev | 00:31 | |
*** Ryan_Lane has quit IRC | 00:31 | |
*** Ryan_Lane1 has joined #openstack-dev | 00:31 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 00:31 | |
*** Ryan_Lane has joined #openstack-dev | 00:31 | |
bcwaldon | mtaylor: holy crap | 00:35 |
bcwaldon | mtaylor: pip 0.7.2 works for me | 00:35 |
bcwaldon | mtaylor: pip broke! | 00:35 |
bcwaldon | just on mac os x | 00:35 |
mtaylor | WOW | 00:36 |
mtaylor | that's stellar | 00:36 |
*** andrewbogott has joined #openstack-dev | 00:36 | |
*** flaviamissi has quit IRC | 00:36 | |
*** flaviamissi has joined #openstack-dev | 00:36 | |
openstackgerrit | Verification of a change to openstack/nova failed: Provide better quota error messages. https://review.openstack.org/6932 | 00:36 |
bcwaldon | mtaylor: hmm, this release note looks suspect: "Fixed issue #283 - Finds a Git tag pointing to same commit as origin/master" | 00:37 |
bcwaldon | mtaylor: maybe if I would update git that would fix it | 00:37 |
*** pengyong has joined #openstack-dev | 00:38 | |
bcwaldon | gah, whats going on | 00:38 |
bcwaldon | mtaylor: so now when we build our venv, it gives us pip 1.1 | 00:39 |
bcwaldon | mtaylor: which doesnt work on my machine! | 00:39 |
mtaylor | bcwaldon: that's just stellar | 00:42 |
*** pengyong has quit IRC | 00:43 | |
bcwaldon | aaaand upgrading git doesnt help | 00:44 |
bcwaldon | harumph | 00:44 |
mtaylor | bcwaldon: any chance "tox -v -epy27" gives you a working thing? | 00:44 |
*** s0mik has quit IRC | 00:46 | |
*** mnewby has quit IRC | 00:46 | |
bcwaldon | negative, ghost rider | 00:46 |
bcwaldon | mtaylor: I'll fool around with this later, about to head out | 00:47 |
bcwaldon | thanks for your help, though | 00:47 |
mtaylor | bcwaldon: ok. same here | 00:47 |
mtaylor | sure1 | 00:47 |
mtaylor | we'll get all of this working one of these days... | 00:47 |
bcwaldon | ...one day | 00:47 |
*** agonella has joined #openstack-dev | 00:49 | |
*** andrewsben is now known as andrewsben_zz | 00:52 | |
*** edygarcia_ has quit IRC | 00:53 | |
*** blamar has quit IRC | 00:53 | |
*** jakedahn is now known as jakedahn_zz | 00:54 | |
*** reed has quit IRC | 01:03 | |
*** User621 has quit IRC | 01:04 | |
*** blamar has joined #openstack-dev | 01:06 | |
*** blamar has joined #openstack-dev | 01:07 | |
*** ayoung has quit IRC | 01:13 | |
openstackgerrit | Verification of a change to openstack/glance failed: Instruct eventlet to monkey-patch everything. https://review.openstack.org/6788 | 01:16 |
*** thingee has joined #openstack-dev | 01:20 | |
*** ncode has joined #openstack-dev | 01:23 | |
*** pengyong has joined #openstack-dev | 01:23 | |
jgriffith | vishy: ping | 01:31 |
vishy | jgriffith: sup | 01:31 |
jgriffith | vishy: Looks like 088 broke the unit tests | 01:31 |
jgriffith | vishy: rpc_backend failure in test_compute | 01:32 |
jgriffith | vishy: I'm looking at it but need to head out here in a minute and it's holding up my commit :) | 01:32 |
vishy | hmm | 01:32 |
vishy | if it broke unit tests it woulnd't have made it through the gate | 01:33 |
jgriffith | vishy: At first I thought it was my merge, but I just pulled from nova and ran and it fails.... | 01:33 |
jgriffith | vishy: Could it be my .venv? I tend to copy it around as opposed to rebuilding. Let me try | 01:33 |
jgriffith | It will take a while though :( | 01:34 |
vishy | i don't use a venv so not sure | 01:34 |
jgriffith | vish: I'll give it a try, that must be it | 01:34 |
*** ncode has quit IRC | 01:34 | |
vishy | jgriffith: yeah might need to update your venv | 01:35 |
*** isolationism has quit IRC | 01:39 | |
*** Mandell has quit IRC | 01:42 | |
jgriffith | vishy: no luck, I'll try to look at it when I get home, or tomorrow am | 01:43 |
jgriffith | vishy: I thought it was my merge so I pulled latest nova and got the same thing | 01:43 |
*** jemartin has quit IRC | 01:44 | |
*** adjohn has quit IRC | 01:46 | |
jgriffith | vishy: Ahh... .venv | 01:49 |
*** novas0x2a|laptop has quit IRC | 01:49 | |
jgriffith | Ok | 01:49 |
*** jakedahn_zz is now known as jakedahn | 01:51 | |
bcwaldon | mtaylor: found the problem with not being able to install from github - .gitconfig color settings :( | 01:52 |
*** vincentricci has quit IRC | 01:53 | |
*** harlowja has quit IRC | 02:11 | |
*** Ryan_Lane has quit IRC | 02:12 | |
*** Ryan_Lane has joined #openstack-dev | 02:12 | |
*** anderstj has joined #openstack-dev | 02:23 | |
*** jaypipes has quit IRC | 02:28 | |
*** agonella has quit IRC | 02:28 | |
*** mdrnstm has quit IRC | 02:28 | |
*** benner has quit IRC | 02:30 | |
*** benner has joined #openstack-dev | 02:30 | |
*** adjohn has joined #openstack-dev | 02:31 | |
*** s0mik has joined #openstack-dev | 02:33 | |
*** jaypipes has joined #openstack-dev | 02:35 | |
*** s0mik has quit IRC | 02:39 | |
*** jakedahn is now known as jakedahn_zz | 02:46 | |
*** koolhead17 has joined #openstack-dev | 02:49 | |
*** adjohn has quit IRC | 02:50 | |
*** mnewby has joined #openstack-dev | 02:52 | |
*** andrewbogott has quit IRC | 02:55 | |
*** jdurgin has quit IRC | 02:58 | |
*** Ryan_Lane has quit IRC | 02:59 | |
*** reed has joined #openstack-dev | 02:59 | |
*** Mandell has joined #openstack-dev | 03:02 | |
*** edygarcia has joined #openstack-dev | 03:08 | |
*** andrewsben_zz is now known as andrewsben | 03:08 | |
*** edygarcia has quit IRC | 03:09 | |
*** sandywalsh_ has quit IRC | 03:11 | |
*** lloydde has joined #openstack-dev | 03:12 | |
*** eglynn_ has joined #openstack-dev | 03:23 | |
*** eglynn has quit IRC | 03:24 | |
*** rods has quit IRC | 03:30 | |
*** garyk has joined #openstack-dev | 03:42 | |
*** jgriffith has quit IRC | 03:42 | |
*** thingee is now known as thingee_zz | 03:49 | |
*** eglynn_ has quit IRC | 03:50 | |
*** lloydde has quit IRC | 03:56 | |
*** adjohn has joined #openstack-dev | 04:01 | |
*** eglynn_ has joined #openstack-dev | 04:01 | |
*** adjohn has quit IRC | 04:04 | |
*** adjohn has joined #openstack-dev | 04:04 | |
*** mnewby has quit IRC | 04:05 | |
*** eglynn__ has joined #openstack-dev | 04:06 | |
*** eglynn_ has quit IRC | 04:06 | |
*** mnewby has joined #openstack-dev | 04:09 | |
*** andrewsben is now known as andrewsben_zz | 04:11 | |
*** asisin has quit IRC | 04:14 | |
*** lloydde has joined #openstack-dev | 04:21 | |
*** Ryan_Lane has joined #openstack-dev | 04:21 | |
*** vincentricci has joined #openstack-dev | 04:23 | |
*** gyee has quit IRC | 04:25 | |
*** vincentricci has quit IRC | 04:30 | |
*** vincentricci has joined #openstack-dev | 04:31 | |
*** vincentricci has quit IRC | 04:32 | |
*** dolphm has joined #openstack-dev | 04:34 | |
*** eglynn__ has quit IRC | 04:46 | |
*** dolphm has quit IRC | 04:49 | |
*** eglynn__ has joined #openstack-dev | 05:00 | |
*** dtroyer is now known as dtroyer_zzz | 05:01 | |
*** dingdeng has quit IRC | 05:04 | |
*** eglynn has joined #openstack-dev | 05:05 | |
*** eglynn__ has quit IRC | 05:05 | |
*** mnewby has quit IRC | 05:05 | |
*** eglynn_ has joined #openstack-dev | 05:11 | |
*** eglynn has quit IRC | 05:11 | |
*** anderstj has quit IRC | 05:18 | |
*** eglynn_ has quit IRC | 05:20 | |
*** zaitcev has quit IRC | 05:20 | |
*** blamar has quit IRC | 05:26 | |
*** cweidenkeller has quit IRC | 05:30 | |
*** cweidenkeller has joined #openstack-dev | 05:31 | |
*** littleidea has quit IRC | 05:33 | |
*** bepernoot has joined #openstack-dev | 05:35 | |
*** eglynn_ has joined #openstack-dev | 05:38 | |
*** bepernoot has quit IRC | 05:56 | |
*** jakedahn_zz is now known as jakedahn | 06:02 | |
*** Mandell has quit IRC | 06:02 | |
*** jakedahn is now known as jakedahn_zz | 06:17 | |
mtaylor | bcwaldon: wtf? | 06:22 |
*** eglynn_ has quit IRC | 06:26 | |
*** Mkenneth has joined #openstack-dev | 06:39 | |
*** Mkenneth has left #openstack-dev | 06:39 | |
*** rgoodwin_ has joined #openstack-dev | 06:57 | |
*** rgoodwin has quit IRC | 06:58 | |
*** rgoodwin_ is now known as rgoodwin | 06:58 | |
*** reidrac has joined #openstack-dev | 07:03 | |
*** bepernoot has joined #openstack-dev | 07:05 | |
*** bepernoot has quit IRC | 07:08 | |
*** bepernoot has joined #openstack-dev | 07:09 | |
*** bepernoot has quit IRC | 07:12 | |
*** eglynn_ has joined #openstack-dev | 07:22 | |
*** lloydde has quit IRC | 07:29 | |
*** lloydde has joined #openstack-dev | 07:29 | |
*** lloydde has quit IRC | 07:34 | |
*** openstack has joined #openstack-dev | 07:45 | |
*** darraghb has joined #openstack-dev | 07:54 | |
*** GheRivero_ has joined #openstack-dev | 08:06 | |
*** bepernoot has joined #openstack-dev | 08:08 | |
*** bepernoot has joined #openstack-dev | 08:09 | |
*** adjohn has quit IRC | 08:12 | |
*** derekh has joined #openstack-dev | 08:15 | |
*** derekh has quit IRC | 08:18 | |
*** derekh has joined #openstack-dev | 08:18 | |
*** pixelbeat has joined #openstack-dev | 08:19 | |
*** eglynn_ has quit IRC | 08:23 | |
*** Mkenneth has joined #openstack-dev | 08:25 | |
*** danpb has joined #openstack-dev | 08:40 | |
*** dachary has joined #openstack-dev | 08:54 | |
*** pengyong has quit IRC | 08:58 | |
*** pengyong has joined #openstack-dev | 08:59 | |
*** galstrom has joined #openstack-dev | 09:00 | |
*** Mkenneth1 has joined #openstack-dev | 09:01 | |
*** Mkenneth has quit IRC | 09:01 | |
*** Mkenneth1 has quit IRC | 09:02 | |
*** Mkenneth has joined #openstack-dev | 09:02 | |
*** Mkenneth1 has joined #openstack-dev | 09:06 | |
*** Mkenneth1 has quit IRC | 09:07 | |
*** Mkenneth1 has joined #openstack-dev | 09:07 | |
*** chilung_ has joined #openstack-dev | 09:10 | |
*** Mkenneth has quit IRC | 09:10 | |
*** chilung_ has quit IRC | 09:12 | |
zykes-_ | vishy: my qemu process seems to segfault | 09:17 |
zykes-_ | markmcclain: ping | 09:22 |
*** Mkenneth1 has quit IRC | 09:36 | |
*** pquerna has quit IRC | 09:52 | |
*** pquerna has joined #openstack-dev | 09:53 | |
*** Mkenneth has joined #openstack-dev | 10:00 | |
*** koolhead17 has quit IRC | 10:46 | |
*** dachary has quit IRC | 10:49 | |
*** dachary has joined #openstack-dev | 10:52 | |
*** rkukura has quit IRC | 11:02 | |
*** markmc has joined #openstack-dev | 11:02 | |
*** davidha has quit IRC | 11:05 | |
*** davidha has joined #openstack-dev | 11:06 | |
*** dachary has quit IRC | 11:18 | |
*** dachary has joined #openstack-dev | 11:18 | |
*** davidha has quit IRC | 11:22 | |
*** GheRivero_ has quit IRC | 11:22 | |
*** davidha has joined #openstack-dev | 11:22 | |
*** pnavarro has joined #openstack-dev | 11:53 | |
*** dolphm has joined #openstack-dev | 11:56 | |
*** carter has joined #openstack-dev | 12:02 | |
*** hub_cap has joined #openstack-dev | 12:04 | |
*** lts has joined #openstack-dev | 12:04 | |
*** hub_cap has quit IRC | 12:06 | |
*** davidha has quit IRC | 12:06 | |
*** davidha has joined #openstack-dev | 12:13 | |
zykes-_ | markmc: ping | 12:13 |
*** davidha has quit IRC | 12:17 | |
*** davidha has joined #openstack-dev | 12:17 | |
*** GheRivero_ has joined #openstack-dev | 12:17 | |
markmc | zykes-_, hi there | 12:22 |
*** dprince has joined #openstack-dev | 12:22 | |
*** sandywalsh has joined #openstack-dev | 12:22 | |
*** Mkenneth has left #openstack-dev | 12:26 | |
zykes-_ | https://bugs.launchpad.net/bugs/992216 < seen that markmc ? | 12:26 |
uvirtbot | Launchpad bug 992216 in nova "Instance limbos into "shutoff" after "injecting key into image"" [Undecided,New] | 12:26 |
*** adalbas has quit IRC | 12:28 | |
zykes-_ | it's on el6 | 12:29 |
*** rods has joined #openstack-dev | 12:30 | |
markmc | zykes-_, are you using libvirt_vif_type=ethernet? | 12:33 |
markmc | zykes-_, also, have you messed about with libvirtd config? | 12:33 |
zykes-_ | yes markmc openvswitch | 12:34 |
zykes-_ | user = root group = root | 12:34 |
markmc | ah, ok | 12:34 |
markmc | that explains the tainting warnings | 12:34 |
markmc | zykes-_, you should try and get a stack trace from qemu | 12:34 |
zykes-_ | but what's funky is that it works fine with 1 core alledgedly but 2 cores fails | 12:34 |
zykes-_ | howto ? | 12:35 |
markmc | 2 guest cores you mean? | 12:35 |
zykes-_ | correct | 12:36 |
*** alaski has joined #openstack-dev | 12:38 | |
*** renier has quit IRC | 12:39 | |
*** deshantm has joined #openstack-dev | 12:39 | |
markmc | danpb, got any pointers on how to get a qemu stack trace on rhel6? | 12:40 |
markmc | pixelbeat, ^^ | 12:40 |
*** tong has joined #openstack-dev | 12:45 | |
*** hub_cap has joined #openstack-dev | 12:47 | |
*** armax has joined #openstack-dev | 12:47 | |
markmc | zykes-_, did you see a "saved core dump" message? | 12:49 |
markmc | zykes-_, if so, you should be able to install qemu-kvm-debuginfo and do e.g. | 12:49 |
markmc | $> gdb /usr/libexec/qemu-kvm $pid | 12:49 |
markmc | thread apply all bt full | 12:49 |
russellb | won't that try to attach to a running qemu-kvm with pid $pid? | 12:50 |
markmc | sorry | 12:50 |
markmc | $> gdb /usr/libexec/qemu-kvm /var/lib/abrt/... | 12:50 |
russellb | k :) | 12:50 |
*** lorin1 has joined #openstack-dev | 12:50 | |
*** markmcclain has quit IRC | 12:58 | |
*** littleidea has joined #openstack-dev | 13:00 | |
*** eglynn has joined #openstack-dev | 13:02 | |
eglynn | markmc: is there a stable/essex release on the cards in the short term, or too soon after essex final? | 13:14 |
markmc | eglynn, yes, no | 13:14 |
eglynn | (I ask wrt to bug #979745, another user tripped over it and seemingly applied patch manually to the precise pkgs, obviously better to get the fix properly released tho') | 13:14 |
uvirtbot | Launchpad bug 979745 in glance "with keystone auth, image objects left behind in swift post-deletion " [Medium,Fix committed] https://launchpad.net/bugs/979745 | 13:14 |
eglynn | markmc: cool | 13:14 |
markmc | eglynn, on my short term list to get the ball rolling on it | 13:14 |
eglynn | nice one, I update the bug with that info ... | 13:15 |
markmc | LinuxJedi, is eavesdrop down? 404 on http://eavesdrop.openstack.org/irclogs/ | 13:16 |
davidha | creiht, notmyname: yesterday you asked about the need to update rather than recreate metadata. I think that the simplest example why recreating is a bad idea is the issue of atomicity | 13:17 |
LinuxJedi | markmc: eavesdrop was migrated, what did that link used to do? | 13:17 |
markmc | LinuxJedi, think it used to be a directory listing containing e.g. #openstack-dev/ | 13:17 |
markmc | e.g. http://eavesdrop.openstack.org/irclogs/%23openstack-dev/ | 13:17 |
LinuxJedi | markmc: so a symlink to this? http://eavesdrop.openstack.org/meetings/ | 13:18 |
davidha | creiht, notmyname: if two 'clients' would try to update the same object by adding individual metadata, the second would not capture the change made by the first | 13:18 |
markmc | LinuxJedi, 403 on http://eavesdrop.openstack.org/ doesn't help either :) | 13:18 |
markmc | LinuxJedi, no, that was there before too | 13:18 |
LinuxJedi | iirc it error'd on the old setup too going to it directly, but we have something to fix that coming | 13:18 |
markmc | LinuxJedi, irclogs was the full history of a bunch of channels | 13:18 |
LinuxJedi | oh, ok... I'll file an urgent bug to look into that | 13:19 |
markmc | LinuxJedi, clarification - /meetings/ was there before too | 13:19 |
markmc | LinuxJedi, k, thanks | 13:19 |
markmc | LinuxJedi, e.g. http://eavesdrop.openstack.org/irclogs/%23openstack-dev/%23openstack-dev.2012-01-19.log | 13:20 |
*** dingdeng has joined #openstack-dev | 13:20 | |
LinuxJedi | markmc: https://bugs.launchpad.net/openstack-ci/+bug/992597 <- I'll just save what I'm working on and then get to figuring out what happened | 13:21 |
uvirtbot | Launchpad bug 992597 in openstack-ci "meetbot has no /irclogs" [Critical,Triaged] | 13:21 |
*** ayoung has joined #openstack-dev | 13:21 | |
markmc | LinuxJedi, cool | 13:22 |
*** dtroyer_zzz is now known as dtroyer | 13:27 | |
*** alaski has quit IRC | 13:29 | |
*** alaski has joined #openstack-dev | 13:29 | |
*** koolhead17 has joined #openstack-dev | 13:29 | |
danpb | markmc: a stack trace at what point ? during runtime, or early startup ? | 13:30 |
markmc | danpb, it's segfaulting at startup | 13:30 |
danpb | markmc: normally you'd just attach GDB to the process once running., but for early startup it is harder | 13:31 |
danpb | http://berrange.com/posts/2011/10/12/debugging-early-startup-of-kvm-with-gdb-when-launched-by-libvirtd/ | 13:31 |
markmc | danpb, wasn't sure whether abrt was capturing the core dump | 13:31 |
markmc | danpb, cool, thanks | 13:31 |
markmc | zykes-_, ^^^ | 13:31 |
danpb | abrt might catch it, but i never use it | 13:31 |
markmc | yeah, same | 13:31 |
*** rkukura has joined #openstack-dev | 13:33 | |
*** crobinso has joined #openstack-dev | 13:40 | |
dprince | jaypipes: https://review.openstack.org/#/c/6960/ | 13:45 |
dprince | eglynn: ^^^ | 13:45 |
* eglynn looking .... | 13:45 | |
dprince | would love it if that landed ASAP... | 13:45 |
*** edygarcia has joined #openstack-dev | 13:46 | |
eglynn | dprince: looks good, but does a forward slash have to be escaped in a regex? i.e. would "/?v[0-9\.]+" be equivalent? | 13:48 |
*** kbringard has joined #openstack-dev | 13:50 | |
dprince | eglynn: I think your right. will fix it. | 13:50 |
eglynn | dprince: cool | 13:50 |
*** sandywalsh_ has joined #openstack-dev | 13:52 | |
*** sandywalsh has quit IRC | 13:52 | |
*** armax has left #openstack-dev | 13:55 | |
*** markmcclain has joined #openstack-dev | 13:59 | |
*** isolationism has joined #openstack-dev | 14:03 | |
LinuxJedi | markmc: http://eavesdrop.openstack.org/ now works as does /irclogs, I'm working on migrating older logs now | 14:08 |
danpb | LinuxJedi: hmm, clicking on one of the IRC log files pops up the browser file save dialog | 14:09 |
danpb | LinuxJedi: i guess it is not using text/plain for the mime type ? | 14:09 |
markmc | heh, yeah | 14:09 |
* markmc was about to say the same | 14:10 | |
markmc | application/octet-stream | 14:10 |
danpb | LinuxJedi: might want to rename the files to .txt instead of .log | 14:10 |
markmc | LinuxJedi, thanks for getting it going again | 14:10 |
LinuxJedi | danpb: damn, ok... well that is better than what we had a few minutes ago at least | 14:10 |
*** blamar has joined #openstack-dev | 14:10 | |
markmc | LinuxJedi, it is indeed :) | 14:10 |
markmc | danpb, used to be .log - http://eavesdrop.openstack.org/irclogs/%23openstack-dev/%23openstack-dev.2012-01-19.log | 14:10 |
markmc | danpb, it'd be good to not break old links | 14:10 |
markmc | danpb, it also used to be text/plain tho | 14:11 |
danpb | IIRC an apache config directive can be used to force it to text/plain for just the /irclogs dir tree | 14:11 |
LinuxJedi | it is ok, just needs an nginx config tweak when I get a sec | 14:11 |
*** armax has joined #openstack-dev | 14:15 | |
*** armax has left #openstack-dev | 14:16 | |
bcwaldon | markmc: hey | 14:18 |
LinuxJedi | danpb, markmc: there is a puppet branch up for review which will fix that when it goes through | 14:18 |
markmc | bcwaldon, hey | 14:18 |
*** anderstj has joined #openstack-dev | 14:19 | |
bcwaldon | markmc: responded to the stable branch review, looks like we have a bigger problem than I thought | 14:19 |
bcwaldon | markmc: ping me once you get a chance to read my response | 14:19 |
markmc | bcwaldon, cool, well I'm glad the discussion turned up something useful | 14:21 |
markmc | bcwaldon, how bad would it be to just leave it as on the essex branch? | 14:21 |
markmc | bcwaldon, i.e. what user impact would there be? | 14:21 |
markmc | bcwaldon, is the concern that people might write clients that rely on the behaviour? | 14:21 |
markmc | bcwaldon, or simply user confusion? | 14:21 |
bcwaldon | markmc: I would rather merge the backport so we have a consistent place to move forward from | 14:22 |
bcwaldon | markmc: then I want to allow all blank passwords | 14:22 |
bcwaldon | markmc: and backport that | 14:22 |
bcwaldon | markmc: we could leave it, but based on what I found its in a really crappy place | 14:22 |
markmc | bcwaldon, I don't like the idea of half fixing it, releasing 202.1.1 and then fixing the rest later | 14:23 |
bcwaldon | markmc: why would we release 2012.1.1 without fixing it across the board? | 14:24 |
bcwaldon | markmc: I'm going to fix this today if you guys buy it | 14:24 |
markmc | bcwaldon, cool | 14:24 |
*** joesavak has joined #openstack-dev | 14:24 | |
markmc | bcwaldon, we can land the fixes together as one, then | 14:24 |
bcwaldon | markmc: ok | 14:24 |
bcwaldon | markmc: I'll get this fixed | 14:25 |
markmc | bcwaldon, cool stuff, thanks | 14:25 |
*** mattray has joined #openstack-dev | 14:25 | |
bcwaldon | dprince: I feel like you might have some thoughts on this issue | 14:26 |
bcwaldon | dprince: right now server create and changePassword disallow blank passwords while rebuild allows them | 14:26 |
*** dtroyer is now known as dtroyer_zzz | 14:26 | |
bcwaldon | dprince: the spec doesn't require us to reject blank passwords | 14:26 |
bcwaldon | dprince: I'm proposing that we remove the barrier from server create and changePassword | 14:26 |
bcwaldon | eventually we need a pluggable complexity mechanism but thats for another day | 14:27 |
bcwaldon | dprince: do you buy all that? | 14:27 |
*** rods has quit IRC | 14:29 | |
*** rods has joined #openstack-dev | 14:30 | |
*** larsbutler has quit IRC | 14:30 | |
*** larsbutler has joined #openstack-dev | 14:30 | |
*** andrewbogott has joined #openstack-dev | 14:31 | |
*** andrewbogott has joined #openstack-dev | 14:31 | |
*** salgado has joined #openstack-dev | 14:32 | |
* dprince is alive! | 14:33 | |
russellb | dprince: huzzah! | 14:33 |
dprince | bcwaldon: So basically changePassword doesn't validate passwords at all? I'm not sure all operating systems like that sort of thing. Windows? | 14:35 |
dprince | bcwaldon: rather... you are proposing we allow changePassword to accept the blank ones. SOrry. | 14:35 |
dprince | bcwaldon: I might be missing something but is there a reason not to make rebuild's require a password that isn't blank too? | 14:37 |
*** rods has quit IRC | 14:37 | |
*** edygarcia has quit IRC | 14:39 | |
bcwaldon | dprince: I'm thinking that this is really up to the operating system you're booting | 14:40 |
bcwaldon | so we really shouldn't impose arbitrary requirements in the API | 14:40 |
bcwaldon | which we havent | 14:40 |
*** edygarcia has joined #openstack-dev | 14:40 | |
bcwaldon | however, we did in our implementation for create and changePassword | 14:40 |
bcwaldon | and who are we to say a user can't set a blank password if they know it should work | 14:41 |
*** edygarcia has quit IRC | 14:42 | |
bcwaldon | dprince: +1? | 14:43 |
*** s0mik has joined #openstack-dev | 14:44 | |
dprince | bcwaldon: Maybe. So if we allow the password to be blank and the OS fails to set it I suppose the instance just goes into a 'password change failed' state? | 14:45 |
bcwaldon | dprince: we already have that issue in the case of windows instances | 14:45 |
bcwaldon | dprince: ...when we dont meet those ridiculous complexity rules | 14:45 |
dprince | bcwaldon: On rebuild yes. But on create we check them right? | 14:45 |
dprince | bcwaldon: Well. THe password size is already configurable in the nova.conf file. | 14:46 |
bcwaldon | dprince: we only check for non-blank passwords, not any actual complexity | 14:46 |
dprince | bcwaldon: So that helps a bit. But sure. There is not complexity checker. | 14:46 |
bcwaldon | dprince: and its not just size (which only applies to generating these passwords), its also the characters within | 14:46 |
*** yazirian has quit IRC | 14:47 | |
bcwaldon | mtaylor: would you mind spending some time today doing your tox magic for glance? | 14:47 |
dprince | bcwaldon: Is there a ticket on the password issue with regard to the blank passwords? | 14:47 |
bcwaldon | dprince: nope, I wanted to make sure I had buy-in on my rationale before I filed it | 14:48 |
bcwaldon | there was a review that we were lookin at to backport and I dug through the code to see wtf was going on | 14:48 |
bcwaldon | and came up with this mess | 14:48 |
dprince | bcwaldon: So your goal is to make create and rebuild match with regards to the password length's. | 14:49 |
dprince | bcwaldon: A worthy goal I think. | 14:49 |
bcwaldon | dprince: rebuild does it correctly right now, I want create and changePasword to match it by allowing a length of zero for a password | 14:49 |
*** s0mik has quit IRC | 14:49 | |
bcwaldon | dprince: which the spec allows | 14:49 |
mtaylor | bcwaldon: I would love to | 14:50 |
bcwaldon | mtaylor: awesome, thank you! | 14:50 |
bcwaldon | mtaylor: ping me once you need a +2 | 14:50 |
bcwaldon | mtaylor: and did you see my note from last night RE my pip issues? | 14:50 |
mtaylor | bcwaldon: nope, missed it - any resolution? | 14:50 |
dprince | bcwaldon: It sounds reasonable then. Give it a go then. | 14:50 |
*** edygarcia has joined #openstack-dev | 14:50 | |
bcwaldon | mtaylor: yes, turns out I bumped up my git color settings which meant pip was trying to find a RED origin/master | 14:50 |
bcwaldon | mtaylor: so it was looking for color codes as a part of the branch name | 14:51 |
mtaylor | bcwaldon: wow | 14:51 |
bcwaldon | mtaylor: ...which is horrible | 14:51 |
bcwaldon | dprince: ok, cool. I'll get to it | 14:51 |
davidkranz | bcwalden: +1 | 14:54 |
bcwaldon | davidkranz: cool, I'm getting started now :) | 14:54 |
*** Gordonz has joined #openstack-dev | 14:56 | |
carter | does the current python 3.2.3 have a jit? | 14:57 |
creiht | carter: no | 14:58 |
bcwaldon | can I get a glance-core review on this https://review.openstack.org/#/c/6698/ | 14:59 |
bcwaldon | easy one | 14:59 |
bcwaldon | that would be you , dprince or eglynn | 14:59 |
* eglynn looking ... | 15:00 | |
bcwaldon | woo | 15:00 |
dprince | pengyong: Glance bug #992600 is fixed so SmokeStack should work again now. I ran your branches first in line. | 15:00 |
*** jsavak has joined #openstack-dev | 15:00 | |
uvirtbot | Launchpad bug 992600 in glance "glance client doc root initialized to /v1/v1" [High,Fix committed] https://launchpad.net/bugs/992600 | 15:00 |
*** rnirmal has joined #openstack-dev | 15:01 | |
markmc | jkoelker, hey; it'd be good to have your +2 on https://review.openstack.org/#/c/6733/6 | 15:01 |
carter | are there plans for one? | 15:01 |
*** joesavak has quit IRC | 15:02 | |
carter | I was looking through the openstack code and was curious if it was sped up or if I could expect a speed up in the near future (for example for nova). | 15:02 |
*** rods has joined #openstack-dev | 15:03 | |
koolhead17 | dolphm, around? | 15:04 |
jkoelker | markmc roger looking now | 15:04 |
markmc | jkoelker, thanks | 15:04 |
bcwaldon | eglynn: thanks! | 15:04 |
*** rods has quit IRC | 15:05 | |
*** thingee_zz has quit IRC | 15:06 | |
*** markmcclain has quit IRC | 15:06 | |
*** reidrac has quit IRC | 15:08 | |
*** davidha has quit IRC | 15:08 | |
*** davidha has joined #openstack-dev | 15:09 | |
*** markmcclain has joined #openstack-dev | 15:10 | |
andrewbogott | dhellmann: Do you imagine that openstackclient will wind up living in the 'common' git repo? Or will it need its own? | 15:11 |
andrewbogott | And, related: Will cliff remain a separate project or do you expect the cliff code to get rolled in at some point? | 15:12 |
*** ncode has joined #openstack-dev | 15:14 | |
*** ncode has joined #openstack-dev | 15:14 | |
andrewbogott | hm... I have thought about it more and concluded that my first question doesn't make a lot of sense. | 15:18 |
*** edygarcia_ has joined #openstack-dev | 15:18 | |
*** edygarcia has quit IRC | 15:21 | |
*** edygarcia_ is now known as edygarcia | 15:21 | |
*** jsavak has quit IRC | 15:21 | |
davidha | notmyname: Around? | 15:22 |
notmyname | davidha: ya | 15:22 |
*** markmcclain has quit IRC | 15:23 | |
*** n0ano has joined #openstack-dev | 15:24 | |
davidha | I am tracking the code during object update and see some stuff I cannot understand. Specifically, the code in invalidate_hash of the replicator seem to be wrong - can you indicate who may be familiar with this part of the code? | 15:25 |
davidha | (I may be missing something of course - but it is best to check this) | 15:25 |
davidha | To be percise: if the hashes file does not exist, the function returns without creating it | 15:28 |
*** bepernoot has quit IRC | 15:29 | |
notmyname | davidha: the hashes file is created by replication | 15:30 |
notmyname | davidha: after a successful replication path of a partition | 15:30 |
notmyname | s/path/pass/ | 15:30 |
davidha | Ok - so the logic is reversed - if it does not exist it means that replication needs to check all files in the dir | 15:32 |
notmyname | davidha: yes | 15:32 |
*** garyk has quit IRC | 15:32 | |
*** Gordonz has quit IRC | 15:33 | |
davidha | notmyname: what triggeres the replicator? (It seem to be non active on my system) | 15:33 |
notmyname | davidha: it's a daemon that runs and wakes up every so often (set by a config parameter) | 15:33 |
davidha | notmyname: Ok, I will have a look at the admin guides, thanks. | 15:34 |
*** jsavak has joined #openstack-dev | 15:38 | |
*** davidha has quit IRC | 15:38 | |
*** Gordonz has joined #openstack-dev | 15:38 | |
*** Gordonz has quit IRC | 15:39 | |
*** tserong has quit IRC | 15:40 | |
*** Gordonz has joined #openstack-dev | 15:40 | |
*** lloydde has joined #openstack-dev | 15:41 | |
*** anniec72 has joined #openstack-dev | 15:43 | |
*** yazirian has joined #openstack-dev | 15:44 | |
*** davidha has joined #openstack-dev | 15:50 | |
*** tserong has joined #openstack-dev | 15:50 | |
*** tserong has joined #openstack-dev | 15:50 | |
*** crobinso has quit IRC | 15:50 | |
*** andrewsben_zz is now known as andrewsben | 15:51 | |
*** jgriffith has joined #openstack-dev | 15:52 | |
*** sniperd has quit IRC | 15:59 | |
*** thingee has joined #openstack-dev | 16:02 | |
*** sannes1 has quit IRC | 16:05 | |
clayg | jgriffith: I'm not sure if vish was going to trigger the ci tests on https://review.openstack.org/#/c/6511/8, but I think I'm seeing an issue with the migrations | 16:08 |
*** jemartin has joined #openstack-dev | 16:09 | |
*** garyk has joined #openstack-dev | 16:09 | |
jgriffith | clayg: That's no good... what are you seeing? | 16:12 |
jgriffith | They ran clean for me last night, but I can check them again | 16:12 |
clayg | jgriffith: http://paste.openstack.org/show/14388/ | 16:12 |
jgriffith | clayg: Hmmm... ok, let me have a look. Assuming unit tests didn't hit this because no actual populated mysql db | 16:13 |
clayg | maybe I don't understand how migrations work, cause I don't see a snapshot_id "column" on the volume_metadata table :( | 16:14 |
*** Ryan_Lane has quit IRC | 16:16 | |
jgriffith | clayg: Nahh... I think you understand it, I probably put in an extra column accidentally :) | 16:17 |
jgriffith | clayg: looking now | 16:17 |
*** joesavak has joined #openstack-dev | 16:17 | |
*** anniec72 has quit IRC | 16:17 | |
*** sannes has joined #openstack-dev | 16:18 | |
clayg | jgriffith: fwiw, I don't acctually *care* about these migrations, as much as I just want to see this get merged :) | 16:18 |
*** jsavak has quit IRC | 16:19 | |
jgriffith | clayg: Yep, looks like you found another bug for me | 16:21 |
*** dtroyer_zzz is now known as dtroyer | 16:21 | |
*** maplebed has joined #openstack-dev | 16:24 | |
*** Mandell has joined #openstack-dev | 16:24 | |
*** heckj has joined #openstack-dev | 16:25 | |
*** ncode has quit IRC | 16:25 | |
*** sandywalsh_ has quit IRC | 16:26 | |
*** s0mik has joined #openstack-dev | 16:28 | |
jgriffith | clayg: pushed, sorry about that | 16:28 |
*** markmcclain has joined #openstack-dev | 16:29 | |
*** vincentricci has joined #openstack-dev | 16:30 | |
*** sniperd has joined #openstack-dev | 16:30 | |
*** RobertLaptop has joined #openstack-dev | 16:32 | |
*** vincentricci has quit IRC | 16:33 | |
*** Mandell has quit IRC | 16:33 | |
*** pengyong has quit IRC | 16:35 | |
*** mnewby has joined #openstack-dev | 16:39 | |
*** mnewby has quit IRC | 16:39 | |
*** mnewby has joined #openstack-dev | 16:39 | |
*** dachary has quit IRC | 16:44 | |
clayg | jgriffith: http://paste.openstack.org/show/14389/ | 16:44 |
*** dachary has joined #openstack-dev | 16:44 | |
clayg | it looked like you just removed it in the other places, so i figured it was ok? | 16:44 |
*** RobertLaptop has left #openstack-dev | 16:46 | |
bhuvan | mtaylor, termie: can you please review/approve this patch 6421? | 16:47 |
jgriffith | clayg: rats! | 16:48 |
jgriffith | clayg: you're correct | 16:48 |
jgriffith | clayg: I was really hoping to avoid 10! :( | 16:48 |
mtaylor | bhuvan: looks great to me - termie will need to re-review to undo the block | 16:49 |
bhuvan | thank you, mtaylor! | 16:49 |
*** dolphm has quit IRC | 16:53 | |
*** Ryan_Lane has joined #openstack-dev | 17:03 | |
*** adjohn has joined #openstack-dev | 17:06 | |
*** derekh has quit IRC | 17:07 | |
*** jdurgin has joined #openstack-dev | 17:07 | |
*** adjohn has quit IRC | 17:10 | |
*** danpb has quit IRC | 17:17 | |
clayg | jgriffith: is the volume_id_mappings table supposed to get populated from existing volumes during the migration? i.e. if I have a volume '1' is the intention for it to get a uuid created for it during migration? | 17:18 |
jgriffith | clayg: Yes! | 17:19 |
jgriffith | clayg: Are you not seeing that? | 17:20 |
*** torgomatic has joined #openstack-dev | 17:20 | |
clayg | no, on sqlite the migration fails, on mysql it leaves it set to NULL (if the db has existing volumes) | 17:20 |
jgriffith | clayg: crap | 17:21 |
clayg | I see the tables create in 089_add_volume_id_mappings.py, but I don't see where it gets populated with the old volumes? | 17:21 |
*** gyee has joined #openstack-dev | 17:21 | |
*** maoy has joined #openstack-dev | 17:22 | |
jgriffith | clayg: Holly cow, yes that entire section of code is missing | 17:22 |
mtaylor | bhuvan: yay! it landed. you gonna port the changes back into openstack.common and then across to the other projects as well? | 17:22 |
jgriffith | clayg: yesterdays merge killed me... Fixing it now | 17:22 |
andrewbogott | dtroyer: Should I be trying to understand about where python-openstackclient is hosted in gerrit and github, or is all that still in process? | 17:23 |
mtaylor | andrewbogott: it should be good to go | 17:23 |
mtaylor | andrewbogott: we set if up like the rest of them, so you should be able to clone from github and git review changes to gerrit | 17:23 |
mtaylor | andrewbogott: https://github.com/openstack/python-openstackclient | 17:24 |
andrewbogott | Is it going to live in github/dtroyer going forward? Or is it someplace else now? (Maybe the location goes without saying, or maybe I overlooked an email...) | 17:24 |
andrewbogott | Ah, there's my answer :) | 17:24 |
andrewbogott | mtaylor: Tangentially: can I configure gerrit to call my attention to patches in particular projects? At the moment I'm just All->Open by project, which feels slightly silly. | 17:26 |
jk0 | is there a PPB meeting today? | 17:26 |
*** chuckieb has joined #openstack-dev | 17:26 | |
*** mszilagyi has joined #openstack-dev | 17:27 | |
*** bepernoot has joined #openstack-dev | 17:27 | |
jaypipes | vishy: got a sec? | 17:28 |
vishy | jaypipes: in meetings | 17:28 |
jaypipes | vishy: k | 17:28 |
*** thingee has quit IRC | 17:29 | |
*** rods has joined #openstack-dev | 17:33 | |
*** torgomatic_ has joined #openstack-dev | 17:35 | |
*** bepernoot has quit IRC | 17:35 | |
*** mdrnstm has joined #openstack-dev | 17:36 | |
*** rbasak has quit IRC | 17:37 | |
*** Ryan_Lane1 has joined #openstack-dev | 17:37 | |
*** Ryan_Lane has quit IRC | 17:37 | |
*** flaviamissi has quit IRC | 17:38 | |
*** torgomatic has quit IRC | 17:38 | |
*** torgomatic_ is now known as torgomatic | 17:38 | |
*** dachary has quit IRC | 17:41 | |
*** johnpostlethwait has joined #openstack-dev | 17:42 | |
*** dolphm has joined #openstack-dev | 17:43 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 17:43 | |
*** Ryan_Lane has joined #openstack-dev | 17:43 | |
*** Ryan_Lane is now known as Ryan_lane | 17:43 | |
*** Ryan_lane is now known as Ryan_Lane | 17:43 | |
*** dachary has joined #openstack-dev | 17:44 | |
*** sannes has quit IRC | 17:44 | |
*** sannes has joined #openstack-dev | 17:44 | |
*** lorin11 has joined #openstack-dev | 17:46 | |
*** lorin11 has quit IRC | 17:46 | |
*** rbasak has joined #openstack-dev | 17:48 | |
*** azbarcea_ has joined #openstack-dev | 17:48 | |
*** thingee has joined #openstack-dev | 17:48 | |
*** lorin1 has quit IRC | 17:49 | |
*** heckj_ has joined #openstack-dev | 17:51 | |
*** heckj_ has quit IRC | 17:51 | |
*** heckj_ has joined #openstack-dev | 17:51 | |
*** isolationism has quit IRC | 17:51 | |
jog0 | got a keystone authtoken question: what exactly are the service_ variables used for? | 17:52 |
*** heckj has quit IRC | 17:52 | |
*** heckj_ is now known as heckj | 17:52 | |
jog0 | I am having trouble finding there use in the source code | 17:54 |
*** lorin1 has joined #openstack-dev | 17:54 | |
*** lorin1 has quit IRC | 17:54 | |
*** harlowja has joined #openstack-dev | 17:54 | |
mtaylor | andrewbogott: yes - what you want is a project watch | 17:55 |
mtaylor | andrewbogott: https://review.openstack.org/#/settings/projects | 17:55 |
andrewbogott | mtaylor: cool! thanks | 17:56 |
mtaylor | andrewbogott: if you add projects to that list, you can configure it to email you about changes to them - and also you can then go to https://review.openstack.org/#/q/is:watched+status:open,n,z | 17:56 |
mtaylor | (which is My->Watched Changes) | 17:56 |
jgriffith | clayg: http://paste.openstack.org/show/14394/ | 17:57 |
jgriffith | clayg: If you wouldn't mind, I'm installing venv and testing now... but heading to a meeting for about 1/2 hour | 17:58 |
harlowja | #startvote "vi or emacs" "vi" | 17:58 |
harlowja | guess not enabled here, haha | 17:58 |
*** chuckieb has quit IRC | 17:59 | |
clayg | jgriffith: roger | 18:02 |
mtaylor | harlowja: a meeting would have to be enabled first :) | 18:05 |
harlowja | :-p | 18:05 |
*** isolationism has joined #openstack-dev | 18:05 | |
bhuvan | mtaylor: yes indeed. changes to keystone and glance went in already | 18:05 |
mtaylor | clarkb: hrm. new feature request: a) allow meetbot to lurk in a channel with "#startmeeting" disabled | 18:05 |
bhuvan | it include the change related to AUTHORS.in | 18:05 |
clarkb | just for logging? | 18:05 |
mtaylor | clarkb: b) allow #startvote to be used outside of a meeting without recording to the log | 18:05 |
clarkb | oh | 18:06 |
mtaylor | clarkb: well, for logging, or just so that people can randomly do what harlowja just tried to do :) | 18:06 |
mtaylor | clarkb: I think I'm mostly kidding | 18:06 |
bhuvan | review for nova patch is in progress, https://review.openstack.org/#/c/6699 | 18:06 |
mtaylor | bhuvan: awesome | 18:06 |
*** Transformer has joined #openstack-dev | 18:06 | |
*** Transformer has quit IRC | 18:10 | |
*** maoy has quit IRC | 18:11 | |
*** zaitcev has joined #openstack-dev | 18:16 | |
*** galstrom has quit IRC | 18:22 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:22 | |
*** bepernoot has joined #openstack-dev | 18:25 | |
*** spiffxp has joined #openstack-dev | 18:25 | |
*** Ryan_Lane has quit IRC | 18:26 | |
*** Ryan_Lane1 has joined #openstack-dev | 18:26 | |
*** lorin1 has joined #openstack-dev | 18:26 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 18:27 | |
*** Ryan_Lane has joined #openstack-dev | 18:27 | |
clayg | jgriffith: generate_uuid should be gen_uuid, and sqlite requires a bit of type coersion => | 18:29 |
clayg | http://paste.openstack.org/show/14396/ | 18:29 |
*** sandywalsh has joined #openstack-dev | 18:30 | |
*** reed has joined #openstack-dev | 18:30 | |
lorin1 | The documentation on creating networks talks about a "project" label. Does that map to keystone tenants, or is the project label when creating a network a totally separate thing? | 18:31 |
lorin1 | #annegentle: Are you around? | 18:34 |
annegentle | lorin1: project and tenant are the same thing, however, for something like cloud pipe you have to indicate both | 18:34 |
* annegentle waves :) | 18:34 | |
lorin1 | annegentle: Yes, hello. ;) | 18:34 |
annegentle | lorin1: which I just discovered yesterday with vish's response to the mailing list about cloudpipe | 18:34 |
lorin1 | annegentle: Even without the cloudpipe stuff, when the documentation talks about how to use "nova-manage network create" and mentions a "project", it never talks about how these are related to keystone tenants. | 18:35 |
annegentle | lorin1: ohnoimdead or devcamcar may be able to speak more specifically about what they'd like | 18:35 |
lorin1 | The examples I've seen use a project named "private", but there's no corresponding tenant named private. | 18:35 |
*** berendt has joined #openstack-dev | 18:35 | |
annegentle | lorin1: because I think there was some discussion at the DS about project and tenant labels | 18:35 |
annegentle | lorin1: the examples with "private" are a label, not a project | 18:36 |
lorin1 | annegentle: Oh, I see. I guess you need —project for it to be a project? | 18:36 |
lorin1 | annegentle: Do we have any documentation on the nova-manage commands? | 18:36 |
annegentle | lorin1: not that I know of… pout | 18:37 |
lorin1 | annegentle: There isn't any example I could find in the docs with VLANManager and multi-tenancy: creating multiple tenants, and then one VLAN for each tenant. | 18:37 |
*** lloydde_ has joined #openstack-dev | 18:38 | |
*** berendt has quit IRC | 18:39 | |
lorin1 | annegentle: I didn't see vish's emails, was that on the main list? | 18:40 |
*** lloydde has quit IRC | 18:41 | |
annegentle | lorin1: this is the one that got me wondering http://www.mail-archive.com/openstack@lists.launchpad.net/msg10745.html | 18:44 |
annegentle | about the co-existence of tenant and project | 18:45 |
davidkranz | lorin1: We investigated this with tempest. The 'private' seems to be just a label that has no relation to anything else. | 18:45 |
lorin1 | annegentle: Yeah, I see that on the API page now for creating a cloudpipe, how the parameter is project_id, but it's for a tenant. | 18:45 |
annegentle | lorin1: right. that's what made me go "hm" | 18:46 |
*** edygarcia_ has joined #openstack-dev | 18:46 | |
lorin1 | annegentle: Should clean that up in the docs on vlanmanager, right now there's no mention of how to associate a network with a project/tenant, although we do document how to disassociate them. | 18:46 |
*** vincentricci has joined #openstack-dev | 18:46 | |
annegentle | lorin1: want to log a doc bug? | 18:47 |
lorin1 | annegentle: will do | 18:47 |
*** lorin1 has quit IRC | 18:47 | |
*** edygarcia has quit IRC | 18:48 | |
*** edygarcia_ is now known as edygarcia | 18:48 | |
*** lorin1 has joined #openstack-dev | 18:53 | |
lorin1 | annegentle: Mostly unrelated, but if I wanted to start writing docs against the nova CLI, where would those go? | 18:55 |
annegentle | lorin1: so I have a new Rackspace writer working on that, but she's in orientation this week. The idea is to work on bug 927316 and bug 897461 by expanding /doc/src/docbkx/api-quick-start/src/docbkx/cli-uses.xml | 18:57 |
uvirtbot | Launchpad bug 927316 in openstack-manuals "How to use the nova client to boot from volume" [Medium,Confirmed] https://launchpad.net/bugs/927316 | 18:57 |
uvirtbot | Launchpad bug 897461 in openstack-manuals "No documentation for inserting metadata when launching an instance" [Undecided,Confirmed] https://launchpad.net/bugs/897461 | 18:57 |
annegentle | lorin1: the cli-uses.xml document only does starter nova CLI commands | 18:58 |
annegentle | lorin1: it would be great to expand on that chapter | 18:58 |
annegentle | lorin1: thoughts? | 18:58 |
annegentle | lorin1: don't want to duplicate efforts | 18:58 |
comstud_ | this is awesome | 18:58 |
comstud_ | nova unit tests are trying to sudo now | 18:58 |
comstud_ | as of today | 18:58 |
*** dachary has quit IRC | 18:59 | |
comstud_ | anyone know of a bug on this yet? | 18:59 |
*** comstud_ is now known as comstud | 18:59 | |
*** dolphm has quit IRC | 18:59 | |
comstud | test_get_console_output_file [sudo] password for cbehrens: | 18:59 |
comstud | woot | 18:59 |
lorin1 | annegentle: That's a reasonable place to start, but ultimately I think those docs belong somewhere else. | 18:59 |
annegentle | lorin1: I don't think cli-uses.xml has to always be in the book it's currently in, right. | 19:00 |
annegentle | lorin1: where else is somewhere else? :) | 19:00 |
*** jmckind has joined #openstack-dev | 19:00 | |
*** pengyong has joined #openstack-dev | 19:00 | |
*** dachary has joined #openstack-dev | 19:01 | |
lorin1 | annegentle: I think either part of the compute admin guide, or in a separate document. | 19:01 |
*** jsavak has joined #openstack-dev | 19:01 | |
*** Mandell has joined #openstack-dev | 19:01 | |
annegentle | lorin1: yes, definitely as part of the compute set, probably as a new compute user guide | 19:01 |
annegentle | lorin1: do you recall the outline I sent out after doc day in March? | 19:02 |
lorin1 | annegentle: I don't. :( | 19:02 |
*** joesavak has quit IRC | 19:02 | |
annegentle | lorin1: I'll dig it up, but yeah, the new "Compute user guide" is where the CLI stuff belongs for sure | 19:02 |
lorin1 | annegentle: We also need a Python API doc for this. I would be tempted to do that doc in something like Sphinx. | 19:03 |
jgriffith | clayg: Thanks, pushing now | 19:03 |
annegentle | lorin1: this isn't it? http://docs.openstack.org/api/openstack-compute/programmer/content/ | 19:03 |
*** bepernoot has quit IRC | 19:04 | |
comstud | dprince: ^^ | 19:04 |
annegentle | lorin1: for example http://docs.openstack.org/api/openstack-compute/programmer/content/setting-server-metadata-using-python.html | 19:04 |
lorin1 | annegentle: No, that's using Python to access the REST API. | 19:04 |
annegentle | lorin1: oh, what's the other way? | 19:04 |
lorin1 | I mean something like "Python API" at the bottom of this page: http://pypi.python.org/pypi/python-novaclient/2.6.0.1 | 19:04 |
annegentle | lorin1: oh, cool | 19:05 |
lorin1 | annegentle: I assume python-novaclient contains a Python API and a command-line wrapper around it, but it's not documented anywhere (except a few lines on that page) | 19:05 |
dprince | comstud: I'll look at fixing it. | 19:05 |
annegentle | lorin1: yowsh | 19:05 |
annegentle | I just made that up to indicate surprise and pain | 19:05 |
annegentle | :) | 19:05 |
lorin1 | ;) | 19:06 |
annegentle | lorin1: RST or markdown makes sense for the python api | 19:06 |
comstud | dprince: I'm not sure where the sudo is coming from offhand | 19:06 |
lorin1 | annegentle: This could live right in the repo, there are *some* docs here, although I don't know where they go once they are generated: https://github.com/openstack/python-novaclient/tree/master/docs | 19:07 |
openstackgerrit | Verification of a change to openstack/keystone failed: Added 'NormalizingFilter' middleware. Fixes bug 956954. https://review.openstack.org/6425 | 19:07 |
uvirtbot | Launchpad bug 956954 in keystone "Keystone needs a URL normalizer middleware" [Low,In progress] https://launchpad.net/bugs/956954 | 19:07 |
comstud | dprince: ah | 19:07 |
comstud | File "/home/cbehrens/openstack/nova/ohthree-nova.git/nova/virt/libvirt/connection.py", line 977, in get_console_output | 19:07 |
comstud | libvirt_utils.chown(path, os.getuid()) | 19:07 |
annegentle | lorin1: agreed | 19:08 |
*** Ryan_Lane has quit IRC | 19:08 | |
*** Ryan_Lane has joined #openstack-dev | 19:08 | |
*** openstack has joined #openstack-dev | 19:09 | |
*** jaypipes is now known as jaypipes-afk | 19:11 | |
comstud | dprince: _flush_libvirt_console is going to need stubbed, too, or something. | 19:13 |
comstud | dprince: for the pty test | 19:13 |
*** davidha has quit IRC | 19:13 | |
zykes-_ | markmc: still around ? | 19:13 |
*** bepernoot has joined #openstack-dev | 19:13 | |
*** spiffxp has quit IRC | 19:13 | |
*** davidha has joined #openstack-dev | 19:13 | |
*** s0mik has quit IRC | 19:16 | |
annegentle | rats, still haven't fixed bug 985143 even though supposedly I just have to delete references to .js files | 19:17 |
uvirtbot | Launchpad bug 985143 in openstack-manuals "Other Releases drop down link not working on docs.openstack.org" [Undecided,Fix committed] https://launchpad.net/bugs/985143 | 19:17 |
*** heckj_ has joined #openstack-dev | 19:18 | |
*** heckj has quit IRC | 19:19 | |
*** heckj_ is now known as heckj | 19:19 | |
*** darraghb has quit IRC | 19:19 | |
*** anderstj has quit IRC | 19:20 | |
*** heckj has quit IRC | 19:20 | |
annegentle | lorin1: here's a link to the "Compute User Guide" outline http://etherpad.openstack.org/drs6dPNF4p | 19:22 |
lorin1 | annegentle: Yeah, I don't think I've seen that before. | 19:23 |
jgriffith | /msg anotherjesse ping | 19:23 |
annegentle | lorin1: Anthony Young wrote it up. | 19:23 |
zykes-_ | markmc: http://pastebin.com/HY9Mp6x0 | 19:24 |
*** justinsb has quit IRC | 19:25 | |
markmc | zykes-_, hey, you need to install the debuginfo | 19:26 |
markmc | "Missing separate debuginfos, use: debuginfo-install qemu-kvm-0.12.1.2-2.209.el6_2.4.x86_64" | 19:26 |
*** sannes has quit IRC | 19:26 | |
*** justinsb has joined #openstack-dev | 19:26 | |
zykes-_ | after that re-run trace ? | 19:26 |
*** sannes has joined #openstack-dev | 19:26 | |
markmc | zykes-_, yep | 19:27 |
zykes-_ | is debuginfo-install a command ? | 19:28 |
zykes-_ | nvm | 19:28 |
*** lorin11 has joined #openstack-dev | 19:29 | |
*** koolhead17 has quit IRC | 19:29 | |
*** jakedahn_zz is now known as jakedahn | 19:29 | |
*** lorin1 has quit IRC | 19:29 | |
lorin11 | annegentle: Looks good to me. | 19:29 |
annegentle | lorin11: yep, me too | 19:29 |
*** rkukura has quit IRC | 19:30 | |
zykes-_ | markmc: i get that | 19:32 |
zykes-_ | there's no package for qemu-kvm with the debug stuff | 19:32 |
markmc | there is, maybe a 'yum --enablerepo=*debuginfo install qemu-kvm-debuginfo' will do it | 19:33 |
zykes-_ | nvm, seperate repo | 19:33 |
*** hashar has joined #openstack-dev | 19:34 | |
*** anderstj has joined #openstack-dev | 19:39 | |
zykes-_ | markmc: http://pastebin.com/rGdZYZUL < do i need to install all the other stuff there as well ? | 19:42 |
markmc | zykes-_, sounds like it | 19:44 |
zykes-_ | sigh | 19:45 |
markmc | zykes-_, probably best to move this to #fedora-cloud, kinda off topic for here | 19:45 |
*** anderstj has quit IRC | 19:47 | |
*** tong has quit IRC | 19:52 | |
*** sannes has quit IRC | 19:53 | |
*** maoy has joined #openstack-dev | 19:54 | |
*** lorin11 has quit IRC | 19:55 | |
*** lorin1 has joined #openstack-dev | 19:55 | |
*** sannes has joined #openstack-dev | 19:56 | |
Lumiere | chmouel: are you available? | 19:57 |
*** heckj has joined #openstack-dev | 19:59 | |
*** anotherjesse_zz is now known as anotherjesse | 20:00 | |
*** hub-cap has joined #openstack-dev | 20:03 | |
*** rnirmal has quit IRC | 20:05 | |
*** hub_cap has quit IRC | 20:06 | |
*** hub-cap is now known as hub_cap | 20:06 | |
*** hashar has quit IRC | 20:07 | |
*** s0mik has joined #openstack-dev | 20:07 | |
vishy | comstud: does the test need to run execute at all? | 20:07 |
ameade_ | Could I get some eyes on this? https://review.openstack.org/#/c/6469 | 20:07 |
ameade_ | It expired once due to lack of review | 20:07 |
vishy | comstud: can't the stub execute just return ('fake', 'fake') | 20:08 |
dprince | vishy: I would like it to continue running execute so that it tests more of the code. | 20:08 |
dprince | Specifically the chown and the dd. | 20:08 |
jog0 | vishy: what is service_port in filter:tokenauth used for (from keystone middleware)? | 20:09 |
vishy | jog0: not sure | 20:10 |
vishy | dprince: i am afraid of tests actually shelling out | 20:10 |
vishy | dprince: but i suppose the fix works so whatever :) | 20:10 |
dprince | vishy: Sure. I don't think this isn't the only place we do it though. | 20:10 |
vishy | dprince, but think of windows for example | 20:10 |
vishy | dprince: it doesn't have the shell commands | 20:11 |
dprince | vishy: do the unit tests run on Windows? | 20:11 |
vishy | anyway I will approve but in general we mock out shell commands | 20:11 |
jog0 | vishy: thanks. Who would know? I couldn't find a clear reference to it in any source code | 20:11 |
vishy | dprince: clearly not now :) | 20:11 |
dprince | vishy: Well. These tests may also get skipped due to the libvirt requirement. | 20:12 |
*** Ryan_Lane has quit IRC | 20:12 | |
*** Ryan_Lane has joined #openstack-dev | 20:12 | |
sdague | dtroyer: on devstack, it currently does a glance install if g-api or n-api is set to be enabled. Is that right? does n-api need an installed glance repo? | 20:12 |
*** mattray has quit IRC | 20:13 | |
dtroyer | sdague: Yup, due to the glance client being in there. When the Nova API service is changed to use the new python-glanceclient we can change that over. | 20:16 |
jog0 | termie: what is service_port in filter:tokenauth used for (from keystone middleware)? | 20:16 |
sdague | ok, so that makes an interesting issue if you enable n-api | 20:16 |
sdague | but not any of the glance stuff | 20:16 |
sdague | because it never installs the glance prereqs :) | 20:17 |
*** heckj_ has joined #openstack-dev | 20:19 | |
termie | jog0: a quick grep -R on my keystone directory shows no use of serivce_port besides in docs | 20:19 |
*** heckj has quit IRC | 20:20 | |
*** heckj_ is now known as heckj | 20:20 | |
jog0 | termie: hmm but service_port is referenced in both nova config and glance config | 20:20 |
*** troytoman-away is now known as troytoman | 20:22 | |
vishy | jog0: where? | 20:24 |
jog0 | termie: in glance: etc/glance-registry-paste.ini:service_port = 5000 | 20:24 |
sdague | dtroyer: ok, I'll see about a patch here | 20:25 |
vishy | i don't see it in nova anywhere | 20:25 |
vishy | jog0: might be legacy from old keystone | 20:25 |
dtroyer | sdague: re: prereqs, yup, that was an interesting one to find. I though we nailed them all by now? | 20:25 |
sdague | dtroyer: well pysendfile just dragged in libxml2-dev | 20:26 |
dtroyer | sdague: that merged yesterday... | 20:26 |
sdague | dtroyer: right | 20:27 |
jog0 | vishy: its in nova in etc/nova/api-paste.ini | 20:27 |
sdague | but it only installs when g-* is enabled | 20:27 |
sdague | I'm using devstack on a 3 node cluster, 2 of which are only n-* | 20:27 |
sdague | and were reasonably minimal | 20:27 |
jog0 | vishy: termie: it looks like it is from old keystone reverted my keystone repo to ee4795c291fb20da027dda830d5eabc41a3d3535 and found service_port references | 20:27 |
termie | jog0: what is your question? it doesn't exist anymore | 20:28 |
jog0 | termie: my question was what was service_port used for and, the answer sounds like it isn't used for anything and should be removed from sample configs in all the repos. | 20:29 |
dtroyer | sdague: we do the same thing…I just checked the setup and g-api is enabled to work around this. yuck | 20:29 |
*** heckj has quit IRC | 20:33 | |
*** heckj has joined #openstack-dev | 20:33 | |
*** joesavak has joined #openstack-dev | 20:33 | |
sdague | dtroyer: ok, so do you want me to just patch get_packages(), or do you have an idea for a more clean approach? | 20:33 |
*** johnpostlethwait has quit IRC | 20:34 | |
dtroyer | sdague: I think the right thing to do is factor the contents of the bottom loop in get_packages() so it can be called directly, then where the dependency occurs call it to get the additional packages required | 20:36 |
*** jsavak has quit IRC | 20:36 | |
*** spiffxp has joined #openstack-dev | 20:44 | |
clayg | jgriffith: in mysql when I create-volume using a --snapshot_id, the volumes.snapshot_id that goes in the volume is an integer | 20:44 |
clayg | and then listings break | 20:45 |
clayg | seems to work on sqlite | 20:45 |
sdague | dtroyer: ok, so I just pushed the fix I have. It seems like there is probably a refactoring that could happen that was more explicit about each service and the trees they need, but that's more bash than I can handle late in the day :) | 20:45 |
sdague | so feel free to take my fix, or point in another direction | 20:45 |
*** markmc has quit IRC | 20:46 | |
*** mattray has joined #openstack-dev | 20:47 | |
jgriffith | clayg: the id is a uuid on sqlite and not mysql? | 20:47 |
*** heckj_ has joined #openstack-dev | 20:47 | |
*** rkukura has joined #openstack-dev | 20:47 | |
clayg | volumes.snapshot_id - yes | 20:47 |
*** heckj has quit IRC | 20:48 | |
*** heckj_ is now known as heckj | 20:48 | |
clayg | and this is on empty db's in both cases | 20:48 |
clayg | I mean... I'm not migrating old data, it's a fresh empty db => create volume, create snapshot, create volume from snapshot | 20:48 |
jgriffith | clayg: hmm, Yeah, I got ya | 20:48 |
clayg | there's only two volumes in the volumes table, and on mysql one of them has an integer in volumes.snapshot_id | 20:48 |
clayg | ok... sorry, it's totally blowing my mind, but I'm still trying to trace the code path for create from snapshot | 20:49 |
jgriffith | clayg: Odd though, that it's correct in one db and not the other? | 20:49 |
*** joesavak has quit IRC | 20:49 | |
jgriffith | clayg: At that point it should just be the API call that's setting the uuid | 20:49 |
clayg | jgriffith: EXACTLY! that should not be :\ | 20:49 |
clayg | snapshot_id` int(11) DEFAULT NULL, | 20:50 |
jgriffith | WTF? | 20:50 |
*** Ryan_Lane has quit IRC | 20:50 | |
clayg | it's getting truncated by sqla because the type isn't right? | 20:50 |
jgriffith | Ok.. hold on, I might have an idea. | 20:50 |
*** Ryan_Lane has joined #openstack-dev | 20:50 | |
jgriffith | clayg: yes, I see the problem... | 20:52 |
jgriffith | clayg: You've sufficiently destroyed my morale for the day! | 20:53 |
dtroyer | sdague: is the [[ ! $file_to_parse =~ nova ]] needed? that duplicates the next set below your fix | 20:53 |
jgriffith | clayg: I was so happy with my little patch :( | 20:53 |
*** seats has quit IRC | 20:53 | |
jgriffith | clayg: Somewhere along the way I dropped the volumes.c.snapshot_id.alter(String(36), primary_key=True) | 20:54 |
*** seats has joined #openstack-dev | 20:54 | |
clayg | yeah that's the business I was looking for! | 20:54 |
jgriffith | clayg: minus the "primary_key=True" | 20:54 |
jgriffith | clayg: You guys are going to fire me... :) | 20:55 |
*** heckj_ has joined #openstack-dev | 20:55 | |
*** johnpostlethwait has joined #openstack-dev | 20:56 | |
jgriffith | clayg: This is the part where you say "nahhh...." | 20:56 |
*** gabrielhurley has joined #openstack-dev | 20:56 | |
clayg | jgriffith: heck no!!!! much better you go through all this pain! | 20:56 |
jgriffith | clayg: LOL... there we go :) | 20:57 |
vishy | jgriffith is going to be an expert in migrations by the end of this | 20:57 |
*** heckj_ has quit IRC | 20:57 | |
clayg | sho' nuff | 20:57 |
*** heckj has quit IRC | 20:58 | |
*** heckj_ has joined #openstack-dev | 20:58 | |
jgriffith | vishy clayg: yes, I would like to hope so. This wasn't nearly as easy as the first pass | 20:58 |
*** heckj_ is now known as heckj | 20:58 | |
jgriffith | clayg: Ok, here goes. Last one!!!! | 21:00 |
*** davlaps has joined #openstack-dev | 21:00 | |
vishy | i'm just happy clayg is testing this stuff :) | 21:01 |
jgriffith | vishy: No kidding!! Makes me think in the future some functional testing will be mandatory on my side | 21:02 |
*** azbarcea_ has quit IRC | 21:02 | |
vishy | jgriffith: devstack ftw | 21:02 |
*** dolphm has joined #openstack-dev | 21:02 | |
vishy | jgriffith: excercises/volumes.sh | 21:02 |
jgriffith | vishy: DOH!!! | 21:03 |
vishy | (probabably we should make one for snapshotting too) | 21:03 |
jgriffith | vishy: Ok, I'll learn, really... | 21:03 |
jgriffith | vishy: Well if this ever goes through I'll look at that, as well as updating pyhton nova client | 21:03 |
vishy | jgriffith: its going to have to pass exercises/volumes.sh to merge so... | 21:04 |
vishy | :) | 21:04 |
jgriffith | jgriffith sigh of relief | 21:04 |
clayg | aww man... so then I should just be letting the gates catch all this!? | 21:06 |
*** bepernoot has quit IRC | 21:06 | |
*** utlemming has quit IRC | 21:07 | |
*** pnavarro has quit IRC | 21:07 | |
*** utlemming has joined #openstack-dev | 21:07 | |
jgriffith | clayg: No no, this is much better (for me) :) | 21:08 |
*** bepernoot has joined #openstack-dev | 21:08 | |
*** bepernoot has quit IRC | 21:09 | |
*** utlemming has quit IRC | 21:09 | |
*** utlemming has joined #openstack-dev | 21:10 | |
vishy | clayg: you're like a high-speed gate | 21:10 |
vishy | :) | 21:10 |
jgriffith | Much better feedback as well | 21:10 |
sdague | dtroyer: it is, because it's an elif | 21:10 |
clayg | vishy: jgriffith: ok, that last patch fixed it for me | 21:11 |
dtroyer | sdague: roger | 21:11 |
jgriffith | WooHooo!! | 21:11 |
jgriffith | clayg: Now as vishy said, it's up to the ci gods | 21:11 |
clayg | well, if I hit lgtm can vish acctually go ahead and press the go buttom? | 21:12 |
clayg | whoa... s/buttom/button/ | 21:12 |
vishy | clayg: no we need another core reviewer | 21:12 |
vishy | :( | 21:12 |
jgriffith | bcwaldon: interested? | 21:12 |
clayg | isn't this where you get to throw around some of the ptl juice | 21:12 |
vishy | :) | 21:13 |
bcwaldon | jgriffith: interested in... | 21:13 |
jgriffith | reviewing the volume uuid... I figure you helped get me into that mess :) | 21:13 |
jgriffith | https://review.openstack.org/#/c/6511/ | 21:13 |
bcwaldon | aha | 21:13 |
bcwaldon | If I have time today, I will | 21:13 |
bcwaldon | fairly busy at the moment | 21:13 |
*** dprince has quit IRC | 21:14 | |
jgriffith | bcwaldon: NP, Thanks! | 21:14 |
clayg | jgriffith: while you're waiting on bcwaldon -> can you start on this one https://bugs.launchpad.net/nova/+bug/988557 | 21:15 |
uvirtbot | Launchpad bug 988557 in nova "volume attach should be separated in to its own extension" [Undecided,New] | 21:15 |
clayg | :D | 21:15 |
openstackgerrit | Verification of a change to openstack/horizon failed: Adds dash/panel app templates, mgmt commands, template loader. https://review.openstack.org/6854 | 21:16 |
*** hub_cap has quit IRC | 21:16 | |
*** hub_cap has joined #openstack-dev | 21:16 | |
vishy | comstud: I nixed your review here https://review.openstack.org/#/c/6983/ (sorry :() | 21:16 |
*** hub_cap has quit IRC | 21:17 | |
*** utlemming has quit IRC | 21:18 | |
*** utlemming has joined #openstack-dev | 21:18 | |
jgriffith | clayg: I'll look at that, but speaking of Cinder I REALLy need to get some things squared away and ready for Thursday meeting | 21:18 |
comstud | vishy: it's more than 'chown' that's the problem | 21:19 |
comstud | vishy: there's a 'dd' that's done as well | 21:20 |
comstud | anyway, I'm unable to fix it further right now | 21:20 |
comstud | so if someone else can take it | 21:20 |
comstud | 930 def _flush_libvirt_console(self, pty): 931 out, err = utils.execute('dd', 932 'if=%s' % pty, | 21:20 |
comstud | this is called by the pty test | 21:21 |
comstud | and needs stubbed as well | 21:21 |
vishy | comstud: well that should be going through libvirt utils :) | 21:21 |
vishy | comstud: gotcha | 21:21 |
comstud | yeah, sorry | 21:21 |
comstud | i'm helping load a truck right now | 21:21 |
comstud | return unittest.skip("mysql not available") | 21:22 |
comstud | AttributeError: 'module' object has no attribute 'skip' | 21:22 |
comstud | this is another one I'm getting right now too | 21:22 |
comstud | :( | 21:22 |
comstud | kinda disappointing | 21:22 |
comstud | anyway | 21:22 |
comstud | test_mysql_innodb ERROR | 21:22 |
comstud | anyway | 21:22 |
comstud | bbl | 21:22 |
* comstud & | 21:22 | |
vishy | ugh someone used the wrong decorator :( | 21:23 |
*** eglynn__ has joined #openstack-dev | 21:24 | |
*** anderstj has joined #openstack-dev | 21:24 | |
*** eglynn has quit IRC | 21:24 | |
*** anderstj has quit IRC | 21:24 | |
*** anderstj has joined #openstack-dev | 21:24 | |
*** Gordonz has quit IRC | 21:27 | |
*** troytoman is now known as troytoman-away | 21:30 | |
*** littleidea_ has joined #openstack-dev | 21:31 | |
*** maoy has quit IRC | 21:32 | |
anotherjesse | jgriffith: want to help build http://wiki.openstack.org/Cinder | 21:32 |
*** Ryan_Lane has quit IRC | 21:32 | |
*** Ryan_Lane has joined #openstack-dev | 21:32 | |
*** Ryan_Lane has quit IRC | 21:33 | |
*** Ryan_Lane has joined #openstack-dev | 21:33 | |
jgriffith | Sure... btw I've been working on you cp -R method | 21:33 |
jgriffith | http://etherpad.openstack.org/cinder-worksheet | 21:34 |
jgriffith | anotherjesse: wanted to get feedback from you and vishy before pushing to gerrit and abandoning my other approach that's in gerrit already | 21:34 |
*** pengyong has quit IRC | 21:35 | |
*** littleidea has quit IRC | 21:35 | |
*** littleidea_ is now known as littleidea | 21:35 | |
anotherjesse | jgriffith: you've been pushing to your github? | 21:35 |
jgriffith | doing that now... | 21:36 |
jgriffith | I was pushing to gerrit | 21:36 |
jgriffith | Then realized nobody was listening ;( | 21:36 |
jgriffith | anotherjesse: We have an official openstack github, avoid for now? | 21:37 |
anotherjesse | avoid - the github is just for a day to get a working project in gerrit ASAP | 21:37 |
anotherjesse | but to have a place to collaborate | 21:37 |
jgriffith | cool | 21:37 |
*** alaski has quit IRC | 21:38 | |
anotherjesse | jgriffith: I've been updating the todo.. please correct me if it isn't what you are thinking | 21:39 |
jgriffith | anotherjesse: I'm watching you... so far so good | 21:39 |
jgriffith | anotherjesse: excellent | 21:40 |
anotherjesse | jgriffith: I'll sucker dtroyer into helping with devstack integration ;) | 21:42 |
*** lts has quit IRC | 21:45 | |
jgriffith | anotherjesse: Great... work so far is pushed to my github | 21:45 |
anotherjesse | jgriffith: update the git clone link then ;) | 21:47 |
jgriffith | anotherjesse: it was so close I didn't notice it was wrong ;) | 21:47 |
anotherjesse | vishy: once volume is its own service what happens with the ec2 volume API commands, does it proxy to the cinder service ;) | 21:49 |
*** markmcclain has quit IRC | 21:52 | |
*** Shrews has quit IRC | 21:52 | |
anotherjesse | jgriffith: you might want to re-init the repo | 21:53 |
anotherjesse | you included pyc and other stuff | 21:53 |
anotherjesse | don't forget to move hte .gitignore | 21:53 |
jgriffith | anotherjesse: crap | 21:53 |
jgriffith | On it | 21:53 |
*** lorin1 has quit IRC | 21:53 | |
*** agonella has joined #openstack-dev | 21:53 | |
anotherjesse | just blow away the .git dir and push -f | 21:53 |
*** Ryan_Lane has quit IRC | 21:57 | |
*** Ryan_Lane has joined #openstack-dev | 21:57 | |
vishy | anotherjesse: yes | 21:59 |
blamar | sdague: any thoughts on easiest way to make https://review.openstack.org/#/c/6805/ python2.6 compatible? unittest.skip doesn't exist :( | 22:01 |
*** ayoung has quit IRC | 22:05 | |
gabrielhurley | Anybody else have problems with Gerrit not sending email notifications anymore sense the upgrade? It's completely stopped sending them for me... | 22:06 |
jgriffith | anotherjesse: I think you've covered it for now, also just having the wiki point to the etherpad should be sufficient. | 22:08 |
jgriffith | anotherjesse: I'll send an email out to the cinder team with links telling folks to look at updates | 22:08 |
jgriffith | Better yet, just openstack ML | 22:09 |
anotherjesse | jgriffith: you commited run_tests.log | 22:10 |
anotherjesse | I really recommend rm -rf .git; git init; git add .; git commit -a -m "initial copy"; git remote add origin git@github.com:j-griffith/cinder.git; git push origin master -f | 22:11 |
jgriffith | anotherjesse: Yeah, cleaning everything that was missed by not having .gitignore now | 22:11 |
jgriffith | anotherjesse: ok | 22:11 |
jgriffith | anotherjesse: done | 22:12 |
*** dolphm has quit IRC | 22:14 | |
*** x86brandon has quit IRC | 22:16 | |
anotherjesse | jgriffith: do we have a cinder channel - or do we want to spam this channel? | 22:16 |
vishy | mtaylor: how is the openstack nose plugin coming? | 22:16 |
vishy | mtaylor: does it provide pretty output yet? | 22:17 |
clarkb | blamar: use unittest2 when run under 2.6? | 22:17 |
jgriffith | anotherjesse: Do not have a seperate channel, if traffic actually picks up I'm all for creating #openstack-cinder | 22:17 |
anotherjesse | I'm starting to prune some of the code ... | 22:18 |
*** kbringard has quit IRC | 22:18 | |
anotherjesse | getting tests that we don't need tremoved | 22:18 |
blamar | clarkb: I've suggested multiple times to add unittest2 to nova pip-requires but always met with… resistance :) | 22:18 |
jgriffith | anotherjesse: Ok, good thing is a good number of the failing tests will just go away as they're unrelated | 22:18 |
creiht | https://review.openstack.org/#/c/6511/ | 22:20 |
creiht | just needs one more review :) | 22:20 |
*** ywu has joined #openstack-dev | 22:23 | |
anotherjesse | vishy: where does the mapping of ec2 id to volume uuid live - nova http proxy or volume openstack api ;) | 22:25 |
*** gyee has quit IRC | 22:27 | |
*** edygarcia has quit IRC | 22:27 | |
creiht | vishy, anotherjesse: with the cinder work, is all new volume code going to cinder? or how long will nova-volume get patches? | 22:28 |
anotherjesse | creiht: we need to have a deprecation plan … not 100% sure - vishy? | 22:29 |
jgriffith | creiht: We discussed this and the idea was that for Folsom it's both | 22:35 |
jgriffith | creiht anotherjesse: There weren't major blueprints so far for volumes so seemed this would be reasonable | 22:36 |
vishy | comstud: https://review.openstack.org/6996 | 22:36 |
jgriffith | I think if things come up we'll need to work with nova-core to figure out how to address | 22:37 |
vishy | creiht: the volume code in nova will stay in its current state until we are sure cinder is stable | 22:37 |
vishy | creiht: probably still get bugfixes | 22:37 |
vishy | anotherjesse: right now it is in a mapping layer db table | 22:37 |
vishy | anotherjesse: just like images | 22:37 |
vishy | anotherjesse: the awsome project does some kind of mapping with uuid | 22:38 |
vishy | anotherjesse: in a stateless fashion | 22:38 |
vishy | anotherjesse: which is fine until you start getting collisions | 22:38 |
creiht | vishy: cool | 22:39 |
*** kpepple_ has joined #openstack-dev | 22:41 | |
*** mattray has quit IRC | 22:46 | |
*** bourke has quit IRC | 22:50 | |
*** x86brandon_ has joined #openstack-dev | 22:50 | |
*** Ryan_Lane has quit IRC | 22:50 | |
*** agonella has quit IRC | 22:50 | |
*** jemartin has quit IRC | 22:50 | |
*** s1rp has quit IRC | 22:50 | |
*** Susanne-Balle has quit IRC | 22:50 | |
*** martines has quit IRC | 22:50 | |
*** mattstep has quit IRC | 22:50 | |
*** jk0 has quit IRC | 22:50 | |
*** notmyname has quit IRC | 22:50 | |
*** cloudfly has quit IRC | 22:50 | |
*** CatKiller has quit IRC | 22:50 | |
*** bodepd has quit IRC | 22:50 | |
*** _cerberus_ has quit IRC | 22:50 | |
*** guaqua has quit IRC | 22:50 | |
*** jeremydei has quit IRC | 22:50 | |
*** openstack has joined #openstack-dev | 22:55 | |
*** rmk has quit IRC | 22:58 | |
*** pixelbeat has quit IRC | 22:58 | |
*** rmk has joined #openstack-dev | 22:58 | |
*** jmckind has joined #openstack-dev | 22:58 | |
vishy | jgriffith: OperationalError: (OperationalError) (1025, "Error on rename of './nova/#sql-483f_29' to './nova/volumes' (errno: 150)") '\nALTER TABLE volumes CHANGE COLUMN id id VARCHAR(36) NOT NULL' () | 22:58 |
vishy | jgriffith: apparently it doesn't like altering the type of primary keys? | 22:59 |
*** deshantm has joined #openstack-dev | 22:59 | |
*** pixelbeat has joined #openstack-dev | 23:00 | |
*** glenc has joined #openstack-dev | 23:00 | |
*** chmouel_ has joined #openstack-dev | 23:00 | |
*** chuck_ has joined #openstack-dev | 23:00 | |
*** anderstj has joined #openstack-dev | 23:00 | |
*** littleidea has joined #openstack-dev | 23:00 | |
*** rkukura has joined #openstack-dev | 23:00 | |
*** spiffxp has joined #openstack-dev | 23:00 | |
*** sannes has joined #openstack-dev | 23:00 | |
*** justinsb has joined #openstack-dev | 23:00 | |
*** dachary has joined #openstack-dev | 23:00 | |
*** vincentricci has joined #openstack-dev | 23:00 | |
*** lloydde_ has joined #openstack-dev | 23:00 | |
*** reed has joined #openstack-dev | 23:00 | |
*** sandywalsh has joined #openstack-dev | 23:00 | |
*** novas0x2a|laptop has joined #openstack-dev | 23:00 | |
*** zaitcev has joined #openstack-dev | 23:00 | |
*** isolationism has joined #openstack-dev | 23:00 | |
*** rbasak has joined #openstack-dev | 23:00 | |
*** torgomatic has joined #openstack-dev | 23:00 | |
*** rods has joined #openstack-dev | 23:00 | |
*** jdurgin has joined #openstack-dev | 23:00 | |
*** mnewby has joined #openstack-dev | 23:00 | |
*** sniperd has joined #openstack-dev | 23:00 | |
*** maplebed has joined #openstack-dev | 23:00 | |
*** garyk has joined #openstack-dev | 23:00 | |
*** jgriffith has joined #openstack-dev | 23:00 | |
*** tserong has joined #openstack-dev | 23:00 | |
*** salgado has joined #openstack-dev | 23:00 | |
*** andrewbogott has joined #openstack-dev | 23:00 | |
*** larsbutler has joined #openstack-dev | 23:00 | |
*** blamar has joined #openstack-dev | 23:00 | |
*** dingdeng has joined #openstack-dev | 23:00 | |
*** carter has joined #openstack-dev | 23:00 | |
*** pquerna has joined #openstack-dev | 23:00 | |
*** rgoodwin has joined #openstack-dev | 23:00 | |
*** cweidenkeller has joined #openstack-dev | 23:00 | |
*** jaypipes-afk has joined #openstack-dev | 23:00 | |
*** benner has joined #openstack-dev | 23:00 | |
*** JordanRinke has joined #openstack-dev | 23:00 | |
*** openstackgerrit has joined #openstack-dev | 23:00 | |
*** asalkeld has joined #openstack-dev | 23:00 | |
*** sdake has joined #openstack-dev | 23:00 | |
*** Adri2000 has joined #openstack-dev | 23:00 | |
*** jog0 has joined #openstack-dev | 23:00 | |
*** bhuvan has joined #openstack-dev | 23:00 | |
*** sileht has joined #openstack-dev | 23:00 | |
*** fc__ has joined #openstack-dev | 23:00 | |
*** hugokuo has joined #openstack-dev | 23:00 | |
*** sorrison_ has joined #openstack-dev | 23:00 | |
*** Ruetobas has joined #openstack-dev | 23:00 | |
*** jakedahn has joined #openstack-dev | 23:00 | |
*** negronjl has joined #openstack-dev | 23:00 | |
*** cp16net has joined #openstack-dev | 23:00 | |
*** hattwick has joined #openstack-dev | 23:00 | |
*** jkoelker has joined #openstack-dev | 23:00 | |
*** BLZbubba_ has joined #openstack-dev | 23:00 | |
*** Daviey has joined #openstack-dev | 23:00 | |
*** JStoker has joined #openstack-dev | 23:00 | |
*** statik has joined #openstack-dev | 23:00 | |
*** fattarsi has joined #openstack-dev | 23:00 | |
*** crago has joined #openstack-dev | 23:00 | |
*** darkhorse has joined #openstack-dev | 23:00 | |
*** nikhil__ has joined #openstack-dev | 23:01 | |
*** mikal has joined #openstack-dev | 23:01 | |
*** huats has joined #openstack-dev | 23:01 | |
*** clarkb has joined #openstack-dev | 23:01 | |
*** sdague has joined #openstack-dev | 23:01 | |
*** haleyb has joined #openstack-dev | 23:01 | |
*** med_ has joined #openstack-dev | 23:01 | |
*** _0x44 has joined #openstack-dev | 23:01 | |
*** wkelly has joined #openstack-dev | 23:01 | |
*** sleepsonzzz has joined #openstack-dev | 23:01 | |
*** yamahata_ has joined #openstack-dev | 23:01 | |
*** zykes-_ has joined #openstack-dev | 23:01 | |
*** agy has joined #openstack-dev | 23:01 | |
*** LarsErikP has joined #openstack-dev | 23:01 | |
*** clayg has joined #openstack-dev | 23:01 | |
*** comstud has joined #openstack-dev | 23:01 | |
*** termie has joined #openstack-dev | 23:01 | |
*** LinuxJedi has joined #openstack-dev | 23:01 | |
*** tr3buchet has joined #openstack-dev | 23:01 | |
*** pknouff has joined #openstack-dev | 23:01 | |
*** pandemicsyn has joined #openstack-dev | 23:01 | |
*** rha has joined #openstack-dev | 23:01 | |
*** troytoman-away has joined #openstack-dev | 23:01 | |
*** Kiall has joined #openstack-dev | 23:01 | |
*** jerdfelt has joined #openstack-dev | 23:01 | |
*** russellb has joined #openstack-dev | 23:01 | |
*** ipl31_ has joined #openstack-dev | 23:01 | |
*** Drakiz has joined #openstack-dev | 23:01 | |
*** Vek has joined #openstack-dev | 23:01 | |
*** verne.freenode.net sets mode: +v pandemicsyn | 23:01 | |
*** fesnel has joined #openstack-dev | 23:01 | |
*** hazmat has joined #openstack-dev | 23:01 | |
*** andrewsben has joined #openstack-dev | 23:01 | |
*** anotherjesse has joined #openstack-dev | 23:01 | |
*** jkoelker has quit IRC | 23:01 | |
*** hyakuhei has joined #openstack-dev | 23:01 | |
*** gabrielhurley has joined #openstack-dev | 23:01 | |
*** s0mik has joined #openstack-dev | 23:01 | |
*** n0ano has joined #openstack-dev | 23:01 | |
*** openstackjenkins has joined #openstack-dev | 23:01 | |
*** GheRivero has joined #openstack-dev | 23:01 | |
*** Aaton has joined #openstack-dev | 23:01 | |
*** oneiroi has joined #openstack-dev | 23:01 | |
*** 65MAAJZSE has joined #openstack-dev | 23:01 | |
*** btorch has joined #openstack-dev | 23:01 | |
*** letterj has joined #openstack-dev | 23:01 | |
*** jeremyb has joined #openstack-dev | 23:01 | |
*** ohnoimdead has joined #openstack-dev | 23:01 | |
*** radii has joined #openstack-dev | 23:01 | |
*** mtaylor has joined #openstack-dev | 23:01 | |
*** ghantoos has joined #openstack-dev | 23:01 | |
*** dtroyer_zzz has joined #openstack-dev | 23:01 | |
*** writerdavid has joined #openstack-dev | 23:01 | |
*** villep has joined #openstack-dev | 23:01 | |
*** creiht has joined #openstack-dev | 23:01 | |
*** verne.freenode.net sets mode: +vvv letterj mtaylor creiht | 23:01 | |
*** jeremyb has quit IRC | 23:01 | |
*** Ryan_Lane has joined #openstack-dev | 23:01 | |
*** agonella has joined #openstack-dev | 23:01 | |
*** jemartin has joined #openstack-dev | 23:01 | |
*** s1rp has joined #openstack-dev | 23:01 | |
*** Susanne-Balle has joined #openstack-dev | 23:01 | |
*** martines has joined #openstack-dev | 23:01 | |
*** mattstep has joined #openstack-dev | 23:01 | |
*** jk0 has joined #openstack-dev | 23:01 | |
*** bodepd has joined #openstack-dev | 23:01 | |
*** notmyname has joined #openstack-dev | 23:01 | |
*** cloudfly has joined #openstack-dev | 23:01 | |
*** jeremydei has joined #openstack-dev | 23:01 | |
*** CatKiller has joined #openstack-dev | 23:01 | |
*** _cerberus_ has joined #openstack-dev | 23:01 | |
*** guaqua has joined #openstack-dev | 23:01 | |
*** redbo has joined #openstack-dev | 23:01 | |
*** verne.freenode.net sets mode: +vvvv jk0 notmyname _cerberus_ redbo | 23:01 | |
*** annegentle has joined #openstack-dev | 23:01 | |
*** antonym has joined #openstack-dev | 23:01 | |
*** pabelanger has joined #openstack-dev | 23:01 | |
*** errr has joined #openstack-dev | 23:01 | |
*** dragondm has joined #openstack-dev | 23:01 | |
*** dmarkey has joined #openstack-dev | 23:01 | |
*** cburgess has joined #openstack-dev | 23:01 | |
*** jeremyb has joined #openstack-dev | 23:02 | |
*** dmarkey has quit IRC | 23:02 | |
*** jkoelker has joined #openstack-dev | 23:02 | |
*** dmarkey has joined #openstack-dev | 23:02 | |
vishy | jgriffith: found it: CONSTRAINT `sm_volume_ibfk_1` FOREIGN KEY (`id`) REFERENCES `volumes` (`id`) in sm_volume | 23:03 |
*** utlemming has joined #openstack-dev | 23:03 | |
*** blamar has quit IRC | 23:04 | |
*** Ryan_Lane has quit IRC | 23:05 | |
*** Ryan_Lane has joined #openstack-dev | 23:05 | |
jgriffith | vishy: ? | 23:07 |
jgriffith | Ddi something fail again and I missed it? | 23:08 |
vishy | jgriffith: you missed one of the constraints | 23:08 |
vishy | sm_volume.id -> volumes.id | 23:08 |
jgriffith | Yeah, see that, but how did you find it? | 23:08 |
jgriffith | :) | 23:08 |
*** littleidea has quit IRC | 23:08 | |
jgriffith | Ya know what sucks, is I remember seeing/mentioning that one in a chat with you earlier this week | 23:08 |
vishy | it failed to migrate | 23:08 |
vishy | so i manually tried the alter | 23:09 |
vishy | and did a show engine innodb status to find out why it failed | 23:09 |
jgriffith | clever | 23:09 |
jgriffith | vishy: so what exactly is sm_volume for anyway? | 23:09 |
vishy | ask renuka :) | 23:10 |
vishy | it is for the storage manager backend | 23:10 |
jgriffith | vishy: ahhh | 23:10 |
jgriffith | vishy: yeah, I see xen... | 23:11 |
jgriffith | vishy: alrighty, one more time. I'll add the sm_volume table to the migration and change to id = Column(String(36) | 23:11 |
*** davlaps has quit IRC | 23:12 | |
jgriffith | vishy: of course this is likely to open a can of worms in the xen unit tests | 23:13 |
vishy | jgriffith: ok i got the db sync working | 23:13 |
*** jdurgin has quit IRC | 23:14 | |
*** galstrom has joined #openstack-dev | 23:15 | |
vishy | jgriffith: http://paste.openstack.org/show/14414/ | 23:15 |
jgriffith | vishy: Oh you are the man!! | 23:15 |
vishy | jgriffith: you'll have to fix the other migrations | 23:16 |
vishy | jgriffith: and see if there are any tests that break | 23:16 |
vishy | (and fix models.py | 23:16 |
jgriffith | vishy: models is done, looking at the others | 23:16 |
vishy | and i will tell you in a sec if your code will pass tests :) | 23:16 |
jgriffith | vishy: LOL | 23:17 |
*** Susanne-Balle has quit IRC | 23:17 | |
*** lloydde_ has quit IRC | 23:17 | |
vishy | jgriffith: survey says… nope | 23:18 |
*** pabelanger has quit IRC | 23:18 | |
*** pabelanger has joined #openstack-dev | 23:18 | |
*** pabelanger has joined #openstack-dev | 23:18 | |
*** rkukura has quit IRC | 23:19 | |
vishy | jgriffith: problem with devstack | 23:19 |
jgriffith | vishy: dang it! | 23:19 |
*** Susanne-Balle has joined #openstack-dev | 23:20 | |
anotherjesse | vishy: don't you dare blame my progeny | 23:20 |
*** dtroyer_zzz is now known as dtroyer | 23:21 | |
vishy | jgriffith: I will submit a patch to devstack if that is the only issue | 23:22 |
*** gabrielhurley1 has joined #openstack-dev | 23:24 | |
*** somik has joined #openstack-dev | 23:24 | |
*** letterj- has joined #openstack-dev | 23:24 | |
vishy | jgriffith second error | 23:24 |
vishy | insert into iscsi target broken | 23:24 |
jgriffith | vishy: Man! | 23:24 |
*** dbuzz has joined #openstack-dev | 23:24 | |
*** btorch_ has joined #openstack-dev | 23:25 | |
*** villep_ has joined #openstack-dev | 23:25 | |
*** creiht_ has joined #openstack-dev | 23:25 | |
*** mtaylor1 has joined #openstack-dev | 23:25 | |
*** ChanServ sets mode: +v mtaylor1 | 23:25 | |
*** ghantoos_ has joined #openstack-dev | 23:25 | |
*** dtroyer- has joined #openstack-dev | 23:26 | |
*** littleidea has joined #openstack-dev | 23:26 | |
*** ohnoimde1d has joined #openstack-dev | 23:27 | |
*** hyakuhei_ has joined #openstack-dev | 23:27 | |
*** writerdae has joined #openstack-dev | 23:27 | |
jgriffith | vishy: let me get these migrations in the sql files then look at that | 23:28 |
*** Aaton_ has joined #openstack-dev | 23:28 | |
vishy | jgriffith: so the problem appears to be the handling of id | 23:28 |
vishy | id should be an autoinc column in iscsi target | 23:28 |
vishy | it is the volume_id column that needs to change to uuid | 23:29 |
vishy | the id column should stay the same | 23:29 |
*** anotherjesse is now known as anotherjesse_zz | 23:29 | |
vishy | brb | 23:29 |
jgriffith | vishy: ohhh... yes I see it | 23:29 |
jgriffith | DANG | 23:29 |
*** sandywalsh has quit IRC | 23:31 | |
*** hyakuhei has quit IRC | 23:32 | |
*** gabrielhurley has quit IRC | 23:32 | |
*** s0mik has quit IRC | 23:32 | |
*** n0ano has quit IRC | 23:32 | |
*** openstackjenkins has quit IRC | 23:32 | |
*** GheRivero has quit IRC | 23:32 | |
*** Aaton has quit IRC | 23:32 | |
*** oneiroi has quit IRC | 23:32 | |
*** 65MAAJZSE has quit IRC | 23:32 | |
*** btorch has quit IRC | 23:32 | |
*** letterj has quit IRC | 23:32 | |
*** ohnoimdead has quit IRC | 23:32 | |
*** radii has quit IRC | 23:32 | |
*** dtroyer has quit IRC | 23:32 | |
*** mtaylor has quit IRC | 23:32 | |
*** villep has quit IRC | 23:32 | |
*** ghantoos has quit IRC | 23:32 | |
*** writerdavid has quit IRC | 23:32 | |
*** creiht has quit IRC | 23:32 | |
*** Aaton_ is now known as Aaton | 23:32 | |
*** somik is now known as s0mik | 23:32 | |
*** dtroyer- is now known as dtroyer | 23:32 | |
*** dbuzz is now known as oneiroi | 23:32 | |
*** writerdae is now known as writerdavid | 23:32 | |
*** openstackjenkins has joined #openstack-dev | 23:36 | |
*** radii has joined #openstack-dev | 23:36 | |
*** giroro_ has joined #openstack-dev | 23:37 | |
*** zykes- has joined #openstack-dev | 23:37 | |
*** LarsErik1 has joined #openstack-dev | 23:38 | |
*** dbuzz has joined #openstack-dev | 23:38 | |
*** n0ano has joined #openstack-dev | 23:38 | |
*** GheRivero has joined #openstack-dev | 23:39 | |
*** huats_ has joined #openstack-dev | 23:39 | |
*** huats_ has quit IRC | 23:39 | |
*** huats_ has joined #openstack-dev | 23:39 | |
jgriffith | vishy: When you get back http://paste.openstack.org/show/14421/ Meanwhile, looking at iscsi... | 23:41 |
*** clayg_ has joined #openstack-dev | 23:41 | |
*** lloydde has joined #openstack-dev | 23:42 | |
*** sdague_ has joined #openstack-dev | 23:42 | |
*** Ruetobas has quit IRC | 23:42 | |
*** oneiroi has quit IRC | 23:42 | |
*** zykes-_ has quit IRC | 23:42 | |
*** LarsErikP has quit IRC | 23:42 | |
*** huats has quit IRC | 23:42 | |
*** hyakuhei_ has quit IRC | 23:42 | |
*** glenc has quit IRC | 23:42 | |
*** dbuzz is now known as oneiroi | 23:42 | |
*** glenc_ has joined #openstack-dev | 23:42 | |
*** hub_cap has joined #openstack-dev | 23:43 | |
*** jog0_ has joined #openstack-dev | 23:44 | |
*** Vek_ has joined #openstack-dev | 23:44 | |
*** troytoma` has joined #openstack-dev | 23:45 | |
*** dachary1 has joined #openstack-dev | 23:45 | |
*** jemartin_ has joined #openstack-dev | 23:45 | |
*** carter__ has joined #openstack-dev | 23:45 | |
*** russellb_ has joined #openstack-dev | 23:46 | |
*** lloydde has quit IRC | 23:47 | |
*** hyakuhei has joined #openstack-dev | 23:47 | |
*** hyakuhei has joined #openstack-dev | 23:47 | |
jgriffith | vishy: the whole deal... http://paste.openstack.org/show/14422/ | 23:48 |
*** fesnel` has joined #openstack-dev | 23:49 | |
*** gakott has joined #openstack-dev | 23:49 | |
*** jemartin has quit IRC | 23:49 | |
*** jemartin_ is now known as jemartin | 23:49 | |
*** mnewby_ has joined #openstack-dev | 23:50 | |
*** dachary has quit IRC | 23:50 | |
*** Vek has quit IRC | 23:50 | |
*** jog0 has quit IRC | 23:50 | |
*** carter has quit IRC | 23:50 | |
*** sdague has quit IRC | 23:50 | |
*** troytoman-away has quit IRC | 23:50 | |
*** russellb has quit IRC | 23:50 | |
*** anotherjesse_zz has quit IRC | 23:50 | |
*** reed has quit IRC | 23:51 | |
*** garyk has quit IRC | 23:51 | |
*** Adri2000 has quit IRC | 23:51 | |
*** Kiall has quit IRC | 23:51 | |
*** fesnel has quit IRC | 23:51 | |
*** jog0_ is now known as jog0 | 23:51 | |
*** reed has joined #openstack-dev | 23:51 | |
*** anotherjesse_zz has joined #openstack-dev | 23:51 | |
*** anotherjesse_zz is now known as anotherjesse | 23:51 | |
*** spiffxp has quit IRC | 23:52 | |
*** Kiall has joined #openstack-dev | 23:53 | |
*** cmagina_ has quit IRC | 23:53 | |
*** cmagina has joined #openstack-dev | 23:53 | |
*** vincentricci has quit IRC | 23:54 | |
*** mnewby has quit IRC | 23:54 | |
*** lloydde has joined #openstack-dev | 23:54 | |
*** mnewby_ has quit IRC | 23:55 | |
*** cmagina has quit IRC | 23:55 | |
mtaylor1 | vishy: yes. it's great. we use it everywhere | 23:55 |
jgriffith | vishy: pushed, heading home but be back online in about an hour | 23:56 |
mtaylor1 | vishy: even in nova! :) | 23:56 |
*** cmagina has joined #openstack-dev | 23:56 | |
*** blamar has joined #openstack-dev | 23:57 | |
*** jgriffith has quit IRC | 23:57 | |
mtaylor1 | jgriffith: did you do a wholesale replacement of the guts of cinder? do you need me to update the copy in gerrit? | 23:57 |
* mtaylor1 is reading scrollback and stuff | 23:57 | |
*** mtaylor1 is now known as mtaylor | 23:57 | |
*** galstrom has quit IRC | 23:59 | |
*** lloydde has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!