Wednesday, 2012-05-02

*** cmagina has quit IRC00:01
*** anderstj has quit IRC00:01
*** cmagina has joined #openstack-dev00:02
*** Adri2000 has joined #openstack-dev00:02
*** ayoung has joined #openstack-dev00:03
anotherjessemtaylor: not yet00:04
anotherjessemtaylor: we are getting the tests to pass and then we will ask you to move it into place00:05
mtayloranotherjesse: awesome00:06
mtayloranotherjesse: just let me know when I can be of service!00:07
anotherjessedtroyer: we'll need a devstack that has a cinder=1 option that is runs cinder instead of volumes00:08
*** sleepsonzzz is now known as sleepsonthefloor00:10
*** dtroyer is now known as dtroyer_zzz00:12
cloudflysweet dreams00:12
*** mnewby has joined #openstack-dev00:12
*** Ryan_Lane has quit IRC00:12
*** Ryan_Lane has joined #openstack-dev00:13
*** anderstj has joined #openstack-dev00:13
*** Ryan_Lane has quit IRC00:13
*** Ryan_Lane has joined #openstack-dev00:13
*** anderstj has quit IRC00:13
*** jakedahn is now known as jakedahn_zz00:16
*** sleepsonthefloor is now known as sleepsonzzz00:16
*** ncode has joined #openstack-dev00:17
*** ncode has joined #openstack-dev00:17
*** galstrom has joined #openstack-dev00:18
*** reed has quit IRC00:23
*** gyee has joined #openstack-dev00:25
*** gyee has quit IRC00:25
andrewbogottbhuvan:  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
mtaylorandrewbogott: 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 project00:30
mtaylorandrewbogott: all configured by openstack-common.conf00:30
andrewbogottAnd it's normal for changes produced by that script to be comingled with bigger patch?00:31
mtaylorwell, in this case since it's adding the setup module and then using it, yeah00:31
mtaylorI would think that if the change it "update to the latest openstack.common" ... then I'd probably find it annoying00:31
mtaylor(it's a grey area)00:32
*** ncode has quit IRC00:32
andrewbogottI don't think that would be annoying... that kind of patch would be a no-brainer.00:32
andrewbogottAnd, as it is, there could be two pending patches which both do the sync...00:32
andrewbogottNow that I'm staring this in the face, submodules don't sound so bad :(00:32
mtayloryeah ... I don't either ... and I think we've got some good tooling support in latest gerrit to deal with them nicely, tbh00:33
mtaylorI 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 perhaps00:33
*** mnewby has quit IRC00:34
andrewbogottOh, 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
mtaylorthere's actually a neat feature they added where if gerrit manages both the super module and the submodule00:34
mtaylorif you land a change to the submodule, it knows how to go update the super module for you00:35
andrewbogottI 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
mtayloryuck. that sounds terrible00:36
andrewbogottGerrit won't help with that... but it can be avoided by just pretending like 'submodule update' doesn't actually exist.00:36
mtayloryup00:36
andrewbogottThis 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 IRC00:38
*** deshantm has quit IRC00:39
zaitcevSubmodules just must never be used period00:39
*** johnpostlethwait has quit IRC00:39
mtaylorno, I disagree with that00:39
mtaylorI agree that they have the potential for massive confusion00:40
mtaylorand are not the general solution to most problems00:40
mtaylorbut, like many power tools, if you know what you are doing, they can be helpful, and if you don't, you can lose a finger00:40
zaitcevWhatever. 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
mtaylorhehehe00:41
mtaylorfair00:41
mtaylorwell, 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 IRC00:42
zaitcevIt 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 IRC00:44
andrewbogottI 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 IRC00:45
andrewbogottI 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
mtaylorandrewbogott: that's kind of what we've been trying to do with our gerrit setup...00:46
mtaylorandrewbogott: honestly00:46
mtaylorand even with that we still field regular git panic questions00:46
andrewbogottTrue, I guess git-review + gerrit largely eliminate the need to talk to git directly.00:46
*** rods has quit IRC00:47
mtaylorat least for the more complex shoot-your-self-if-you-don't-get-it operations00:47
mtaylorwhich, to be fair, does come at the cost of removing some power from some of our git power users00:47
cloudflyi still want to add git er-done as a command00:48
mtaylorhehehe00:48
cloudflyi figure on april fools i'll submit a patch that just makes git er-done execute a make all on the repot after completion00:49
*** pixelbeat has quit IRC00:52
*** deshantm has joined #openstack-dev00:53
*** dachary1 has quit IRC01:01
*** torgomatic has quit IRC01:02
*** akscram has joined #openstack-dev01:03
*** dachary has joined #openstack-dev01:04
*** pengyong has joined #openstack-dev01:05
*** edygarcia has joined #openstack-dev01:05
*** anderstj has joined #openstack-dev01:07
*** galstrom has quit IRC01:09
*** winston-d has joined #openstack-dev01:10
*** galstrom has joined #openstack-dev01:12
*** dhellmann has quit IRC01:15
*** dolphm has joined #openstack-dev01:15
*** gabrielhurley1 has quit IRC01:15
*** galstrom has quit IRC01:18
*** ncode has joined #openstack-dev01:19
*** ncode has joined #openstack-dev01:19
*** jakedahn_zz is now known as jakedahn01:20
*** dolphm has quit IRC01:22
*** hub_cap has joined #openstack-dev01:22
*** jog0 has left #openstack-dev01:24
*** salgado has quit IRC01:27
*** anderstj has quit IRC01:28
mtaylorbcwaldon: https://review.openstack.org/700701:29
*** jemartin has quit IRC01:37
*** jgriffith has joined #openstack-dev01:39
jgriffithvishy: epic fail on my part I guess...01:39
*** russellb_ is now known as russellb01:40
*** lloydde has joined #openstack-dev01:42
vishyjgriffith: got it going01:42
vishyjgriffith: you need to start using devstack01:42
*** novas0x2a|laptop has quit IRC01:42
jgriffithvishy: Yeah, obviously01:43
jgriffithvishy: There are a couple migration errors still01:43
jgriffithsqlite01:43
vishyjgriffith: i just pushed a new version01:43
vishyi think i got it all now01:43
vishythe test_walk_versions passes now01:43
jgriffithvishy: That was it then01:44
jgriffithRENAME ****_backup01:44
jgriffithand the key,01:44
jgriffithvishy: So if you wouldn't mind... you load this in devstack, create volumes and do manual testing?01:45
vishyyup01:45
vishywell i initially tried exercises/volumes.sh01:45
vishywhen that didn't work i manually fixed01:45
jgriffithvishy: Yeah, I remember you mentioned that and gave taht I shot before I left the office01:45
jgriffithvishy: Ran it on trunk first so didn't get to change/fail yet01:46
vishyyou got devstack working though?01:46
jgriffithvishy: yeah but it was an old install/vm that I had running.  Hasn't been updated in quite a while01:47
jgriffithvishy: Was in a hurry and just wanted to see if I could figure out how to run what you were running01:47
jgriffithvishy: kicked off a new devstack install as I was leaving so I can log in tonight and check it out01:47
vishyi have some vagrant stuff to run vms locally01:47
vishyso that is how i do my functional testing01:48
jgriffithvishy: Makes sense now01:48
jgriffithvishy: I'm learning though01:48
vishyhttps://github.com/vishvananda/vagrant_devstack01:48
anotherjessevishy: I still think vagrant scripts should go in devstack repo ;)01:49
vishyanotherjesse: you crazy01:49
anotherjesseif 3rd party apis can be in the project, vagrant files can be in devstack ;p01:49
jgriffithvishy: Well this is going to make my life considerably easier!01:50
vishyanotherjesse: lol01:50
vishyanotherjesse: you keep accusing me of wanting them in the project01:50
vishyanotherjesse: i don't!01:50
anotherjessethen say you don't01:51
anotherjessein the meeting ;p01:51
vishyanotherjesse: but we need good rationale for it01:51
vishyanotherjesse: or we are just being evil01:51
harlowjado no evil, lol01:51
anotherjessethe thing is - it is hard to do it the http proxy way - but we have to do the work needed for it anyway01:52
anotherjessewe being the project01:52
vishyanotherjesse: we are versioning rpc api so we don't necessarily have to force people into http proxy01:53
vishythey could just be external and map to rpc api01:53
vishyjust tell them to use rpc.v101:53
anotherjessevishy: 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
vishyanotherjesse: hmm i guess so01:55
anotherjessethey could do it, but *why would you do that to yourself*01:55
anotherjesse;)01:55
anotherjesseanywho … back to deleting code in cinder01:56
vishyanotherjesse: well, it would allow us to put them external to nova01:56
anotherjesseRan 767 tests in 33.586s01:56
anotherjesseFAILED (SKIP=14, errors=19, failures=1)01:56
vishyanotherjesse: wow, getting there01:56
bcwaldonmtaylor: weirdness, I'm hanging on test_multiprocessing now in glancey glance01:56
bcwaldonmtaylor: and the SKIPs arent giving reasons anymore01:57
vishyanotherjesse: anotherjesse porting the uuid change over could be awkward01:57
anotherjesseyes01:57
vishyi guess it is just ignoring any files that don't exist in the diff01:57
anotherjesseeverything in our project tends to get a little awkward :-/01:57
jgriffithvishy anotherjesse: Can we just drop int id's in cinder?01:59
jgriffithUse the mapping table strategy we have now in nova?01:59
anotherjessejgriffith: we need to assume there will be a transition from cinder to nova-volumes01:59
jgriffithI mean, live in nova01:59
vishy?02:00
jgriffithanotherjesse: Yeah, my strategy was to have nova contain the ec2 api...02:00
vishymigration 1 should just create all of the tables as they are in nova after uuid switch02:00
jgriffithvishy: Ok02:00
vishyimo02:00
jgriffithvishy: forget my idea then02:00
*** andrewsben is now known as andrewsben_zz02:00
*** harlowja has quit IRC02:01
*** creiht_ has quit IRC02:04
*** creiht has joined #openstack-dev02:04
*** ChanServ sets mode: +v creiht02:04
*** anderstj has joined #openstack-dev02:09
*** hugokuo1 has joined #openstack-dev02:12
*** Gordonz has joined #openstack-dev02:13
*** hugokuo has quit IRC02:15
*** Ryan_Lane has quit IRC02:23
*** anderstj has quit IRC02:24
*** Gordonz has quit IRC02:25
*** dtroyer_zzz is now known as dtroyer02:26
anotherjessejgriffith: just pushed - i'll be afk for 30+ mins02:27
anotherjesseRan 779 tests in 34.117s02:27
anotherjesseFAILED (SKIP=14, errors=4)02:27
anotherjessemost of the errors seem related to tests expecting osapi instead of osvolume api02:27
anotherjessehttp://pastie.org/384666202:27
jgriffithanotherjesse: Do you want to do a pull request and I'll look at what's left?02:28
jgriffithOr did you want to finish it up later when you get back?02:28
*** lloydde has quit IRC02:28
jgriffithanotherjesse: Nvr Mind, just got the email02:29
*** dachary has quit IRC02:29
*** dachary has joined #openstack-dev02:32
winston-dvishy, hi vish02:33
winston-dvishy, 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
bcwaldonwinston-d: vishy is a bit preoccupied at the moment02:34
bcwaldonwinston-d: can I lend a hand?02:34
winston-dbcwaldon, sure.  thx. i encountered 'Errors running git rebase -i remotes/gerrit/master' when i hit 'git review'.02:35
bcwaldonok, so git review will try to rebase off of master when you run it02:36
bcwaldonits essentially dumping you in the middle of a git rebase operation02:36
bcwaldonhave you done that before?02:36
winston-dbcwaldon, yes, i've done 'git review' several times before, they worked well.02:37
bcwaldonsorry, I'm asking if you have any experience with 'git rebase'?02:37
winston-di 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 master02:40
bcwaldonok, so it sounds like you've diverged from master in a way that can't be automatically resolved02:40
bcwaldonwhat's the output from 'git status'?02:41
winston-dit's clean02:41
bcwaldonwinston-d: so do you know how to do a 'git rebase'?02:41
winston-dbcwaldon, no, i don't.02:41
winston-dhaven't done that before.02:42
bcwaldonwinston-d: ok, so basically a rebase is going to grab commits from another branch and stuff them under your fresh commits02:42
bcwaldonso what you want to do is run 'git rebase origin/master'02:42
bcwaldonwhere origin should be either the gerrit or github repos02:42
bcwaldonassuming you set up your remotes that way02:42
bcwaldononce you do that, it should give you some lengthy output with some CONFLICTs02:42
winston-dyeah, it does02:43
bcwaldonok, so if you open up one of those files that is marked as having a conflict, you should see some odd <<<<<<<<'s and >>>>>>>'s02:43
bcwaldonits telling you what lines you have modified that conflict from what has happened in master02:44
bcwaldonso you need to go fix each file and 'git add' it back02:44
bcwaldononce you've fixed each one, run git rebase --continue02:44
bcwaldonand by fix, I mean you need to get it to the state that you would expect it to be after your merge is complete02:44
winston-di see. thx for the detailed instructions. let me try that02:45
bcwaldonno problem02:45
bcwaldonyou can probably get more help through google if you think you need it02:45
winston-di have fixed conflicts, and i did 'git add', should i do 'git ci' or 'git rebase --continue'?02:46
bcwaldongit rebase --continue02:46
bcwaldonthe major difference between a merge and a rebase is that a rebase is going to stuff the remote commits under your new commits02:47
bcwaldona merge will create a new 'merge' commit for you02:47
bcwaldonwhich we don't want02:47
winston-di see02:47
winston-dgit rebase --continue is done without any problem, shall i do 'git review' again?02:49
bcwaldonagain, google may have a better explanation :)02:49
bcwaldonyep02:49
bcwaldonif you can finish the rebase successfully, then you should be good to go02:49
bcwaldonwinston-d: point me at the review once you get it up02:50
winston-dhmm, 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
bcwaldonok, you need to go to the review in gerrit and restore it02:51
bcwaldonthere should be a button down near the 'Diff ...' buttons02:51
winston-di found one 'restore change' button, is it the one you mentioned?02:53
*** jgriffith has quit IRC02:53
bcwaldonyep02:53
bcwaldonthat will un-abandon it02:53
winston-dalrite, here's the change for review: https://review.openstack.org/#/c/5762/02:55
bcwaldonCool, looks like it worked02:56
bcwaldonsounds great02:56
winston-dbcwaldon, thank you very much for the help!02:57
bcwaldonno problem :)02:57
*** jakedahn is now known as jakedahn_zz02:59
winston-dvishy, hi, i have uploaded multiproess-api-service patch for nova (again), please kindly review.03:00
*** Mandell has quit IRC03:01
*** Gordonz has joined #openstack-dev03:06
*** jgriffith has joined #openstack-dev03:07
*** agonella has quit IRC03:12
*** lloydde has joined #openstack-dev03:17
*** anderstj has joined #openstack-dev03:24
*** mdrnstm has quit IRC03:24
*** mnewby has joined #openstack-dev03:29
*** aa has joined #openstack-dev03:32
jgriffithbcwaldon: Just fyi, looks like it is network related, finally came back with message "unable to connect to VM via SSH"03:36
jgriffithAnyway, I'll mess with it and let ya know if I can figure out how to get it set up03:36
jgriffithThanks again03:36
*** deshantm has quit IRC03:44
jgriffithbcwaldon: Sorry, one last question, I found the IP what's the login/passwd usually set to?03:45
jgriffithhaha... got it03:46
jgriffithsweet03:47
*** jeremyb has quit IRC03:50
*** jeremyb has joined #openstack-dev03:50
*** Mandell has joined #openstack-dev03:53
*** ncode has quit IRC03:56
bcwaldonjgriffith: whoops, stepped away there for a few03:58
bcwaldonjgriffith: you good?03:58
jgriffithWell, I found the ip and was able to get logged in.04:01
jgriffithNetworking is jacked though so it didn't succeed in any of the setup04:01
jgriffithReading up on vagrant, may try and attack this later.  For now going back to my vbox headless scripts :(04:02
jgriffithReally not sure it buys me much more than clone/ build new from clone in a script04:02
*** Gordonz has quit IRC04:03
*** ywu has quit IRC04:03
jgriffithAnyway, I've got horses to feed and chores to do otherwise I'll be worthless in the morning.  Good night once again04:03
*** anniec72 has joined #openstack-dev04:04
bcwaldongood night!04:04
jgriffith:)04:05
*** jgriffith has quit IRC04:05
*** anniec72 has quit IRC04:18
*** shang has quit IRC04:25
*** pengyong has quit IRC04:29
*** dingdeng has quit IRC04:29
*** edygarcia has quit IRC04:30
*** blamar has quit IRC04:33
*** dingdeng has joined #openstack-dev04:35
*** thingee has joined #openstack-dev04:37
*** shang has joined #openstack-dev04:48
*** anderstj has quit IRC05:05
*** thingee has quit IRC05:06
*** shang has quit IRC05:16
*** mnewby has quit IRC05:18
anotherjessejustinsb: around?05:22
anotherjessegot a xml question for cinder05:23
*** tserong has quit IRC05:29
*** s0mik has joined #openstack-dev05:29
mtaylorbcwaldon: tits05:33
*** bepernoot has joined #openstack-dev05:33
*** rbasak has quit IRC05:35
*** littleidea has quit IRC05:39
*** harlowja has joined #openstack-dev05:46
*** tserong has joined #openstack-dev05:48
*** bepernoot has quit IRC05:49
*** gozerbot has joined #openstack-dev05:50
*** gozerbot has quit IRC05:51
*** gozerbot has joined #openstack-dev05:52
*** gozerbot has joined #openstack-dev05:53
hugokuo1https://answers.launchpad.net/swift/+question/195625    can not remove useless device from builder ....  is this a bug05:59
*** hattwick has quit IRC06:01
*** harlowja has quit IRC06:09
zaitcev"The minimum number of hours before a partition can be reassigned is 1"06:09
zaitcevhugokuo1: Thank maybe that? Just wait an hour and try again.06:09
*** s0mik has quit IRC06:17
*** Mkenneth has joined #openstack-dev06:29
*** vincentricci has joined #openstack-dev06:30
*** Mkenneth has quit IRC06:34
hugokuo1zaitcev, I modify the date for test purpose already though06:39
*** Mkenneth has joined #openstack-dev06:39
*** Mkenneth has left #openstack-dev06:39
hugokuo1I might be denied due to no partitions need to be reassigned06:39
*** lloydde has quit IRC06:42
*** aa has quit IRC06:43
*** davidha has quit IRC06:50
*** zaitcev has quit IRC06:57
*** mszilagyi has quit IRC06:59
*** reidrac has joined #openstack-dev07:04
*** bepernoot has joined #openstack-dev07:04
*** gakott has quit IRC07:08
*** Mandell has quit IRC07:16
*** dachary has quit IRC07:20
*** dachary has joined #openstack-dev07:20
*** Ryan_Lane has joined #openstack-dev07:25
*** dachary has quit IRC07:30
*** hashar has joined #openstack-dev07:40
*** davidha has joined #openstack-dev07:43
*** berendt has joined #openstack-dev07:46
*** darraghb has joined #openstack-dev07:48
*** anotherjesse is now known as anotherjesse_zz07:49
*** hashar has left #openstack-dev07:52
*** Ryan_Lane has quit IRC07:53
*** Ryan_Lane has joined #openstack-dev07:55
*** dachary has joined #openstack-dev07:58
*** Ryan_Lane has quit IRC07:58
*** hattwick has joined #openstack-dev07:59
*** GheRivero has quit IRC08:00
*** GheRivero has joined #openstack-dev08:00
*** davidha has quit IRC08:06
*** davidha has joined #openstack-dev08:07
*** vincentricci has quit IRC08:08
*** Mkenneth has joined #openstack-dev08:10
*** n0ano has quit IRC08:13
*** derekh has joined #openstack-dev08:13
*** pixelbeat has joined #openstack-dev08:15
*** apevec has joined #openstack-dev08:32
*** winston-d has quit IRC09:00
*** bepernoot has quit IRC09:14
*** chmouel_ is now known as chmouel09:31
*** danpb has joined #openstack-dev09:32
silehtdachary, 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-dev09:35
dacharysileht: awesome :-D09:36
zykes-what user does libvirt execute qemu under ?09:39
dacharysileht: does it include plugins for glance ?09:41
*** bengrue has joined #openstack-dev09:43
silehtdachary, nop, I will check what I can retrieve from glance, I think start with the total number of image to write the code base09:51
danpbzykes-: by default   qemu:qemu09:52
danpb(can be customized in /etc/libvirt/qemu.conf)09:53
*** garyk has joined #openstack-dev09:59
zykes-danpb: actually it was libvirt-qemu10:02
zykes-with the kvm user10: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 error10:04
*** winston-d has joined #openstack-dev10:05
danpbzykes-: ah, your distro must be deviating from normal upstream setup :-(10:07
danpbzykes-: 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.0410:28
zykes-with openvswitch10:28
zykes-I'm even trying to do user = root and group = root in qemu.conf10:29
*** pmezard has joined #openstack-dev10:34
zykes-obviously it needs to have qemu running under root for some weird reason10:35
zykes-even though I've setup permissions and stuff10:35
*** pmezard has left #openstack-dev10:36
zykes-garyk: had you been workinhg with ovs ?10:37
danpbzykes-: ubuntu confines QEMU using AppArmour by default10:40
zykes-danpb: i removed and disabled that long ago10:42
*** davidha has quit IRC10:47
*** davidha has joined #openstack-dev10:48
*** markmc has joined #openstack-dev10:52
*** bepernoot has joined #openstack-dev10:55
*** bepernoot has quit IRC10:57
*** bepernoot has joined #openstack-dev10:59
*** pixelbeat has quit IRC11:02
garykzykes-: yes, i have11:05
*** pixelbeat has joined #openstack-dev11:10
zykes-garyk: have you heard if anyone have fixed the fixed_ips being used up ?11:12
garykzykes-: sorry, i have not followed the issue, so i cannot say :(11:13
*** chuck_ is now known as zul11:16
*** zul has joined #openstack-dev11:16
*** lts has joined #openstack-dev11:16
*** winston-d has quit IRC11:17
*** dolphm has joined #openstack-dev11:46
dacharysileht: 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
dacharyIt 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
dacharyI've not read any discussions about this but there probably are threads discussing how it should be done.11:50
*** salgado has joined #openstack-dev11:52
*** salgado has joined #openstack-dev11:52
*** bepernoot has quit IRC11:56
*** carter__ has left #openstack-dev11:57
salgadoso, 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-dev12:00
*** dprince has joined #openstack-dev12:01
*** Shrews has joined #openstack-dev12:03
*** littleidea has joined #openstack-dev12:04
markmcsalgado, you're approved now12:04
zykes-garyk: shouldn't the gw12:04
zykes-interface be created upon vm creation ?12:04
salgadomarkmc, cool, thanks!12:05
markmcsalgado, np, enjoy :)12:06
salgadomarkmc, 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 review12:06
salgado"fatal:  A Contributor Agreement must be completed before uploading:"12:06
markmcsalgado, not 100% sure, might take 15 minutes for the group to be synced into gerrit12:06
salgadooh, yeah, I imagined it'd be something like that.  will wait :)12:07
*** littleidea has quit IRC12:12
garykzykes-: sorry do not understand your comment12:21
*** LarsErik1 is now known as LarsErikP12:27
*** azbarcea_ has joined #openstack-dev12:27
*** azbarcea has quit IRC12:28
*** ywu has joined #openstack-dev12:31
*** alaski has joined #openstack-dev12:32
*** deshantm has joined #openstack-dev12:32
zykes-garyk: when you create an instance isn12:33
zykes-isn't the belonging gw-%s created alongside it ?12:33
*** rods has joined #openstack-dev12:35
*** bepernoot has joined #openstack-dev12:37
*** berendt has quit IRC12:40
*** sandywalsh has joined #openstack-dev12:41
*** hashar has joined #openstack-dev12:41
*** roge has joined #openstack-dev12:43
*** timello_ has joined #openstack-dev12:46
zykes-for some netstacker: https://bugs.launchpad.net/quantum/+bug/99324412:57
uvirtbotLaunchpad bug 993244 in quantum "QuantumManager not creating gw-%s interfaces upon instance creation" [Undecided,New]12:57
*** mikal has quit IRC12:59
*** cmagina has quit IRC13:00
*** cmagina has joined #openstack-dev13:01
*** littleidea has joined #openstack-dev13:01
*** mikal has joined #openstack-dev13:01
*** Mandell has joined #openstack-dev13:02
*** Mandell_ has joined #openstack-dev13:03
*** Mandell has quit IRC13:03
*** davidha has quit IRC13:05
*** davidha has joined #openstack-dev13:08
*** ghantoos_ is now known as ghantoos13:08
*** larsbutler has quit IRC13:09
*** joesavak has joined #openstack-dev13:10
*** jsavak has joined #openstack-dev13:20
*** hub_cap has joined #openstack-dev13:21
*** alaski has quit IRC13:23
*** alaski has joined #openstack-dev13:23
*** joesavak has quit IRC13:24
*** sdague_ is now known as sdague13:25
*** anniec72 has quit IRC13:27
*** edygarcia has joined #openstack-dev13:28
*** adalbas has joined #openstack-dev13:32
*** aa has joined #openstack-dev13:33
*** mjfork has joined #openstack-dev13:34
*** ywu has quit IRC13:35
*** aa has quit IRC13:39
*** markmcclain has joined #openstack-dev13:44
*** crobinso has joined #openstack-dev13:48
*** aa has joined #openstack-dev13:49
*** azbarcea has joined #openstack-dev13:49
*** azbarcea_ has quit IRC13: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 gluecode13:57
eglynn__https://review.openstack.org/#/c/6528/13:57
eglynn__(may simplify what you're doing ...)13:57
*** armax has joined #openstack-dev13:58
*** bepernoot has quit IRC13:59
dprinceeglynn__: cool. Will check it out.13:59
dprinceeglynn__: Trying to dig out of this db migration cleanup first... then I'm move on to the glance stuff.14:01
eglynn__dprince: cool14:02
*** bepernoot has joined #openstack-dev14:03
*** cmagina has quit IRC14:11
*** cmagina has joined #openstack-dev14:11
*** winston-d has joined #openstack-dev14:15
*** bepernoot has quit IRC14:21
*** azbarcea has quit IRC14:22
*** Mkenneth has quit IRC14:23
*** cmagina_ has joined #openstack-dev14:27
*** s0mik has joined #openstack-dev14:28
*** cmagina has quit IRC14:30
*** armax has left #openstack-dev14:31
*** blamar has joined #openstack-dev14:32
*** aa has quit IRC14:33
*** BLZbubba_ has quit IRC14:33
*** pmezard has joined #openstack-dev14:36
*** kbringard has joined #openstack-dev14:38
openstackgerritVerification of a change to openstack/python-novaclient failed: Don't force volume id to int and allow search by name  https://review.openstack.org/700514:39
*** galstrom has joined #openstack-dev14:40
*** anderstj has joined #openstack-dev14:43
*** Mandell_ has quit IRC14:48
*** rnirmal has joined #openstack-dev14:49
*** winston-d has quit IRC14:50
*** cmagina_ is now known as cmagina14:53
*** lloydde has joined #openstack-dev14:54
*** s0mik has quit IRC14:55
*** joesavak has joined #openstack-dev14:59
*** jsavak has quit IRC15:02
*** jgriffith has joined #openstack-dev15:03
*** reidrac has quit IRC15:04
*** maplebed has quit IRC15:07
*** bepernoot has joined #openstack-dev15:08
*** lloydde has quit IRC15:11
*** dtroyer is now known as dtroyer_zzz15:12
*** anderstj has quit IRC15:13
*** thingee has joined #openstack-dev15:14
*** gyee has joined #openstack-dev15:15
*** hashar has left #openstack-dev15:17
*** gongys has joined #openstack-dev15:22
*** reed has joined #openstack-dev15:23
*** dtroyer_zzz is now known as dtroyer15:24
zykes-any netstack person here ?15:29
*** spiffxp has joined #openstack-dev15:30
*** thingee has quit IRC15:30
*** davidha has quit IRC15:31
*** bepernoot has quit IRC15:31
chmoueldprince: are you working on https://blueprints.launchpad.net/glance/+spec/swift-tenant-specific-storage ?15:32
dprincechmouel: I signed up for it.15:32
chmoueldprince: ah cool so I was thinking about it the other time and I think the best way would be to use the reseller admin capability15:34
chmoueldprince: we do the same thing on nova for storing images uploaded with euca-upload-bundle via s3_token middleware15:34
*** danpb has quit IRC15:35
*** bengrue has quit IRC15:35
*** apevec has quit IRC15:35
*** Gordonz has joined #openstack-dev15:35
dprincechmouel: Cool. I'll keep that in mind then.15:36
*** apevec has joined #openstack-dev15:37
chmoueldprince: it probably would need some changes to swift.client to be able to do so15:38
openstackgerritVerification of a change to openstack/keystone failed: Switch to 1000 rounds during unit tests  https://review.openstack.org/699715:50
*** lloydde has joined #openstack-dev15:51
*** hub-cap has joined #openstack-dev15:57
*** PotHix has joined #openstack-dev15:57
*** GheRivero has quit IRC16:00
*** hub_cap has quit IRC16:02
*** hub-cap is now known as hub_cap16:02
*** andrewsben_zz is now known as andrewsben16:09
*** davidha has joined #openstack-dev16:11
*** maplebed has joined #openstack-dev16:13
*** mjfork has quit IRC16:14
*** s0mik has joined #openstack-dev16:14
*** maplebed_ has joined #openstack-dev16:16
*** maplebed_ is now known as Guest5424516:17
*** maplebed has quit IRC16:18
*** Guest54245 is now known as maplebed16:18
*** maplebed has joined #openstack-dev16:18
*** sleepsonzzz is now known as sleepsonthefloor16:19
*** vincentricci has joined #openstack-dev16:23
*** salgado is now known as salgado-lunch16:27
*** dubsquared has joined #openstack-dev16:29
*** jakedahn_zz is now known as jakedahn16:29
*** mnewby has joined #openstack-dev16:30
*** mnewby has quit IRC16:31
*** mnewby has joined #openstack-dev16:31
mnewbygaryk: are you online?16:32
*** edygarcia_ has joined #openstack-dev16:33
*** gongys has quit IRC16:34
*** edygarcia__ has joined #openstack-dev16:36
*** aa has joined #openstack-dev16:36
*** edygarcia has quit IRC16:36
*** edygarcia__ is now known as edygarcia16:36
*** garyk has quit IRC16:36
*** jsavak has joined #openstack-dev16:37
*** edygarcia_ has quit IRC16:39
*** mdrnstm has joined #openstack-dev16:39
*** joesavak has quit IRC16:40
*** joesavak has joined #openstack-dev16:40
*** jsavak has quit IRC16:41
*** anderstj has joined #openstack-dev16:42
*** apevec has quit IRC16:42
*** thingee has joined #openstack-dev16:44
*** armax_ has joined #openstack-dev16:44
*** armax_ has left #openstack-dev16:44
*** edygarcia_ has joined #openstack-dev16:45
*** edygarcia__ has joined #openstack-dev16:46
*** Mandell has joined #openstack-dev16:46
*** edygarcia has quit IRC16:49
*** edygarcia__ is now known as edygarcia16:49
*** edygarcia_ has quit IRC16:49
*** dolphm has quit IRC16:49
*** edygarcia_ has joined #openstack-dev16:49
*** zaitcev has joined #openstack-dev16:52
*** edygarcia has quit IRC16:53
*** edygarcia_ is now known as edygarcia16:53
*** torgomatic has joined #openstack-dev16:55
*** milner has joined #openstack-dev16:56
*** bepernoot has joined #openstack-dev16:57
zykes-any quantum folks around ?16:58
*** eglynn__ has quit IRC17:02
*** mszilagyi has joined #openstack-dev17:02
mnewbyzykes: yes, although I'm pretty new.17:03
*** garyk has joined #openstack-dev17:04
*** galstrom has quit IRC17:06
*** derekh has quit IRC17:06
garykmnewby: yes - in 10 - making dinner for the kids17:06
mnewbygaryk: 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
mnewbyuh, what?17:11
zykes-oops, ehe https://bugs.launchpad.net/quantum/+bug/94923417:11
uvirtbotLaunchpad bug 949234 in quantum "Quantum + Melange: DHCP generation for networks owned by default tenant is broken" [High,Confirmed]17:11
garykmnewby: 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/99324417:12
uvirtbotLaunchpad 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-%s17:12
*** salgado-lunch is now known as salgado17:12
mnewbygaryk: If Dan is ok with your change landing after mine, then please fix any problems in your change.17:12
mnewbygaryk: 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
mnewbyzykes; looking17:14
*** jog0 has joined #openstack-dev17:14
garykmnewby: no problem. you did some great work here.17:14
*** troytoma` is now known as troytoman-away17:14
mnewbyi don't know about great, but i do hope it's helpful.17:14
*** davidha has quit IRC17:15
mnewbygaryk: and hopefully no more massive changes like that.  what a pain to review!17:15
mnewbyzykes-: I'm afraid I can't help.  I haven't had a chance to work with OVS yet.17:16
garykmnewby: i can imagine17:16
mnewbyzykes-: garyk is probably more able to help you (when he is able)17:16
zykes-:/17:19
garykmnewby: please look at http://fpaste.org/KII1/ - i am not 100% sure regarding the logging - does this suffice?17:19
mnewbygaryk: looking17:20
*** eglynn__ has joined #openstack-dev17:22
*** davidha has joined #openstack-dev17:22
mnewbygaryk: lgtm17:23
mnewbygaryk: wait17:23
mnewbygaryk: I'm pretty sure you can skip line 6: logging.basicConfig().17:23
garykmnewby: if this was not done then there were no logs :(17:24
mnewbygaryk: hmmm.  for some reason I was under the impression that basicConfig was called automatically if no handler was already defined.17:24
mnewbygaryk: Let me check on that.17:24
garykmnewby: tx (as I said I am not familiar with this)17:25
mnewbygaryk: 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-dev17:26
garykmnewby: yes I am sure. i'll double check17:26
mnewbygaryk: 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
mnewbyOk17:26
garykmnewby: [f17-dev@localhost ~]$ sudo quantum-linuxbridge-agent /etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini -v17:27
garyk[sudo] password for f17-dev:17:27
garykNo handlers could be found for logger "quantum.plugins.linuxbridge.agent.linuxbridge_quantum_agent"17:27
mnewbygaryk: Ok then, my bad.17:27
zykes-garyk: you got a clue on the lp bug ?17:28
mnewbygaryk: I must be used to loggers being configured at the application level, but for these agents, they are the application.17:28
garykzykes-: sorry, have yet to look at it.17:28
mnewbygaryk: So change looks good to me.17:28
garykmnewby: ok. i'll update, test and commit..... tx for the help17:29
mnewbygaryk: np.  And I'm assuming you're fixing the linuxbridge test too, as per your comment on the hacking change?17:30
mnewbygaryk: I'll be honest, though - logging in tests is a bit silly.17:30
garykmnewby: yup. i agree17:31
*** eglynn__ has quit IRC17:32
*** maplebed has quit IRC17:35
*** bepernoot has quit IRC17:35
*** darraghb has quit IRC17:39
*** hub_cap has quit IRC17:42
*** harlowja has joined #openstack-dev17:43
garykmnewby: 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 help17:43
mnewbygaryk: np, I'll review it.17:44
*** bepernoot has joined #openstack-dev17:44
harlowjaqq, 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 IRC17:45
*** maplebed has joined #openstack-dev17:47
clarkbharlowja: http://eavesdrop.openstack.org/irclogs/%23openstack-dev/17:47
harlowjathx much17:47
garykmnewby: please wait a few minutes before the review - by mistake the merge I did dropped the changes i made with summits comments17:54
mnewbygaryk: ok17:54
*** anotherjesse_zz is now known as anotherjesse17:56
*** mjfork has joined #openstack-dev17:57
*** berendt has joined #openstack-dev17:58
*** berendt has quit IRC18:00
*** hattwick has quit IRC18:03
*** hattwick has joined #openstack-dev18:04
*** dachary has quit IRC18:07
zykes-garyk: did you get to take a look ?18:15
*** armaan has joined #openstack-dev18:19
*** timello_ has quit IRC18:19
*** armaan has left #openstack-dev18:21
*** torgomatic_ has joined #openstack-dev18:25
*** anderstj_ has joined #openstack-dev18:26
*** torgomatic has quit IRC18:27
*** torgomatic_ is now known as torgomatic18:27
*** hashar has joined #openstack-dev18:28
*** anderstj has quit IRC18:28
*** novas0x2a|laptop has joined #openstack-dev18:29
*** jsavak has joined #openstack-dev18:30
*** cmagina_ has joined #openstack-dev18:31
*** cmagina has quit IRC18:31
*** joesavak has quit IRC18:33
zykes-:/18:35
*** rkukura has joined #openstack-dev18:38
*** dolphm has joined #openstack-dev18:39
*** johnpostlethwait has joined #openstack-dev18:45
*** kbringard has quit IRC18:48
*** lloydde has quit IRC18:48
*** Mandell has quit IRC18:48
*** lloydde has joined #openstack-dev18:49
*** Mandell has joined #openstack-dev18:49
*** hub_cap has joined #openstack-dev18:49
jgriffithvishy: ping18:49
*** hub_cap has quit IRC18:49
*** kbringard has joined #openstack-dev18:49
zykes-garyk: you gone to the dreamland or ?18:49
*** hub_cap has joined #openstack-dev18:49
*** dubsquared has quit IRC18:59
zykes-rkukura: are you familiar with Quantum & OVS ?19:03
*** mjfork has quit IRC19:06
*** mjfork has joined #openstack-dev19:06
*** anotherjesse is now known as anotherjesse_zz19:09
*** GheRivero has joined #openstack-dev19:10
*** dubsquared has joined #openstack-dev19:10
*** vincentricci has quit IRC19:18
vishyjgriffith: pong19:24
jgriffithvishy: Just noticed your changes have volume_id in iscsi_targets as INTEGER again19:25
*** vincentricci has joined #openstack-dev19:25
vishyjgriffith: ?19:25
jgriffithvishy: http://paste.openstack.org/show/14643/19:26
vishyah19:27
vishyin models.py.  Do you want to fix it or should i?19:27
jgriffithI was going to change it but thought I should at least say something first :)19:28
vishyok, make sure you make the change on top of my versions19:28
jgriffithvishy: what I don't get is why the test passed?  The insert in 091_convert should have bombed19:28
vishyjgriffith: why? models isn't used in the upgrade downgrade test19:29
jgriffithvishy: DOH!  Never mind19:29
vishyjgriffith: you can get my changes with git review -d 651119:30
vishyand make the change or i can just push up the version i just fixed19:30
jgriffithvishy: yep just did it19:30
vishycool19:31
*** mjfork has quit IRC19:31
*** anotherjesse_zz is now known as anotherjesse19:33
*** deshantm_ has joined #openstack-dev19:36
*** deshantm has quit IRC19:39
*** justinsb has quit IRC19:39
*** dolphm has quit IRC19:41
vishyjgriffith: next we need to convert instance_id to instance_uuid and remove the foreign key!19:42
jgriffithvishy: Alright I'll work on it, was going to ping mikal and make sure he hadn't gotten to it19:42
vishyi think he's going to work on the other ones first19:43
*** dubsquared has quit IRC19:44
jgriffithvishy: is there a LP Bug ID associated already?19:45
*** bepernoot has joined #openstack-dev19:46
bcwaldondprince, blamar, jk0: if you guys can go tackle some Glance reviews, I would greatly appreciate it19:48
bcwaldons1rp: ^19:48
*** bepernoot has quit IRC19:50
blamarbcwaldon: k, looking at the config file one now…looks good, surprised SS passes19:53
blamarI guess it adds functionality without breaking old which is awesome19:54
bcwaldonconfig dir is opt-in19:54
bcwaldonyep19:54
blamar++19:54
*** dachary has joined #openstack-dev19:54
bcwaldonand that openstack-common code already lives in openstack-common19:54
*** troytoman-away is now known as troytoman19:54
bcwaldonso we *know* it works19:54
*** hashar has left #openstack-dev19:55
*** bepernoot has joined #openstack-dev19:55
blamarbcwaldon: 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
bcwaldonyep19:55
bcwaldonmtaylor: can you re-review this guy -> https://review.openstack.org/#/c/6754/219:56
*** hashar has joined #openstack-dev19:56
*** azbarcea has joined #openstack-dev19:56
*** Ryan_Lane has quit IRC20:00
*** Ryan_Lane has joined #openstack-dev20:00
jgriffithvishy: 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 id20:00
*** bepernoot has quit IRC20:00
*** lloydde has quit IRC20:05
*** lloydde has joined #openstack-dev20:06
comstudvishy: https://review.openstack.org/703920:06
*** dubsquared has joined #openstack-dev20:08
*** milner has quit IRC20:09
mtaylor bcwaldon: yuppers20:13
*** anderstj_ has quit IRC20:16
*** s0mik has quit IRC20:17
*** s0mik has joined #openstack-dev20:25
*** dprince has quit IRC20:26
*** mjfork has joined #openstack-dev20:27
*** anderstj has joined #openstack-dev20:28
zykes-garyk: ?20:29
mtaylorbcwaldon: still no good... fixing20:32
*** Ryan_Lane has quit IRC20:33
*** Ryan_Lane has joined #openstack-dev20:33
mtaylorbcwaldon: submitted, along with patch last night to do the tox stuff properly for glance20:36
*** azbarcea_ has joined #openstack-dev20:38
mtaylorooh, good feedback from eglynn20:38
*** milner has joined #openstack-dev20:39
*** milner has quit IRC20:39
markmcmtaylor, so, I'm trying to figure out how to figure out which queued jenkins gate job is for a particular gerrit review20:40
markmcmtaylor, ... so I can cancel all the others in the queue :)20:40
markmcwait, I didn't say that20:40
*** azbarcea has quit IRC20:41
*** bepernoot has joined #openstack-dev20:42
*** martine has joined #openstack-dev20:42
*** dubsquared has quit IRC20:44
*** GheRivero has quit IRC20:44
*** kbringard has quit IRC20:45
*** kbringard has joined #openstack-dev20:46
mtaylormarkmc: heh20:46
*** jaypipes-afk is now known as jaypipes20:47
*** mdomsch has joined #openstack-dev20:48
*** martine has quit IRC20:49
*** bepernoot has quit IRC20:56
zykes-markmc: you know if garyk is around at these times of the day ?20:56
russellbdoubt it20:56
*** crobinso has quit IRC20:57
*** mjfork has quit IRC21:03
jaypipesholy OpenStack Client Followup mailing list thread...21:04
*** agonella has joined #openstack-dev21:06
vishy(batman)21:06
*** hashar has quit IRC21:07
*** bepernoot has joined #openstack-dev21:12
*** lts has quit IRC21:13
*** markmc has quit IRC21:15
agonellaQUESTION: 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-dev21:17
openstackgerritVerification of a change to openstack/horizon failed: Clean up pip-requires  https://review.openstack.org/670421:21
*** dubsquared has joined #openstack-dev21:23
*** troytoman is now known as troytoman-away21:24
mtaylorjaypipes: anything I should go read?21:27
jaypipesmtaylor: haven't made it through the whole thing yet myself! :)21:28
*** alaski has quit IRC21:30
*** agonella|2 has joined #openstack-dev21:32
anotherjessedef 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 IRC21:33
*** giroro_ has quit IRC21:33
mtayloranotherjesse: because we enjoy pain?21:35
*** bepernoot has quit IRC21:37
*** dubsquared has quit IRC21:37
*** Ruetobas has joined #openstack-dev21:41
*** hub_cap has quit IRC21:45
*** dubsquared has joined #openstack-dev21:46
*** agonella|2 has quit IRC21:47
jgriffithAnybody know why running WITHOUT .venv would cause "test_iterconsume_errors_will_reconnect" to hang?21:50
jgriffithObviously I've missed something in my setup....21:50
russellbyes, because you're using a version of python-kombu not compatible with the unit tests21:51
*** s0mik has quit IRC21:51
russellb(probably)21:51
russellbi think it's a bug in newer versions of kombu with the in-memory transport21:51
*** bepernoot has joined #openstack-dev21:52
russellbthere's an open nova bug, and it came up on the mailing list a few weeks ago21:52
jgriffithrussellb: thank!21:52
russellbnp21:52
*** andrewsben is now known as andrewsben_zz21:53
jgriffithrussellb: Yep, found the thread21:53
russellbexcellent21:53
*** s0mik has joined #openstack-dev21:55
*** anderstj has quit IRC22:01
*** gongys has joined #openstack-dev22:06
vishyjgriffith: yeah it is hanging for everyone22:06
vishyon precise :(22:06
jgriffithvishy: Yeah read the threads, moving russellb's patch into cinder22:06
vishywe should put a skip on that one like the other one due to buggy transport22:06
vishyjgriffith: his patch won't really help since it only skips if kombu is not installed22:07
jgriffithvishy: helps me because I was going to uninstall it :)22:07
jgriffithvishy: but yes the skip is probably good, at least in cinder22:07
jgriffitheither that or buy a macbook22:07
russellbha22:08
* russellb notes that it works on Fedora ^_^22:08
*** dubsquared has quit IRC22:10
*** blamar has quit IRC22:11
russellbrpc copied into cinder for now?22:11
russellbi need to get this stuff in common, stat22:12
russellbthat's copy #3, heh.  and quantum wants to use it soon, too22:12
jgriffithrussellb: :)22:12
*** seats has quit IRC22:12
*** seats has joined #openstack-dev22:12
russellbi'll get it done by folsom-1 ... i'm multiplexing it with rpc versioning work22:12
*** andrewsben_zz is now known as andrewsben22:12
rnirmalrussellb: would be great if you can get rpc into common soon22:13
*** azbarcea_ has quit IRC22:16
* russellb nods22:17
russellbthe work is getting the code to stop using other parts of nova22:17
russellbanywhere anything in nova/rpc/*.py is importing something from nova other than nova.openstack.common.*22:18
russellbonce those dependencies are all gone, it can be moved.22:18
rnirmalok so it's a copy paste into cinder for now.. hopefully we can help move some of those dependencies out22:19
*** maplebed_ has joined #openstack-dev22:19
*** maplebed_ is now known as Guest7545022:20
*** maplebed has quit IRC22:20
*** Guest75450 is now known as maplebed22:20
*** maplebed has joined #openstack-dev22:20
russellbrnirmal: yeah, though the copy and paste still has to deal with those dependency issues too22:21
russellbrnirmal: so yeah, if anyone wants to help, that would be great22:21
rnirmalyeah that's what I'm getting yet.. if should be running into those dependency issues22:21
rnirmaland probably best to get those fixed back in nova22:22
russellbperfect22:22
russellbi'll still be poking at it some, too22:22
russellbif anyone is going to look at a piece, would be good for us to coordinate22:22
rnirmalnot sure if jgriffith has already moved or started with the rpc code in cinder22:23
*** kbringard has quit IRC22:23
jgriffithrnirmal: Yeah, take a look at j-griffith cinder22:23
jgriffithrnimral: I dupped nova and anotherjesse has been hitting it hard on ripping stuff out22:23
rnirmalgreat22:24
rnirmaljgriffith: I was just going to look at moving the api today.. but looks like it's already there... I'll mess with it tonite22:26
jgriffithrnirmal: sounds good, it's rapid change still right now.  Keep an eye on the etherpad22:27
rnirmallooks like you'll are churning thru it22:29
jgriffithI'm helping where I can but to be honest anotherjesse is leaving me in the dust22:29
anotherjessealmost done making tests pass after most recent prune-ing22:29
*** andrewsben is now known as andrewsben_zz22:29
rnirmal:)22:30
*** bepernoot has quit IRC22:34
*** edygarcia has quit IRC22:35
*** edygarcia has joined #openstack-dev22:35
bcwaldonjaypipes: time for a review?22:36
*** edygarcia has quit IRC22:36
bcwaldonjaypipes: thanks for looking over my /images stuff, btw22:36
vishysandywalsh: ping22:36
*** s0mik has quit IRC22:38
bcwaldonjaypipes: https://review.openstack.org/#/c/7002/4 for future reference22:38
*** torgomatic has quit IRC22:38
anotherjessejgriffith: https://github.com/j-griffith/cinder/pull/8 - Showing 29 changed files with 11 additions and 2,787 deletions.22:40
anotherjesseif that is good, let's merge then get this back into gerrit?22:40
*** jkoelker has quit IRC22:40
*** pknouff has quit IRC22:41
*** hazmat has quit IRC22:41
*** s0mik has joined #openstack-dev22:41
*** pknouff has joined #openstack-dev22:41
jgriffithLooking now...22:41
jgriffithanotherjesse: Wow!!!22:42
*** jkoelker has joined #openstack-dev22:42
jgriffithanotherjesse: Ok, I think it's time to go official22:42
*** dtroyer is now known as dtroyer_zzz22:43
rnirmaljgriffith: want to discuss tomorrow at the meeting and make the move to gerrit22:43
jgriffithrnirmal: well if there are concerns we can talk now too22:44
rnirmalI'm all for moving it to gerrit sooner22:45
*** torgomatic has joined #openstack-dev22:45
jgriffithrnirmal: Oh, ok22:46
mnewbydevstack peeps: question?22:46
*** anderstj has joined #openstack-dev22:48
jgriffithrnirmal: the idea was get as much cut out right off the bat and have passing unit tests and pep8 then go gerrit22:49
jgriffithrnirmal: think we're almost there22:49
rnirmaljgriffith: ok makes sense.22:50
*** rods has quit IRC22:53
*** s0mik has quit IRC22:55
rnirmaljgriffith: I'm headed out but will look thru and clean up anything else that's left over.22:56
*** PotHix has quit IRC22:59
*** rnirmal has quit IRC22:59
jgriffithrnirmal: Great, I got your pulll request, I'm going to merge it with anotherjesse's most recent changes and then run unit tests before merge23:00
vishyjgriffith: ok I'm looking at what needs to be added/changed to talk through rest api instead of rpc23:02
vishythere are a few calls that need to be moved and a couple of extensions that need to be created23:03
*** lloydde has quit IRC23:10
jgriffithok23:13
jgriffithSorry, was looking at the instance_id migrations23:13
jgriffithvishy: I'd like to hammer that out before going into gerrit, agree?23:14
*** blamar has joined #openstack-dev23:15
vishyperhaps,23:15
vishycomstud: ping23:15
*** blamar has quit IRC23:15
*** blamar has joined #openstack-dev23:15
vishyjgriffith: right now i'm trying to think through the live migration case23:17
bcwaldonmtaylor: ping23:17
vishyjgriffith: currently it updates the volume state to migrating during the migration23:17
vishyjgriffith: I'm not really sure that is a reasonable change, so I'm thinking of removing it23:18
vishyjgriffith: where is the etherpad?23:19
jgriffithvishy: cinder-worksheet23:19
bcwaldonvishy: 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 IRC23:26
bcwaldonLinuxJedi: time for a gerrit q?23:28
*** sleepsonthefloor is now known as sleepsonzzz23:30
*** s0mik has joined #openstack-dev23:33
*** roge has quit IRC23:33
*** lloydde has joined #openstack-dev23:35
*** anderstj has quit IRC23:40
*** dachary has quit IRC23:42
*** pmezard has quit IRC23:43
*** markmcclain has quit IRC23:44
*** novas0x2a|laptop has quit IRC23:45
*** novas0x2a|laptop has joined #openstack-dev23:46
vishyjgriffith: added the decoupling steps to the worksheet.23:50
jgriffithSaw it, thank you23:50
*** thingee has quit IRC23:50
jgriffithvishy: So section '1' we're going to drop support altogether?23:51
jgriffithlive_migration support of volumes that is23:51
*** andrewsben_zz is now known as andrewsben23:54
*** lloydde has quit IRC23:55
*** aa has quit IRC23:56
mtaylorbcwaldon: pong23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!