*** cmagina has quit IRC | 00:01 | |
*** anderstj has quit IRC | 00:01 | |
*** cmagina has joined #openstack-dev | 00:02 | |
*** Adri2000 has joined #openstack-dev | 00:02 | |
*** ayoung has joined #openstack-dev | 00:03 | |
anotherjesse | mtaylor: not yet | 00:04 |
---|---|---|
anotherjesse | mtaylor: we are getting the tests to pass and then we will ask you to move it into place | 00:05 |
mtaylor | anotherjesse: awesome | 00:06 |
mtaylor | anotherjesse: just let me know when I can be of service! | 00:07 |
anotherjesse | dtroyer: we'll need a devstack that has a cinder=1 option that is runs cinder instead of volumes | 00:08 |
*** sleepsonzzz is now known as sleepsonthefloor | 00:10 | |
*** dtroyer is now known as dtroyer_zzz | 00:12 | |
cloudfly | sweet dreams | 00:12 |
*** mnewby has joined #openstack-dev | 00:12 | |
*** Ryan_Lane has quit IRC | 00:12 | |
*** Ryan_Lane has joined #openstack-dev | 00:13 | |
*** anderstj has joined #openstack-dev | 00:13 | |
*** Ryan_Lane has quit IRC | 00:13 | |
*** Ryan_Lane has joined #openstack-dev | 00:13 | |
*** anderstj has quit IRC | 00:13 | |
*** jakedahn is now known as jakedahn_zz | 00:16 | |
*** sleepsonthefloor is now known as sleepsonzzz | 00:16 | |
*** ncode has joined #openstack-dev | 00:17 | |
*** ncode has joined #openstack-dev | 00:17 | |
*** galstrom has joined #openstack-dev | 00:18 | |
*** reed has quit IRC | 00:23 | |
*** gyee has joined #openstack-dev | 00:25 | |
*** gyee has quit IRC | 00:25 | |
andrewbogott | bhuvan: Regarding your AUTHOR patch... are the changes to openstack/common just a blind copy from the official 'common' repo? | 00:27 |
andrewbogott | (I was at the summit session explaining how this would work but remain confused.) | 00:27 |
mtaylor | andrewbogott: yeah, there's a script in openstack.common that you run to copy the requested modules from openstack.common to the $project/openstack/common dir of the target project | 00:30 |
mtaylor | andrewbogott: all configured by openstack-common.conf | 00:30 |
andrewbogott | And it's normal for changes produced by that script to be comingled with bigger patch? | 00:31 |
mtaylor | well, in this case since it's adding the setup module and then using it, yeah | 00:31 |
mtaylor | I would think that if the change it "update to the latest openstack.common" ... then I'd probably find it annoying | 00:31 |
mtaylor | (it's a grey area) | 00:32 |
*** ncode has quit IRC | 00:32 | |
andrewbogott | I don't think that would be annoying... that kind of patch would be a no-brainer. | 00:32 |
andrewbogott | And, as it is, there could be two pending patches which both do the sync... | 00:32 |
andrewbogott | Now that I'm staring this in the face, submodules don't sound so bad :( | 00:32 |
mtaylor | yeah ... I don't either ... and I think we've got some good tooling support in latest gerrit to deal with them nicely, tbh | 00:33 |
mtaylor | I think we're going to start using them in the openstack-ci-puppet repo, which will give us somewhere to point our fingers if we want to talk about workflow and how we might could maybe kinda use them perhaps | 00:33 |
*** mnewby has quit IRC | 00:34 | |
andrewbogott | Oh, cool. It's certainly true that there's more potential for user-error-hilarity with submodules. So training wheels would be good. | 00:34 |
mtaylor | ++ | 00:34 |
mtaylor | there's actually a neat feature they added where if gerrit manages both the super module and the submodule | 00:34 |
mtaylor | if you land a change to the submodule, it knows how to go update the super module for you | 00:35 |
andrewbogott | I think the only catastrophe that I've caused myself is doing 'git submodule update' in a parent module and causing all my pending work in the submodule to vanish. | 00:36 |
mtaylor | yuck. that sounds terrible | 00:36 |
andrewbogott | Gerrit won't help with that... but it can be avoided by just pretending like 'submodule update' doesn't actually exist. | 00:36 |
mtaylor | yup | 00:36 |
andrewbogott | This was one of the many 'git lessons' which involved a coworker saying "Oh, yeah, you should just never do that." | 00:36 |
*** thingee has quit IRC | 00:38 | |
*** deshantm has quit IRC | 00:39 | |
zaitcev | Submodules just must never be used period | 00:39 |
*** johnpostlethwait has quit IRC | 00:39 | |
mtaylor | no, I disagree with that | 00:39 |
mtaylor | I agree that they have the potential for massive confusion | 00:40 |
mtaylor | and are not the general solution to most problems | 00:40 |
mtaylor | but, like many power tools, if you know what you are doing, they can be helpful, and if you don't, you can lose a finger | 00:40 |
zaitcev | Whatever. I had it with gnulib, so I'm not going to be receptive to any arguments about it, however sensible or well-informed. | 00:41 |
mtaylor | hehehe | 00:41 |
mtaylor | fair | 00:41 |
mtaylor | well, I'll let you know how it goes after we split our puppet repo into a set of submodules. it's possible I will come back and say that you are 100% right :) | 00:41 |
*** isolationism has quit IRC | 00:42 | |
zaitcev | It may be a gnulib issue as well, like the ability to do git pulls on its own. If you avoid that, your main tree is not in a position to be caught with pants down. | 00:43 |
*** s0mik has quit IRC | 00:44 | |
andrewbogott | I think submodules are the right solution to a common problem. The fact that they frequently misfire is a git bug that needs to be fixed. | 00:44 |
*** hub_cap has quit IRC | 00:45 | |
andrewbogott | I wonder if it would be possible to split git into 'git-limited' and 'git-expert' and move all of the shoot-in-foot commands out of the hands of normal users... | 00:46 |
mtaylor | andrewbogott: that's kind of what we've been trying to do with our gerrit setup... | 00:46 |
mtaylor | andrewbogott: honestly | 00:46 |
mtaylor | and even with that we still field regular git panic questions | 00:46 |
andrewbogott | True, I guess git-review + gerrit largely eliminate the need to talk to git directly. | 00:46 |
*** rods has quit IRC | 00:47 | |
mtaylor | at least for the more complex shoot-your-self-if-you-don't-get-it operations | 00:47 |
mtaylor | which, to be fair, does come at the cost of removing some power from some of our git power users | 00:47 |
cloudfly | i still want to add git er-done as a command | 00:48 |
mtaylor | hehehe | 00:48 |
cloudfly | i figure on april fools i'll submit a patch that just makes git er-done execute a make all on the repot after completion | 00:49 |
*** pixelbeat has quit IRC | 00:52 | |
*** deshantm has joined #openstack-dev | 00:53 | |
*** dachary1 has quit IRC | 01:01 | |
*** torgomatic has quit IRC | 01:02 | |
*** akscram has joined #openstack-dev | 01:03 | |
*** dachary has joined #openstack-dev | 01:04 | |
*** pengyong has joined #openstack-dev | 01:05 | |
*** edygarcia has joined #openstack-dev | 01:05 | |
*** anderstj has joined #openstack-dev | 01:07 | |
*** galstrom has quit IRC | 01:09 | |
*** winston-d has joined #openstack-dev | 01:10 | |
*** galstrom has joined #openstack-dev | 01:12 | |
*** dhellmann has quit IRC | 01:15 | |
*** dolphm has joined #openstack-dev | 01:15 | |
*** gabrielhurley1 has quit IRC | 01:15 | |
*** galstrom has quit IRC | 01:18 | |
*** ncode has joined #openstack-dev | 01:19 | |
*** ncode has joined #openstack-dev | 01:19 | |
*** jakedahn_zz is now known as jakedahn | 01:20 | |
*** dolphm has quit IRC | 01:22 | |
*** hub_cap has joined #openstack-dev | 01:22 | |
*** jog0 has left #openstack-dev | 01:24 | |
*** salgado has quit IRC | 01:27 | |
*** anderstj has quit IRC | 01:28 | |
mtaylor | bcwaldon: https://review.openstack.org/7007 | 01:29 |
*** jemartin has quit IRC | 01:37 | |
*** jgriffith has joined #openstack-dev | 01:39 | |
jgriffith | vishy: epic fail on my part I guess... | 01:39 |
*** russellb_ is now known as russellb | 01:40 | |
*** lloydde has joined #openstack-dev | 01:42 | |
vishy | jgriffith: got it going | 01:42 |
vishy | jgriffith: you need to start using devstack | 01:42 |
*** novas0x2a|laptop has quit IRC | 01:42 | |
jgriffith | vishy: Yeah, obviously | 01:43 |
jgriffith | vishy: There are a couple migration errors still | 01:43 |
jgriffith | sqlite | 01:43 |
vishy | jgriffith: i just pushed a new version | 01:43 |
vishy | i think i got it all now | 01:43 |
vishy | the test_walk_versions passes now | 01:43 |
jgriffith | vishy: That was it then | 01:44 |
jgriffith | RENAME ****_backup | 01:44 |
jgriffith | and the key, | 01:44 |
jgriffith | vishy: So if you wouldn't mind... you load this in devstack, create volumes and do manual testing? | 01:45 |
vishy | yup | 01:45 |
vishy | well i initially tried exercises/volumes.sh | 01:45 |
vishy | when that didn't work i manually fixed | 01:45 |
jgriffith | vishy: Yeah, I remember you mentioned that and gave taht I shot before I left the office | 01:45 |
jgriffith | vishy: Ran it on trunk first so didn't get to change/fail yet | 01:46 |
vishy | you got devstack working though? | 01:46 |
jgriffith | vishy: yeah but it was an old install/vm that I had running. Hasn't been updated in quite a while | 01:47 |
jgriffith | vishy: Was in a hurry and just wanted to see if I could figure out how to run what you were running | 01:47 |
jgriffith | vishy: kicked off a new devstack install as I was leaving so I can log in tonight and check it out | 01:47 |
vishy | i have some vagrant stuff to run vms locally | 01:47 |
vishy | so that is how i do my functional testing | 01:48 |
jgriffith | vishy: Makes sense now | 01:48 |
jgriffith | vishy: I'm learning though | 01:48 |
vishy | https://github.com/vishvananda/vagrant_devstack | 01:48 |
anotherjesse | vishy: I still think vagrant scripts should go in devstack repo ;) | 01:49 |
vishy | anotherjesse: you crazy | 01:49 |
anotherjesse | if 3rd party apis can be in the project, vagrant files can be in devstack ;p | 01:49 |
jgriffith | vishy: Well this is going to make my life considerably easier! | 01:50 |
vishy | anotherjesse: lol | 01:50 |
vishy | anotherjesse: you keep accusing me of wanting them in the project | 01:50 |
vishy | anotherjesse: i don't! | 01:50 |
anotherjesse | then say you don't | 01:51 |
anotherjesse | in the meeting ;p | 01:51 |
vishy | anotherjesse: but we need good rationale for it | 01:51 |
vishy | anotherjesse: or we are just being evil | 01:51 |
harlowja | do no evil, lol | 01:51 |
anotherjesse | the thing is - it is hard to do it the http proxy way - but we have to do the work needed for it anyway | 01:52 |
anotherjesse | we being the project | 01:52 |
vishy | anotherjesse: we are versioning rpc api so we don't necessarily have to force people into http proxy | 01:53 |
vishy | they could just be external and map to rpc api | 01:53 |
vishy | just tell them to use rpc.v1 | 01:53 |
anotherjesse | vishy: I just think that will be confusing since rpc != rabbitmq. if rpc is pluggable does that mean ever 3rd party api would need to be in python and use our pluggable rpc ? | 01:54 |
vishy | anotherjesse: hmm i guess so | 01:55 |
anotherjesse | they could do it, but *why would you do that to yourself* | 01:55 |
anotherjesse | ;) | 01:55 |
anotherjesse | anywho … back to deleting code in cinder | 01:56 |
vishy | anotherjesse: well, it would allow us to put them external to nova | 01:56 |
anotherjesse | Ran 767 tests in 33.586s | 01:56 |
anotherjesse | FAILED (SKIP=14, errors=19, failures=1) | 01:56 |
vishy | anotherjesse: wow, getting there | 01:56 |
bcwaldon | mtaylor: weirdness, I'm hanging on test_multiprocessing now in glancey glance | 01:56 |
bcwaldon | mtaylor: and the SKIPs arent giving reasons anymore | 01:57 |
vishy | anotherjesse: anotherjesse porting the uuid change over could be awkward | 01:57 |
anotherjesse | yes | 01:57 |
vishy | i guess it is just ignoring any files that don't exist in the diff | 01:57 |
anotherjesse | everything in our project tends to get a little awkward :-/ | 01:57 |
jgriffith | vishy anotherjesse: Can we just drop int id's in cinder? | 01:59 |
jgriffith | Use the mapping table strategy we have now in nova? | 01:59 |
anotherjesse | jgriffith: we need to assume there will be a transition from cinder to nova-volumes | 01:59 |
jgriffith | I mean, live in nova | 01:59 |
vishy | ? | 02:00 |
jgriffith | anotherjesse: Yeah, my strategy was to have nova contain the ec2 api... | 02:00 |
vishy | migration 1 should just create all of the tables as they are in nova after uuid switch | 02:00 |
jgriffith | vishy: Ok | 02:00 |
vishy | imo | 02:00 |
jgriffith | vishy: forget my idea then | 02:00 |
*** andrewsben is now known as andrewsben_zz | 02:00 | |
*** harlowja has quit IRC | 02:01 | |
*** creiht_ has quit IRC | 02:04 | |
*** creiht has joined #openstack-dev | 02:04 | |
*** ChanServ sets mode: +v creiht | 02:04 | |
*** anderstj has joined #openstack-dev | 02:09 | |
*** hugokuo1 has joined #openstack-dev | 02:12 | |
*** Gordonz has joined #openstack-dev | 02:13 | |
*** hugokuo has quit IRC | 02:15 | |
*** Ryan_Lane has quit IRC | 02:23 | |
*** anderstj has quit IRC | 02:24 | |
*** Gordonz has quit IRC | 02:25 | |
*** dtroyer_zzz is now known as dtroyer | 02:26 | |
anotherjesse | jgriffith: just pushed - i'll be afk for 30+ mins | 02:27 |
anotherjesse | Ran 779 tests in 34.117s | 02:27 |
anotherjesse | FAILED (SKIP=14, errors=4) | 02:27 |
anotherjesse | most of the errors seem related to tests expecting osapi instead of osvolume api | 02:27 |
anotherjesse | http://pastie.org/3846662 | 02:27 |
jgriffith | anotherjesse: Do you want to do a pull request and I'll look at what's left? | 02:28 |
jgriffith | Or did you want to finish it up later when you get back? | 02:28 |
*** lloydde has quit IRC | 02:28 | |
jgriffith | anotherjesse: Nvr Mind, just got the email | 02:29 |
*** dachary has quit IRC | 02:29 | |
*** dachary has joined #openstack-dev | 02:32 | |
winston-d | vishy, hi vish | 02:33 |
winston-d | vishy, i'm about to upload the multiproess-api-service patch for review, but there's some problem. i don't know if i had messed-up the gerrit-master branch... | 02:34 |
bcwaldon | winston-d: vishy is a bit preoccupied at the moment | 02:34 |
bcwaldon | winston-d: can I lend a hand? | 02:34 |
winston-d | bcwaldon, sure. thx. i encountered 'Errors running git rebase -i remotes/gerrit/master' when i hit 'git review'. | 02:35 |
bcwaldon | ok, so git review will try to rebase off of master when you run it | 02:36 |
bcwaldon | its essentially dumping you in the middle of a git rebase operation | 02:36 |
bcwaldon | have you done that before? | 02:36 |
winston-d | bcwaldon, yes, i've done 'git review' several times before, they worked well. | 02:37 |
bcwaldon | sorry, I'm asking if you have any experience with 'git rebase'? | 02:37 |
winston-d | i saw this problem like 30 minutes ago for the first time, and i figured maybe master branch has updates that my branch doesn't, so i 'git ci --amend' some changes. now i guess that might mess-up gerrit master | 02:40 |
bcwaldon | ok, so it sounds like you've diverged from master in a way that can't be automatically resolved | 02:40 |
bcwaldon | what's the output from 'git status'? | 02:41 |
winston-d | it's clean | 02:41 |
bcwaldon | winston-d: so do you know how to do a 'git rebase'? | 02:41 |
winston-d | bcwaldon, no, i don't. | 02:41 |
winston-d | haven't done that before. | 02:42 |
bcwaldon | winston-d: ok, so basically a rebase is going to grab commits from another branch and stuff them under your fresh commits | 02:42 |
bcwaldon | so what you want to do is run 'git rebase origin/master' | 02:42 |
bcwaldon | where origin should be either the gerrit or github repos | 02:42 |
bcwaldon | assuming you set up your remotes that way | 02:42 |
bcwaldon | once you do that, it should give you some lengthy output with some CONFLICTs | 02:42 |
winston-d | yeah, it does | 02:43 |
bcwaldon | ok, so if you open up one of those files that is marked as having a conflict, you should see some odd <<<<<<<<'s and >>>>>>>'s | 02:43 |
bcwaldon | its telling you what lines you have modified that conflict from what has happened in master | 02:44 |
bcwaldon | so you need to go fix each file and 'git add' it back | 02:44 |
bcwaldon | once you've fixed each one, run git rebase --continue | 02:44 |
bcwaldon | and by fix, I mean you need to get it to the state that you would expect it to be after your merge is complete | 02:44 |
winston-d | i see. thx for the detailed instructions. let me try that | 02:45 |
bcwaldon | no problem | 02:45 |
bcwaldon | you can probably get more help through google if you think you need it | 02:45 |
winston-d | i have fixed conflicts, and i did 'git add', should i do 'git ci' or 'git rebase --continue'? | 02:46 |
bcwaldon | git rebase --continue | 02:46 |
bcwaldon | the major difference between a merge and a rebase is that a rebase is going to stuff the remote commits under your new commits | 02:47 |
bcwaldon | a merge will create a new 'merge' commit for you | 02:47 |
bcwaldon | which we don't want | 02:47 |
winston-d | i see | 02:47 |
winston-d | git rebase --continue is done without any problem, shall i do 'git review' again? | 02:49 |
bcwaldon | again, google may have a better explanation :) | 02:49 |
bcwaldon | yep | 02:49 |
bcwaldon | if you can finish the rebase successfully, then you should be good to go | 02:49 |
bcwaldon | winston-d: point me at the review once you get it up | 02:50 |
winston-d | hmm, here's a new problem. the branch i try to upload for review actually has been in review status for a while, and it was closed during the design summit for i didn't upload any new changes to address some -1 comment. | 02:51 |
bcwaldon | ok, you need to go to the review in gerrit and restore it | 02:51 |
bcwaldon | there should be a button down near the 'Diff ...' buttons | 02:51 |
winston-d | i found one 'restore change' button, is it the one you mentioned? | 02:53 |
*** jgriffith has quit IRC | 02:53 | |
bcwaldon | yep | 02:53 |
bcwaldon | that will un-abandon it | 02:53 |
winston-d | alrite, here's the change for review: https://review.openstack.org/#/c/5762/ | 02:55 |
bcwaldon | Cool, looks like it worked | 02:56 |
bcwaldon | sounds great | 02:56 |
winston-d | bcwaldon, thank you very much for the help! | 02:57 |
bcwaldon | no problem :) | 02:57 |
*** jakedahn is now known as jakedahn_zz | 02:59 | |
winston-d | vishy, hi, i have uploaded multiproess-api-service patch for nova (again), please kindly review. | 03:00 |
*** Mandell has quit IRC | 03:01 | |
*** Gordonz has joined #openstack-dev | 03:06 | |
*** jgriffith has joined #openstack-dev | 03:07 | |
*** agonella has quit IRC | 03:12 | |
*** lloydde has joined #openstack-dev | 03:17 | |
*** anderstj has joined #openstack-dev | 03:24 | |
*** mdrnstm has quit IRC | 03:24 | |
*** mnewby has joined #openstack-dev | 03:29 | |
*** aa has joined #openstack-dev | 03:32 | |
jgriffith | bcwaldon: Just fyi, looks like it is network related, finally came back with message "unable to connect to VM via SSH" | 03:36 |
jgriffith | Anyway, I'll mess with it and let ya know if I can figure out how to get it set up | 03:36 |
jgriffith | Thanks again | 03:36 |
*** deshantm has quit IRC | 03:44 | |
jgriffith | bcwaldon: Sorry, one last question, I found the IP what's the login/passwd usually set to? | 03:45 |
jgriffith | haha... got it | 03:46 |
jgriffith | sweet | 03:47 |
*** jeremyb has quit IRC | 03:50 | |
*** jeremyb has joined #openstack-dev | 03:50 | |
*** Mandell has joined #openstack-dev | 03:53 | |
*** ncode has quit IRC | 03:56 | |
bcwaldon | jgriffith: whoops, stepped away there for a few | 03:58 |
bcwaldon | jgriffith: you good? | 03:58 |
jgriffith | Well, I found the ip and was able to get logged in. | 04:01 |
jgriffith | Networking is jacked though so it didn't succeed in any of the setup | 04:01 |
jgriffith | Reading up on vagrant, may try and attack this later. For now going back to my vbox headless scripts :( | 04:02 |
jgriffith | Really not sure it buys me much more than clone/ build new from clone in a script | 04:02 |
*** Gordonz has quit IRC | 04:03 | |
*** ywu has quit IRC | 04:03 | |
jgriffith | Anyway, I've got horses to feed and chores to do otherwise I'll be worthless in the morning. Good night once again | 04:03 |
*** anniec72 has joined #openstack-dev | 04:04 | |
bcwaldon | good night! | 04:04 |
jgriffith | :) | 04:05 |
*** jgriffith has quit IRC | 04:05 | |
*** anniec72 has quit IRC | 04:18 | |
*** shang has quit IRC | 04:25 | |
*** pengyong has quit IRC | 04:29 | |
*** dingdeng has quit IRC | 04:29 | |
*** edygarcia has quit IRC | 04:30 | |
*** blamar has quit IRC | 04:33 | |
*** dingdeng has joined #openstack-dev | 04:35 | |
*** thingee has joined #openstack-dev | 04:37 | |
*** shang has joined #openstack-dev | 04:48 | |
*** anderstj has quit IRC | 05:05 | |
*** thingee has quit IRC | 05:06 | |
*** shang has quit IRC | 05:16 | |
*** mnewby has quit IRC | 05:18 | |
anotherjesse | justinsb: around? | 05:22 |
anotherjesse | got a xml question for cinder | 05:23 |
*** tserong has quit IRC | 05:29 | |
*** s0mik has joined #openstack-dev | 05:29 | |
mtaylor | bcwaldon: tits | 05:33 |
*** bepernoot has joined #openstack-dev | 05:33 | |
*** rbasak has quit IRC | 05:35 | |
*** littleidea has quit IRC | 05:39 | |
*** harlowja has joined #openstack-dev | 05:46 | |
*** tserong has joined #openstack-dev | 05:48 | |
*** bepernoot has quit IRC | 05:49 | |
*** gozerbot has joined #openstack-dev | 05:50 | |
*** gozerbot has quit IRC | 05:51 | |
*** gozerbot has joined #openstack-dev | 05:52 | |
*** gozerbot has joined #openstack-dev | 05:53 | |
hugokuo1 | https://answers.launchpad.net/swift/+question/195625 can not remove useless device from builder .... is this a bug | 05:59 |
*** hattwick has quit IRC | 06:01 | |
*** harlowja has quit IRC | 06:09 | |
zaitcev | "The minimum number of hours before a partition can be reassigned is 1" | 06:09 |
zaitcev | hugokuo1: Thank maybe that? Just wait an hour and try again. | 06:09 |
*** s0mik has quit IRC | 06:17 | |
*** Mkenneth has joined #openstack-dev | 06:29 | |
*** vincentricci has joined #openstack-dev | 06:30 | |
*** Mkenneth has quit IRC | 06:34 | |
hugokuo1 | zaitcev, I modify the date for test purpose already though | 06:39 |
*** Mkenneth has joined #openstack-dev | 06:39 | |
*** Mkenneth has left #openstack-dev | 06:39 | |
hugokuo1 | I might be denied due to no partitions need to be reassigned | 06:39 |
*** lloydde has quit IRC | 06:42 | |
*** aa has quit IRC | 06:43 | |
*** davidha has quit IRC | 06:50 | |
*** zaitcev has quit IRC | 06:57 | |
*** mszilagyi has quit IRC | 06:59 | |
*** reidrac has joined #openstack-dev | 07:04 | |
*** bepernoot has joined #openstack-dev | 07:04 | |
*** gakott has quit IRC | 07:08 | |
*** Mandell has quit IRC | 07:16 | |
*** dachary has quit IRC | 07:20 | |
*** dachary has joined #openstack-dev | 07:20 | |
*** Ryan_Lane has joined #openstack-dev | 07:25 | |
*** dachary has quit IRC | 07:30 | |
*** hashar has joined #openstack-dev | 07:40 | |
*** davidha has joined #openstack-dev | 07:43 | |
*** berendt has joined #openstack-dev | 07:46 | |
*** darraghb has joined #openstack-dev | 07:48 | |
*** anotherjesse is now known as anotherjesse_zz | 07:49 | |
*** hashar has left #openstack-dev | 07:52 | |
*** Ryan_Lane has quit IRC | 07:53 | |
*** Ryan_Lane has joined #openstack-dev | 07:55 | |
*** dachary has joined #openstack-dev | 07:58 | |
*** Ryan_Lane has quit IRC | 07:58 | |
*** hattwick has joined #openstack-dev | 07:59 | |
*** GheRivero has quit IRC | 08:00 | |
*** GheRivero has joined #openstack-dev | 08:00 | |
*** davidha has quit IRC | 08:06 | |
*** davidha has joined #openstack-dev | 08:07 | |
*** vincentricci has quit IRC | 08:08 | |
*** Mkenneth has joined #openstack-dev | 08:10 | |
*** n0ano has quit IRC | 08:13 | |
*** derekh has joined #openstack-dev | 08:13 | |
*** pixelbeat has joined #openstack-dev | 08:15 | |
*** apevec has joined #openstack-dev | 08:32 | |
*** winston-d has quit IRC | 09:00 | |
*** bepernoot has quit IRC | 09:14 | |
*** chmouel_ is now known as chmouel | 09:31 | |
*** danpb has joined #openstack-dev | 09:32 | |
sileht | dachary, I have take a look to munin plugins for nova and keystone, I have update it to work with essex (https://github.com/sileht/openstack-munin) and ask for inclusion to munin contrib repo (https://github.com/munin-monitoring/contrib/pull/100) | 09:35 |
*** azbarcea has joined #openstack-dev | 09:35 | |
dachary | sileht: awesome :-D | 09:36 |
zykes- | what user does libvirt execute qemu under ? | 09:39 |
dachary | sileht: does it include plugins for glance ? | 09:41 |
*** bengrue has joined #openstack-dev | 09:43 | |
sileht | dachary, nop, I will check what I can retrieve from glance, I think start with the total number of image to write the code base | 09:51 |
danpb | zykes-: by default qemu:qemu | 09:52 |
danpb | (can be customized in /etc/libvirt/qemu.conf) | 09:53 |
*** garyk has joined #openstack-dev | 09:59 | |
zykes- | danpb: actually it was libvirt-qemu | 10:02 |
zykes- | with the kvm user | 10:02 |
zykes- | has anyone seen "qemu-system-x86_64: -netdev tap,ifname=tap0c2deee4-94,script=,id=hostnet0: could not open /dev/net/tun: Operation not permitted" ? | 10:02 |
zykes- | I've set the owner of /dev/net/tun to kvm and added udev rule but still it goes into error | 10:04 |
*** winston-d has joined #openstack-dev | 10:05 | |
danpb | zykes-: ah, your distro must be deviating from normal upstream setup :-( | 10:07 |
danpb | zykes-: do you have any MAC system active like SELinux or AppArmour - they'd deny access to /dev/net/tun by default ? | 10:09 |
zykes- | danpb: it's just standard ubuntu 12.04 | 10:28 |
zykes- | with openvswitch | 10:28 |
zykes- | I'm even trying to do user = root and group = root in qemu.conf | 10:29 |
*** pmezard has joined #openstack-dev | 10:34 | |
zykes- | obviously it needs to have qemu running under root for some weird reason | 10:35 |
zykes- | even though I've setup permissions and stuff | 10:35 |
*** pmezard has left #openstack-dev | 10:36 | |
zykes- | garyk: had you been workinhg with ovs ? | 10:37 |
danpb | zykes-: ubuntu confines QEMU using AppArmour by default | 10:40 |
zykes- | danpb: i removed and disabled that long ago | 10:42 |
*** davidha has quit IRC | 10:47 | |
*** davidha has joined #openstack-dev | 10:48 | |
*** markmc has joined #openstack-dev | 10:52 | |
*** bepernoot has joined #openstack-dev | 10:55 | |
*** bepernoot has quit IRC | 10:57 | |
*** bepernoot has joined #openstack-dev | 10:59 | |
*** pixelbeat has quit IRC | 11:02 | |
garyk | zykes-: yes, i have | 11:05 |
*** pixelbeat has joined #openstack-dev | 11:10 | |
zykes- | garyk: have you heard if anyone have fixed the fixed_ips being used up ? | 11:12 |
garyk | zykes-: sorry, i have not followed the issue, so i cannot say :( | 11:13 |
*** chuck_ is now known as zul | 11:16 | |
*** zul has joined #openstack-dev | 11:16 | |
*** lts has joined #openstack-dev | 11:16 | |
*** winston-d has quit IRC | 11:17 | |
*** dolphm has joined #openstack-dev | 11:46 | |
dachary | sileht: that sounds good. What really matters is the total size used by glance (for the openstack op) and the total size per tenant. That would make 100 graphs for 100 tenants though. | 11:47 |
dachary | It would make sense to a have a set of munin graphs for a given tenant. From the tenant point of view, I would like to see these graphs showing how much space I use in glance, how does the bandwidth evolves on my floating ips etc. | 11:49 |
dachary | I've not read any discussions about this but there probably are threads discussing how it should be done. | 11:50 |
*** salgado has joined #openstack-dev | 11:52 | |
*** salgado has joined #openstack-dev | 11:52 | |
*** bepernoot has quit IRC | 11:56 | |
*** carter__ has left #openstack-dev | 11:57 | |
salgado | so, in order to push a branch for review I need my membership on https://launchpad.net/~openstack-cla to be approved, right? I thought I'd be able to go through this process while my change was reviewed but I guess it doesn't work like that? | 11:58 |
*** anniec72 has joined #openstack-dev | 12:00 | |
*** dprince has joined #openstack-dev | 12:01 | |
*** Shrews has joined #openstack-dev | 12:03 | |
*** littleidea has joined #openstack-dev | 12:04 | |
markmc | salgado, you're approved now | 12:04 |
zykes- | garyk: shouldn't the gw | 12:04 |
zykes- | interface be created upon vm creation ? | 12:04 |
salgado | markmc, cool, thanks! | 12:05 |
markmc | salgado, np, enjoy :) | 12:06 |
salgado | markmc, btw, do I need to wait a bit for the info to propagate somewhere? I still don't seem to be able to push my changes for review | 12:06 |
salgado | "fatal: A Contributor Agreement must be completed before uploading:" | 12:06 |
markmc | salgado, not 100% sure, might take 15 minutes for the group to be synced into gerrit | 12:06 |
salgado | oh, yeah, I imagined it'd be something like that. will wait :) | 12:07 |
*** littleidea has quit IRC | 12:12 | |
garyk | zykes-: sorry do not understand your comment | 12:21 |
*** LarsErik1 is now known as LarsErikP | 12:27 | |
*** azbarcea_ has joined #openstack-dev | 12:27 | |
*** azbarcea has quit IRC | 12:28 | |
*** ywu has joined #openstack-dev | 12:31 | |
*** alaski has joined #openstack-dev | 12:32 | |
*** deshantm has joined #openstack-dev | 12:32 | |
zykes- | garyk: when you create an instance isn | 12:33 |
zykes- | isn't the belonging gw-%s created alongside it ? | 12:33 |
*** rods has joined #openstack-dev | 12:35 | |
*** bepernoot has joined #openstack-dev | 12:37 | |
*** berendt has quit IRC | 12:40 | |
*** sandywalsh has joined #openstack-dev | 12:41 | |
*** hashar has joined #openstack-dev | 12:41 | |
*** roge has joined #openstack-dev | 12:43 | |
*** timello_ has joined #openstack-dev | 12:46 | |
zykes- | for some netstacker: https://bugs.launchpad.net/quantum/+bug/993244 | 12:57 |
uvirtbot | Launchpad bug 993244 in quantum "QuantumManager not creating gw-%s interfaces upon instance creation" [Undecided,New] | 12:57 |
*** mikal has quit IRC | 12:59 | |
*** cmagina has quit IRC | 13:00 | |
*** cmagina has joined #openstack-dev | 13:01 | |
*** littleidea has joined #openstack-dev | 13:01 | |
*** mikal has joined #openstack-dev | 13:01 | |
*** Mandell has joined #openstack-dev | 13:02 | |
*** Mandell_ has joined #openstack-dev | 13:03 | |
*** Mandell has quit IRC | 13:03 | |
*** davidha has quit IRC | 13:05 | |
*** davidha has joined #openstack-dev | 13:08 | |
*** ghantoos_ is now known as ghantoos | 13:08 | |
*** larsbutler has quit IRC | 13:09 | |
*** joesavak has joined #openstack-dev | 13:10 | |
*** jsavak has joined #openstack-dev | 13:20 | |
*** hub_cap has joined #openstack-dev | 13:21 | |
*** alaski has quit IRC | 13:23 | |
*** alaski has joined #openstack-dev | 13:23 | |
*** joesavak has quit IRC | 13:24 | |
*** sdague_ is now known as sdague | 13:25 | |
*** anniec72 has quit IRC | 13:27 | |
*** edygarcia has joined #openstack-dev | 13:28 | |
*** adalbas has joined #openstack-dev | 13:32 | |
*** aa has joined #openstack-dev | 13:33 | |
*** mjfork has joined #openstack-dev | 13:34 | |
*** ywu has quit IRC | 13:35 | |
*** aa has quit IRC | 13:39 | |
*** markmcclain has joined #openstack-dev | 13:44 | |
*** crobinso has joined #openstack-dev | 13:48 | |
*** aa has joined #openstack-dev | 13:49 | |
*** azbarcea has joined #openstack-dev | 13:49 | |
*** azbarcea_ has quit IRC | 13:52 | |
eglynn__ | dprince: one thing I forgot to mention earlier about the glance->swift interaction ... | 13:56 |
eglynn__ | dprince: note there's a patch ready to land that sets the tenant_name in the glance/swift gluecode | 13:57 |
eglynn__ | https://review.openstack.org/#/c/6528/ | 13:57 |
eglynn__ | (may simplify what you're doing ...) | 13:57 |
*** armax has joined #openstack-dev | 13:58 | |
*** bepernoot has quit IRC | 13:59 | |
dprince | eglynn__: cool. Will check it out. | 13:59 |
dprince | eglynn__: Trying to dig out of this db migration cleanup first... then I'm move on to the glance stuff. | 14:01 |
eglynn__ | dprince: cool | 14:02 |
*** bepernoot has joined #openstack-dev | 14:03 | |
*** cmagina has quit IRC | 14:11 | |
*** cmagina has joined #openstack-dev | 14:11 | |
*** winston-d has joined #openstack-dev | 14:15 | |
*** bepernoot has quit IRC | 14:21 | |
*** azbarcea has quit IRC | 14:22 | |
*** Mkenneth has quit IRC | 14:23 | |
*** cmagina_ has joined #openstack-dev | 14:27 | |
*** s0mik has joined #openstack-dev | 14:28 | |
*** cmagina has quit IRC | 14:30 | |
*** armax has left #openstack-dev | 14:31 | |
*** blamar has joined #openstack-dev | 14:32 | |
*** aa has quit IRC | 14:33 | |
*** BLZbubba_ has quit IRC | 14:33 | |
*** pmezard has joined #openstack-dev | 14:36 | |
*** kbringard has joined #openstack-dev | 14:38 | |
openstackgerrit | Verification of a change to openstack/python-novaclient failed: Don't force volume id to int and allow search by name https://review.openstack.org/7005 | 14:39 |
*** galstrom has joined #openstack-dev | 14:40 | |
*** anderstj has joined #openstack-dev | 14:43 | |
*** Mandell_ has quit IRC | 14:48 | |
*** rnirmal has joined #openstack-dev | 14:49 | |
*** winston-d has quit IRC | 14:50 | |
*** cmagina_ is now known as cmagina | 14:53 | |
*** lloydde has joined #openstack-dev | 14:54 | |
*** s0mik has quit IRC | 14:55 | |
*** joesavak has joined #openstack-dev | 14:59 | |
*** jsavak has quit IRC | 15:02 | |
*** jgriffith has joined #openstack-dev | 15:03 | |
*** reidrac has quit IRC | 15:04 | |
*** maplebed has quit IRC | 15:07 | |
*** bepernoot has joined #openstack-dev | 15:08 | |
*** lloydde has quit IRC | 15:11 | |
*** dtroyer is now known as dtroyer_zzz | 15:12 | |
*** anderstj has quit IRC | 15:13 | |
*** thingee has joined #openstack-dev | 15:14 | |
*** gyee has joined #openstack-dev | 15:15 | |
*** hashar has left #openstack-dev | 15:17 | |
*** gongys has joined #openstack-dev | 15:22 | |
*** reed has joined #openstack-dev | 15:23 | |
*** dtroyer_zzz is now known as dtroyer | 15:24 | |
zykes- | any netstack person here ? | 15:29 |
*** spiffxp has joined #openstack-dev | 15:30 | |
*** thingee has quit IRC | 15:30 | |
*** davidha has quit IRC | 15:31 | |
*** bepernoot has quit IRC | 15:31 | |
chmouel | dprince: are you working on https://blueprints.launchpad.net/glance/+spec/swift-tenant-specific-storage ? | 15:32 |
dprince | chmouel: I signed up for it. | 15:32 |
chmouel | dprince: ah cool so I was thinking about it the other time and I think the best way would be to use the reseller admin capability | 15:34 |
chmouel | dprince: we do the same thing on nova for storing images uploaded with euca-upload-bundle via s3_token middleware | 15:34 |
*** danpb has quit IRC | 15:35 | |
*** bengrue has quit IRC | 15:35 | |
*** apevec has quit IRC | 15:35 | |
*** Gordonz has joined #openstack-dev | 15:35 | |
dprince | chmouel: Cool. I'll keep that in mind then. | 15:36 |
*** apevec has joined #openstack-dev | 15:37 | |
chmouel | dprince: it probably would need some changes to swift.client to be able to do so | 15:38 |
openstackgerrit | Verification of a change to openstack/keystone failed: Switch to 1000 rounds during unit tests https://review.openstack.org/6997 | 15:50 |
*** lloydde has joined #openstack-dev | 15:51 | |
*** hub-cap has joined #openstack-dev | 15:57 | |
*** PotHix has joined #openstack-dev | 15:57 | |
*** GheRivero has quit IRC | 16:00 | |
*** hub_cap has quit IRC | 16:02 | |
*** hub-cap is now known as hub_cap | 16:02 | |
*** andrewsben_zz is now known as andrewsben | 16:09 | |
*** davidha has joined #openstack-dev | 16:11 | |
*** maplebed has joined #openstack-dev | 16:13 | |
*** mjfork has quit IRC | 16:14 | |
*** s0mik has joined #openstack-dev | 16:14 | |
*** maplebed_ has joined #openstack-dev | 16:16 | |
*** maplebed_ is now known as Guest54245 | 16:17 | |
*** maplebed has quit IRC | 16:18 | |
*** Guest54245 is now known as maplebed | 16:18 | |
*** maplebed has joined #openstack-dev | 16:18 | |
*** sleepsonzzz is now known as sleepsonthefloor | 16:19 | |
*** vincentricci has joined #openstack-dev | 16:23 | |
*** salgado is now known as salgado-lunch | 16:27 | |
*** dubsquared has joined #openstack-dev | 16:29 | |
*** jakedahn_zz is now known as jakedahn | 16:29 | |
*** mnewby has joined #openstack-dev | 16:30 | |
*** mnewby has quit IRC | 16:31 | |
*** mnewby has joined #openstack-dev | 16:31 | |
mnewby | garyk: are you online? | 16:32 |
*** edygarcia_ has joined #openstack-dev | 16:33 | |
*** gongys has quit IRC | 16:34 | |
*** edygarcia__ has joined #openstack-dev | 16:36 | |
*** aa has joined #openstack-dev | 16:36 | |
*** edygarcia has quit IRC | 16:36 | |
*** edygarcia__ is now known as edygarcia | 16:36 | |
*** garyk has quit IRC | 16:36 | |
*** jsavak has joined #openstack-dev | 16:37 | |
*** edygarcia_ has quit IRC | 16:39 | |
*** mdrnstm has joined #openstack-dev | 16:39 | |
*** joesavak has quit IRC | 16:40 | |
*** joesavak has joined #openstack-dev | 16:40 | |
*** jsavak has quit IRC | 16:41 | |
*** anderstj has joined #openstack-dev | 16:42 | |
*** apevec has quit IRC | 16:42 | |
*** thingee has joined #openstack-dev | 16:44 | |
*** armax_ has joined #openstack-dev | 16:44 | |
*** armax_ has left #openstack-dev | 16:44 | |
*** edygarcia_ has joined #openstack-dev | 16:45 | |
*** edygarcia__ has joined #openstack-dev | 16:46 | |
*** Mandell has joined #openstack-dev | 16:46 | |
*** edygarcia has quit IRC | 16:49 | |
*** edygarcia__ is now known as edygarcia | 16:49 | |
*** edygarcia_ has quit IRC | 16:49 | |
*** dolphm has quit IRC | 16:49 | |
*** edygarcia_ has joined #openstack-dev | 16:49 | |
*** zaitcev has joined #openstack-dev | 16:52 | |
*** edygarcia has quit IRC | 16:53 | |
*** edygarcia_ is now known as edygarcia | 16:53 | |
*** torgomatic has joined #openstack-dev | 16:55 | |
*** milner has joined #openstack-dev | 16:56 | |
*** bepernoot has joined #openstack-dev | 16:57 | |
zykes- | any quantum folks around ? | 16:58 |
*** eglynn__ has quit IRC | 17:02 | |
*** mszilagyi has joined #openstack-dev | 17:02 | |
mnewby | zykes: yes, although I'm pretty new. | 17:03 |
*** garyk has joined #openstack-dev | 17:04 | |
*** galstrom has quit IRC | 17:06 | |
*** derekh has quit IRC | 17:06 | |
garyk | mnewby: yes - in 10 - making dinner for the kids | 17:06 |
mnewby | garyk: No rush, I don't think we'll be able to do anything until we get a decision as to whether or not my change should be backed out before your change lands. | 17:07 |
zykes- | https://mail.google.com/mail/?shva=1#inbox/1370da7e785ed958 < got a clue on that mnewby ? | 17:11 |
mnewby | uh, what? | 17:11 |
zykes- | oops, ehe https://bugs.launchpad.net/quantum/+bug/949234 | 17:11 |
uvirtbot | Launchpad bug 949234 in quantum "Quantum + Melange: DHCP generation for networks owned by default tenant is broken" [High,Confirmed] | 17:11 |
garyk | mnewby: dan suggested that we do it above your code, i merged the files. i had some problems with the logging interfaces (you can see my commens on your fixes). i'll be happy to add it to the code that i am checking in. | 17:11 |
zykes- | sorry mnewby i really mean this one: https://bugs.launchpad.net/quantum/+bug/993244 | 17:12 |
uvirtbot | Launchpad bug 993244 in quantum "QuantumManager not creating gw-%s interfaces upon instance creation" [Undecided,New] | 17:12 |
zykes- | my quantummanager isn't creating any gw-%s | 17:12 |
*** salgado-lunch is now known as salgado | 17:12 | |
mnewby | garyk: If Dan is ok with your change landing after mine, then please fix any problems in your change. | 17:12 |
mnewby | garyk: I tried to standardize how logging was being used (some modules were using the logging module directly, others were creating a logging instance) but I screwed up in a couple of places where there weren't unit tests to run (like the agent). | 17:14 |
mnewby | zykes; looking | 17:14 |
*** jog0 has joined #openstack-dev | 17:14 | |
garyk | mnewby: no problem. you did some great work here. | 17:14 |
*** troytoma` is now known as troytoman-away | 17:14 | |
mnewby | i don't know about great, but i do hope it's helpful. | 17:14 |
*** davidha has quit IRC | 17:15 | |
mnewby | garyk: and hopefully no more massive changes like that. what a pain to review! | 17:15 |
mnewby | zykes-: I'm afraid I can't help. I haven't had a chance to work with OVS yet. | 17:16 |
garyk | mnewby: i can imagine | 17:16 |
mnewby | zykes-: garyk is probably more able to help you (when he is able) | 17:16 |
zykes- | :/ | 17:19 |
garyk | mnewby: please look at http://fpaste.org/KII1/ - i am not 100% sure regarding the logging - does this suffice? | 17:19 |
mnewby | garyk: looking | 17:20 |
*** eglynn__ has joined #openstack-dev | 17:22 | |
*** davidha has joined #openstack-dev | 17:22 | |
mnewby | garyk: lgtm | 17:23 |
mnewby | garyk: wait | 17:23 |
mnewby | garyk: I'm pretty sure you can skip line 6: logging.basicConfig(). | 17:23 |
garyk | mnewby: if this was not done then there were no logs :( | 17:24 |
mnewby | garyk: hmmm. for some reason I was under the impression that basicConfig was called automatically if no handler was already defined. | 17:24 |
mnewby | garyk: Let me check on that. | 17:24 |
garyk | mnewby: tx (as I said I am not familiar with this) | 17:25 |
mnewby | garyk: Are you sure the lack of logs wasn't related to the logging level? i.e. setting level to info and log messages were all debug? | 17:25 |
mnewby | (warning, sorry) | 17:26 |
*** Ryan_Lane has joined #openstack-dev | 17:26 | |
garyk | mnewby: yes I am sure. i'll double check | 17:26 |
mnewby | garyk: So the question is, if you set the log level to debug, do you see log output if line 6 is commented out? | 17:26 |
mnewby | Ok | 17:26 |
garyk | mnewby: [f17-dev@localhost ~]$ sudo quantum-linuxbridge-agent /etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini -v | 17:27 |
garyk | [sudo] password for f17-dev: | 17:27 |
garyk | No handlers could be found for logger "quantum.plugins.linuxbridge.agent.linuxbridge_quantum_agent" | 17:27 |
mnewby | garyk: Ok then, my bad. | 17:27 |
zykes- | garyk: you got a clue on the lp bug ? | 17:28 |
mnewby | garyk: I must be used to loggers being configured at the application level, but for these agents, they are the application. | 17:28 |
garyk | zykes-: sorry, have yet to look at it. | 17:28 |
mnewby | garyk: So change looks good to me. | 17:28 |
garyk | mnewby: ok. i'll update, test and commit..... tx for the help | 17:29 |
mnewby | garyk: np. And I'm assuming you're fixing the linuxbridge test too, as per your comment on the hacking change? | 17:30 |
mnewby | garyk: I'll be honest, though - logging in tests is a bit silly. | 17:30 |
garyk | mnewby: yup. i agree | 17:31 |
*** eglynn__ has quit IRC | 17:32 | |
*** maplebed has quit IRC | 17:35 | |
*** bepernoot has quit IRC | 17:35 | |
*** darraghb has quit IRC | 17:39 | |
*** hub_cap has quit IRC | 17:42 | |
*** harlowja has joined #openstack-dev | 17:43 | |
garyk | mnewby: i have checked in. i hope that it will be ok. i am going to put the kids to bed - will be back on line in 30. tx for the help | 17:43 |
mnewby | garyk: np, I'll review it. | 17:44 |
*** bepernoot has joined #openstack-dev | 17:44 | |
harlowja | qq, how many bots are in this channel, i was wondering if there is one that logs the conversations, so that people don't have to continuously stay connected to get the conversation history... | 17:44 |
*** bepernoot has quit IRC | 17:45 | |
*** maplebed has joined #openstack-dev | 17:47 | |
clarkb | harlowja: http://eavesdrop.openstack.org/irclogs/%23openstack-dev/ | 17:47 |
harlowja | thx much | 17:47 |
garyk | mnewby: please wait a few minutes before the review - by mistake the merge I did dropped the changes i made with summits comments | 17:54 |
mnewby | garyk: ok | 17:54 |
*** anotherjesse_zz is now known as anotherjesse | 17:56 | |
*** mjfork has joined #openstack-dev | 17:57 | |
*** berendt has joined #openstack-dev | 17:58 | |
*** berendt has quit IRC | 18:00 | |
*** hattwick has quit IRC | 18:03 | |
*** hattwick has joined #openstack-dev | 18:04 | |
*** dachary has quit IRC | 18:07 | |
zykes- | garyk: did you get to take a look ? | 18:15 |
*** armaan has joined #openstack-dev | 18:19 | |
*** timello_ has quit IRC | 18:19 | |
*** armaan has left #openstack-dev | 18:21 | |
*** torgomatic_ has joined #openstack-dev | 18:25 | |
*** anderstj_ has joined #openstack-dev | 18:26 | |
*** torgomatic has quit IRC | 18:27 | |
*** torgomatic_ is now known as torgomatic | 18:27 | |
*** hashar has joined #openstack-dev | 18:28 | |
*** anderstj has quit IRC | 18:28 | |
*** novas0x2a|laptop has joined #openstack-dev | 18:29 | |
*** jsavak has joined #openstack-dev | 18:30 | |
*** cmagina_ has joined #openstack-dev | 18:31 | |
*** cmagina has quit IRC | 18:31 | |
*** joesavak has quit IRC | 18:33 | |
zykes- | :/ | 18:35 |
*** rkukura has joined #openstack-dev | 18:38 | |
*** dolphm has joined #openstack-dev | 18:39 | |
*** johnpostlethwait has joined #openstack-dev | 18:45 | |
*** kbringard has quit IRC | 18:48 | |
*** lloydde has quit IRC | 18:48 | |
*** Mandell has quit IRC | 18:48 | |
*** lloydde has joined #openstack-dev | 18:49 | |
*** Mandell has joined #openstack-dev | 18:49 | |
*** hub_cap has joined #openstack-dev | 18:49 | |
jgriffith | vishy: ping | 18:49 |
*** hub_cap has quit IRC | 18:49 | |
*** kbringard has joined #openstack-dev | 18:49 | |
zykes- | garyk: you gone to the dreamland or ? | 18:49 |
*** hub_cap has joined #openstack-dev | 18:49 | |
*** dubsquared has quit IRC | 18:59 | |
zykes- | rkukura: are you familiar with Quantum & OVS ? | 19:03 |
*** mjfork has quit IRC | 19:06 | |
*** mjfork has joined #openstack-dev | 19:06 | |
*** anotherjesse is now known as anotherjesse_zz | 19:09 | |
*** GheRivero has joined #openstack-dev | 19:10 | |
*** dubsquared has joined #openstack-dev | 19:10 | |
*** vincentricci has quit IRC | 19:18 | |
vishy | jgriffith: pong | 19:24 |
jgriffith | vishy: Just noticed your changes have volume_id in iscsi_targets as INTEGER again | 19:25 |
*** vincentricci has joined #openstack-dev | 19:25 | |
vishy | jgriffith: ? | 19:25 |
jgriffith | vishy: http://paste.openstack.org/show/14643/ | 19:26 |
vishy | ah | 19:27 |
vishy | in models.py. Do you want to fix it or should i? | 19:27 |
jgriffith | I was going to change it but thought I should at least say something first :) | 19:28 |
vishy | ok, make sure you make the change on top of my versions | 19:28 |
jgriffith | vishy: what I don't get is why the test passed? The insert in 091_convert should have bombed | 19:28 |
vishy | jgriffith: why? models isn't used in the upgrade downgrade test | 19:29 |
jgriffith | vishy: DOH! Never mind | 19:29 |
vishy | jgriffith: you can get my changes with git review -d 6511 | 19:30 |
vishy | and make the change or i can just push up the version i just fixed | 19:30 |
jgriffith | vishy: yep just did it | 19:30 |
vishy | cool | 19:31 |
*** mjfork has quit IRC | 19:31 | |
*** anotherjesse_zz is now known as anotherjesse | 19:33 | |
*** deshantm_ has joined #openstack-dev | 19:36 | |
*** deshantm has quit IRC | 19:39 | |
*** justinsb has quit IRC | 19:39 | |
*** dolphm has quit IRC | 19:41 | |
vishy | jgriffith: next we need to convert instance_id to instance_uuid and remove the foreign key! | 19:42 |
jgriffith | vishy: Alright I'll work on it, was going to ping mikal and make sure he hadn't gotten to it | 19:42 |
vishy | i think he's going to work on the other ones first | 19:43 |
*** dubsquared has quit IRC | 19:44 | |
jgriffith | vishy: is there a LP Bug ID associated already? | 19:45 |
*** bepernoot has joined #openstack-dev | 19:46 | |
bcwaldon | dprince, blamar, jk0: if you guys can go tackle some Glance reviews, I would greatly appreciate it | 19:48 |
bcwaldon | s1rp: ^ | 19:48 |
*** bepernoot has quit IRC | 19:50 | |
blamar | bcwaldon: k, looking at the config file one now…looks good, surprised SS passes | 19:53 |
blamar | I guess it adds functionality without breaking old which is awesome | 19:54 |
bcwaldon | config dir is opt-in | 19:54 |
bcwaldon | yep | 19:54 |
blamar | ++ | 19:54 |
*** dachary has joined #openstack-dev | 19:54 | |
bcwaldon | and that openstack-common code already lives in openstack-common | 19:54 |
*** troytoman-away is now known as troytoman | 19:54 | |
bcwaldon | so we *know* it works | 19:54 |
*** hashar has left #openstack-dev | 19:55 | |
*** bepernoot has joined #openstack-dev | 19:55 | |
blamar | bcwaldon: ah, forgot about that, so this is just glance running the update.py to get latest openstack common and some changes to use it? | 19:55 |
bcwaldon | yep | 19:55 |
bcwaldon | mtaylor: can you re-review this guy -> https://review.openstack.org/#/c/6754/2 | 19:56 |
*** hashar has joined #openstack-dev | 19:56 | |
*** azbarcea has joined #openstack-dev | 19:56 | |
*** Ryan_Lane has quit IRC | 20:00 | |
*** Ryan_Lane has joined #openstack-dev | 20:00 | |
jgriffith | vishy: working on changing instance_id key in volumes to instance_uuid right now. I'll just open a bug in LP assign it to me to have a branch id | 20:00 |
*** bepernoot has quit IRC | 20:00 | |
*** lloydde has quit IRC | 20:05 | |
*** lloydde has joined #openstack-dev | 20:06 | |
comstud | vishy: https://review.openstack.org/7039 | 20:06 |
*** dubsquared has joined #openstack-dev | 20:08 | |
*** milner has quit IRC | 20:09 | |
mtaylor | bcwaldon: yuppers | 20:13 |
*** anderstj_ has quit IRC | 20:16 | |
*** s0mik has quit IRC | 20:17 | |
*** s0mik has joined #openstack-dev | 20:25 | |
*** dprince has quit IRC | 20:26 | |
*** mjfork has joined #openstack-dev | 20:27 | |
*** anderstj has joined #openstack-dev | 20:28 | |
zykes- | garyk: ? | 20:29 |
mtaylor | bcwaldon: still no good... fixing | 20:32 |
*** Ryan_Lane has quit IRC | 20:33 | |
*** Ryan_Lane has joined #openstack-dev | 20:33 | |
mtaylor | bcwaldon: submitted, along with patch last night to do the tox stuff properly for glance | 20:36 |
*** azbarcea_ has joined #openstack-dev | 20:38 | |
mtaylor | ooh, good feedback from eglynn | 20:38 |
*** milner has joined #openstack-dev | 20:39 | |
*** milner has quit IRC | 20:39 | |
markmc | mtaylor, so, I'm trying to figure out how to figure out which queued jenkins gate job is for a particular gerrit review | 20:40 |
markmc | mtaylor, ... so I can cancel all the others in the queue :) | 20:40 |
markmc | wait, I didn't say that | 20:40 |
*** azbarcea has quit IRC | 20:41 | |
*** bepernoot has joined #openstack-dev | 20:42 | |
*** martine has joined #openstack-dev | 20:42 | |
*** dubsquared has quit IRC | 20:44 | |
*** GheRivero has quit IRC | 20:44 | |
*** kbringard has quit IRC | 20:45 | |
*** kbringard has joined #openstack-dev | 20:46 | |
mtaylor | markmc: heh | 20:46 |
*** jaypipes-afk is now known as jaypipes | 20:47 | |
*** mdomsch has joined #openstack-dev | 20:48 | |
*** martine has quit IRC | 20:49 | |
*** bepernoot has quit IRC | 20:56 | |
zykes- | markmc: you know if garyk is around at these times of the day ? | 20:56 |
russellb | doubt it | 20:56 |
*** crobinso has quit IRC | 20:57 | |
*** mjfork has quit IRC | 21:03 | |
jaypipes | holy OpenStack Client Followup mailing list thread... | 21:04 |
*** agonella has joined #openstack-dev | 21:06 | |
vishy | (batman) | 21:06 |
*** hashar has quit IRC | 21:07 | |
*** bepernoot has joined #openstack-dev | 21:12 | |
*** lts has quit IRC | 21:13 | |
*** markmc has quit IRC | 21:15 | |
agonella | QUESTION: I have a openstack environment running. Would I like to know is how to add a new compute node? | 21:16 |
*** justinsb has joined #openstack-dev | 21:17 | |
openstackgerrit | Verification of a change to openstack/horizon failed: Clean up pip-requires https://review.openstack.org/6704 | 21:21 |
*** dubsquared has joined #openstack-dev | 21:23 | |
*** troytoman is now known as troytoman-away | 21:24 | |
mtaylor | jaypipes: anything I should go read? | 21:27 |
jaypipes | mtaylor: haven't made it through the whole thing yet myself! :) | 21:28 |
*** alaski has quit IRC | 21:30 | |
*** agonella|2 has joined #openstack-dev | 21:32 | |
anotherjesse | def volume_get_all_by_instance(context, instance_id): | 21:32 |
anotherjesse | -- why do we raise if there are none instead of returning an empty list? | 21:32 |
*** jsavak has quit IRC | 21:33 | |
*** giroro_ has quit IRC | 21:33 | |
mtaylor | anotherjesse: because we enjoy pain? | 21:35 |
*** bepernoot has quit IRC | 21:37 | |
*** dubsquared has quit IRC | 21:37 | |
*** Ruetobas has joined #openstack-dev | 21:41 | |
*** hub_cap has quit IRC | 21:45 | |
*** dubsquared has joined #openstack-dev | 21:46 | |
*** agonella|2 has quit IRC | 21:47 | |
jgriffith | Anybody know why running WITHOUT .venv would cause "test_iterconsume_errors_will_reconnect" to hang? | 21:50 |
jgriffith | Obviously I've missed something in my setup.... | 21:50 |
russellb | yes, because you're using a version of python-kombu not compatible with the unit tests | 21:51 |
*** s0mik has quit IRC | 21:51 | |
russellb | (probably) | 21:51 |
russellb | i think it's a bug in newer versions of kombu with the in-memory transport | 21:51 |
*** bepernoot has joined #openstack-dev | 21:52 | |
russellb | there's an open nova bug, and it came up on the mailing list a few weeks ago | 21:52 |
jgriffith | russellb: thank! | 21:52 |
russellb | np | 21:52 |
*** andrewsben is now known as andrewsben_zz | 21:53 | |
jgriffith | russellb: Yep, found the thread | 21:53 |
russellb | excellent | 21:53 |
*** s0mik has joined #openstack-dev | 21:55 | |
*** anderstj has quit IRC | 22:01 | |
*** gongys has joined #openstack-dev | 22:06 | |
vishy | jgriffith: yeah it is hanging for everyone | 22:06 |
vishy | on precise :( | 22:06 |
jgriffith | vishy: Yeah read the threads, moving russellb's patch into cinder | 22:06 |
vishy | we should put a skip on that one like the other one due to buggy transport | 22:06 |
vishy | jgriffith: his patch won't really help since it only skips if kombu is not installed | 22:07 |
jgriffith | vishy: helps me because I was going to uninstall it :) | 22:07 |
jgriffith | vishy: but yes the skip is probably good, at least in cinder | 22:07 |
jgriffith | either that or buy a macbook | 22:07 |
russellb | ha | 22:08 |
* russellb notes that it works on Fedora ^_^ | 22:08 | |
*** dubsquared has quit IRC | 22:10 | |
*** blamar has quit IRC | 22:11 | |
russellb | rpc copied into cinder for now? | 22:11 |
russellb | i need to get this stuff in common, stat | 22:12 |
russellb | that's copy #3, heh. and quantum wants to use it soon, too | 22:12 |
jgriffith | russellb: :) | 22:12 |
*** seats has quit IRC | 22:12 | |
*** seats has joined #openstack-dev | 22:12 | |
russellb | i'll get it done by folsom-1 ... i'm multiplexing it with rpc versioning work | 22:12 |
*** andrewsben_zz is now known as andrewsben | 22:12 | |
rnirmal | russellb: would be great if you can get rpc into common soon | 22:13 |
*** azbarcea_ has quit IRC | 22:16 | |
* russellb nods | 22:17 | |
russellb | the work is getting the code to stop using other parts of nova | 22:17 |
russellb | anywhere anything in nova/rpc/*.py is importing something from nova other than nova.openstack.common.* | 22:18 |
russellb | once those dependencies are all gone, it can be moved. | 22:18 |
rnirmal | ok so it's a copy paste into cinder for now.. hopefully we can help move some of those dependencies out | 22:19 |
*** maplebed_ has joined #openstack-dev | 22:19 | |
*** maplebed_ is now known as Guest75450 | 22:20 | |
*** maplebed has quit IRC | 22:20 | |
*** Guest75450 is now known as maplebed | 22:20 | |
*** maplebed has joined #openstack-dev | 22:20 | |
russellb | rnirmal: yeah, though the copy and paste still has to deal with those dependency issues too | 22:21 |
russellb | rnirmal: so yeah, if anyone wants to help, that would be great | 22:21 |
rnirmal | yeah that's what I'm getting yet.. if should be running into those dependency issues | 22:21 |
rnirmal | and probably best to get those fixed back in nova | 22:22 |
russellb | perfect | 22:22 |
russellb | i'll still be poking at it some, too | 22:22 |
russellb | if anyone is going to look at a piece, would be good for us to coordinate | 22:22 |
rnirmal | not sure if jgriffith has already moved or started with the rpc code in cinder | 22:23 |
*** kbringard has quit IRC | 22:23 | |
jgriffith | rnirmal: Yeah, take a look at j-griffith cinder | 22:23 |
jgriffith | rnimral: I dupped nova and anotherjesse has been hitting it hard on ripping stuff out | 22:23 |
rnirmal | great | 22:24 |
rnirmal | jgriffith: I was just going to look at moving the api today.. but looks like it's already there... I'll mess with it tonite | 22:26 |
jgriffith | rnirmal: sounds good, it's rapid change still right now. Keep an eye on the etherpad | 22:27 |
rnirmal | looks like you'll are churning thru it | 22:29 |
jgriffith | I'm helping where I can but to be honest anotherjesse is leaving me in the dust | 22:29 |
anotherjesse | almost done making tests pass after most recent prune-ing | 22:29 |
*** andrewsben is now known as andrewsben_zz | 22:29 | |
rnirmal | :) | 22:30 |
*** bepernoot has quit IRC | 22:34 | |
*** edygarcia has quit IRC | 22:35 | |
*** edygarcia has joined #openstack-dev | 22:35 | |
bcwaldon | jaypipes: time for a review? | 22:36 |
*** edygarcia has quit IRC | 22:36 | |
bcwaldon | jaypipes: thanks for looking over my /images stuff, btw | 22:36 |
vishy | sandywalsh: ping | 22:36 |
*** s0mik has quit IRC | 22:38 | |
bcwaldon | jaypipes: https://review.openstack.org/#/c/7002/4 for future reference | 22:38 |
*** torgomatic has quit IRC | 22:38 | |
anotherjesse | jgriffith: https://github.com/j-griffith/cinder/pull/8 - Showing 29 changed files with 11 additions and 2,787 deletions. | 22:40 |
anotherjesse | if that is good, let's merge then get this back into gerrit? | 22:40 |
*** jkoelker has quit IRC | 22:40 | |
*** pknouff has quit IRC | 22:41 | |
*** hazmat has quit IRC | 22:41 | |
*** s0mik has joined #openstack-dev | 22:41 | |
*** pknouff has joined #openstack-dev | 22:41 | |
jgriffith | Looking now... | 22:41 |
jgriffith | anotherjesse: Wow!!! | 22:42 |
*** jkoelker has joined #openstack-dev | 22:42 | |
jgriffith | anotherjesse: Ok, I think it's time to go official | 22:42 |
*** dtroyer is now known as dtroyer_zzz | 22:43 | |
rnirmal | jgriffith: want to discuss tomorrow at the meeting and make the move to gerrit | 22:43 |
jgriffith | rnirmal: well if there are concerns we can talk now too | 22:44 |
rnirmal | I'm all for moving it to gerrit sooner | 22:45 |
*** torgomatic has joined #openstack-dev | 22:45 | |
jgriffith | rnirmal: Oh, ok | 22:46 |
mnewby | devstack peeps: question? | 22:46 |
*** anderstj has joined #openstack-dev | 22:48 | |
jgriffith | rnirmal: the idea was get as much cut out right off the bat and have passing unit tests and pep8 then go gerrit | 22:49 |
jgriffith | rnirmal: think we're almost there | 22:49 |
rnirmal | jgriffith: ok makes sense. | 22:50 |
*** rods has quit IRC | 22:53 | |
*** s0mik has quit IRC | 22:55 | |
rnirmal | jgriffith: I'm headed out but will look thru and clean up anything else that's left over. | 22:56 |
*** PotHix has quit IRC | 22:59 | |
*** rnirmal has quit IRC | 22:59 | |
jgriffith | rnirmal: Great, I got your pulll request, I'm going to merge it with anotherjesse's most recent changes and then run unit tests before merge | 23:00 |
vishy | jgriffith: ok I'm looking at what needs to be added/changed to talk through rest api instead of rpc | 23:02 |
vishy | there are a few calls that need to be moved and a couple of extensions that need to be created | 23:03 |
*** lloydde has quit IRC | 23:10 | |
jgriffith | ok | 23:13 |
jgriffith | Sorry, was looking at the instance_id migrations | 23:13 |
jgriffith | vishy: I'd like to hammer that out before going into gerrit, agree? | 23:14 |
*** blamar has joined #openstack-dev | 23:15 | |
vishy | perhaps, | 23:15 |
vishy | comstud: ping | 23:15 |
*** blamar has quit IRC | 23:15 | |
*** blamar has joined #openstack-dev | 23:15 | |
vishy | jgriffith: right now i'm trying to think through the live migration case | 23:17 |
bcwaldon | mtaylor: ping | 23:17 |
vishy | jgriffith: currently it updates the volume state to migrating during the migration | 23:17 |
vishy | jgriffith: I'm not really sure that is a reasonable change, so I'm thinking of removing it | 23:18 |
vishy | jgriffith: where is the etherpad? | 23:19 |
jgriffith | vishy: cinder-worksheet | 23:19 |
bcwaldon | vishy: theses are going to get stale if they arent approved: https://review.openstack.org/#/c/6968/ and https://review.openstack.org/#/c/6973/ | 23:26 |
*** Mandell has quit IRC | 23:26 | |
bcwaldon | LinuxJedi: time for a gerrit q? | 23:28 |
*** sleepsonthefloor is now known as sleepsonzzz | 23:30 | |
*** s0mik has joined #openstack-dev | 23:33 | |
*** roge has quit IRC | 23:33 | |
*** lloydde has joined #openstack-dev | 23:35 | |
*** anderstj has quit IRC | 23:40 | |
*** dachary has quit IRC | 23:42 | |
*** pmezard has quit IRC | 23:43 | |
*** markmcclain has quit IRC | 23:44 | |
*** novas0x2a|laptop has quit IRC | 23:45 | |
*** novas0x2a|laptop has joined #openstack-dev | 23:46 | |
vishy | jgriffith: added the decoupling steps to the worksheet. | 23:50 |
jgriffith | Saw it, thank you | 23:50 |
*** thingee has quit IRC | 23:50 | |
jgriffith | vishy: So section '1' we're going to drop support altogether? | 23:51 |
jgriffith | live_migration support of volumes that is | 23:51 |
*** andrewsben_zz is now known as andrewsben | 23:54 | |
*** lloydde has quit IRC | 23:55 | |
*** aa has quit IRC | 23:56 | |
mtaylor | bcwaldon: pong | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!