Wednesday, 2012-08-29

*** rkukura has joined #openstack-dev00:05
*** ncode has quit IRC00:08
*** samkottler is now known as samkottler|out00:12
openstackgerritA change was merged to openstack/nova: Accept role list from either X-Roles or X-Role  https://review.openstack.org/1197900:12
*** markmcclain has joined #openstack-dev00:15
rmkvishy: Sorry did you ping yesterday?00:22
vishyrmk: yeah i did, but I ended up getting mikal to look at it00:23
*** daddyjoseph97 has quit IRC00:23
vishyI was going to ask you what you thought about making hard_reboot regrab backing files if they are missing00:23
*** zul has quit IRC00:25
*** zul has joined #openstack-dev00:25
rmkAh cool00:25
rmkResponded earlier to my snapshot thread.  Also been throwing around another sort of related idea to actually store the qcow2 images in backed format.  As in, only the delta is stored in glance.00:28
rmkWould be really cool for backups.00:28
*** milner has quit IRC00:30
rmkThe snapshot would need to store metadata about its parent image so that both were retrieved when launching a new image from it00:30
rmkSimilar to how amis work with their kernel and ramdisks00:31
lifelessmmm, it would make deleting an image much more complex00:33
*** thingee_zz is now known as thingee00:33
*** devanand1 has joined #openstack-dev00:33
*** jtran has joined #openstack-dev00:34
rmkYep would have to know about any dependencies and block deletions00:34
rmkBut it's a worthwhile trade off if you ask me00:34
*** jtran has left #openstack-dev00:34
openstackgerritA change was merged to openstack/glance: Add 'bytes' to image size rejection message  https://review.openstack.org/1180300:35
rmkI can't even tell you guys how many questions we get around snapshots and how limited people feel by the way they currently work00:35
lifelessalternatively, you could delete from reporting, keep the relation using uuids or some unique value, and do a background rewrite to remove the dependency, then fully delete.00:36
rmkThe terminology is partially to blame00:36
lifelessrmk: yeah, I can imagine that00:36
rmkYep that would make sense too00:36
rmkI guess the general point is to store deltas when possible where today that's never the case00:36
rmkI dont think it's a huge amount of code eight00:37
rmkEither00:37
*** martine has joined #openstack-dev00:37
*** mikal has quit IRC00:37
*** devananda has quit IRC00:37
*** mikal has joined #openstack-dev00:37
lifelessrmk: what limits are your questioners running into?00:38
lifelessrmk: performance? customisation ?00:38
rmkPerformance and disk consumption00:38
*** cp16net is now known as cp16net|away00:38
*** cp16net|away is now known as cp16net00:38
rmkPerformance being the most significant by far00:39
lifelessrmk: do you use the swift backend ?00:39
lifeless[for glance]00:39
rmkWell the problem isn't glance at all00:39
rmkIt's the process of extracting the entire image and transferring it over00:39
lifelessduring the snapshot ?00:39
rmkThen if you choose to use it, transferring it back and converting it00:39
rmkThe entire process is slow and hits the network+disks hard00:40
lifelessso yeah, there are two operations there. For many images, they will be cached on the compute node when the snapshot is initiated, so there should be no need to copy it over00:40
lifelessbut for execution, the likelyhood of an arbitrary image being locally cached drops substantially00:41
rmkRight unless theres nas in play which a lot of our clients have opted to use00:41
vishyrmk: might be best to punt that into cinder00:52
*** dolphm has joined #openstack-dev00:52
vishyrmk: as in use boot from volume and have the snapshot command pass the request on to cinder for instance snapshot00:52
*** zaitcev has quit IRC00:53
*** markmcclain has quit IRC00:53
rmkThat implies using volumes though00:53
rmkIs there a reason not to improve this at the instance store level if we can?00:54
lifelessrmk: clearly no reason not to; the tradeoff in complexity is non-trivial though - goes from KV store to DAG00:54
lifelessthats a huge jump in possible bugs (including performance and data loss)00:55
*** ncode has joined #openstack-dev00:58
lifelessrmk: so I speculate that vishy is wondering whether that complexity is able to be better contained in cinder00:58
rmkSure00:58
rmkWas just throwing the idea around for now.  That may ultimately make the most sense.00:59
*** andrewsmedina has joined #openstack-dev01:02
*** lloydde has joined #openstack-dev01:06
*** andrewbogott is now known as andrewbogott_afk01:07
*** lloydde has quit IRC01:11
*** jkff has quit IRC01:13
*** arosen has quit IRC01:15
vishyrmk: I just don't want to maintain multiple methods of snapshotting.01:18
*** jkff has joined #openstack-dev01:19
*** maurosr has joined #openstack-dev01:22
*** maurosr has quit IRC01:26
openstackgerritA change was merged to openstack/swift: Misc. swift-bench improvements.  https://review.openstack.org/1198401:28
*** markmcclain has joined #openstack-dev01:29
*** Mandell has quit IRC01:33
*** dolphm has quit IRC01:34
*** PotHix has quit IRC01:35
*** roge has quit IRC01:38
*** nati_ueno has quit IRC01:42
*** xchu has joined #openstack-dev01:53
*** adjohn has joined #openstack-dev01:55
*** littleidea has quit IRC01:57
*** jdurgin has quit IRC01:58
*** littleidea has joined #openstack-dev01:58
*** JeDii has joined #openstack-dev01:59
*** anniec has quit IRC01:59
*** nati_ueno has joined #openstack-dev02:01
*** nati_ueno has quit IRC02:04
*** nati_ueno has joined #openstack-dev02:05
*** spiffxp has quit IRC02:13
*** spiffxp has joined #openstack-dev02:18
*** mikal has quit IRC02:20
*** mikal has joined #openstack-dev02:20
jgriffithrmk: There will likely be some discussions/work around this in Cinder in the Grizzly time frame02:20
*** adalbas has quit IRC02:21
*** johnpur has quit IRC02:22
*** markmcclain has quit IRC02:22
*** spiffxp has quit IRC02:22
*** hemna has quit IRC02:26
*** spiffxp has joined #openstack-dev02:33
*** pixelbeat has quit IRC02:34
*** zhuadl has joined #openstack-dev02:37
*** littleidea has joined #openstack-dev02:42
*** dolphm has joined #openstack-dev02:44
*** arosen has joined #openstack-dev02:44
*** sacharya has joined #openstack-dev02:46
*** dolphm has quit IRC02:49
*** samkottler|out is now known as samkottler02:49
Madkisshttps://github.com/madkiss/openstack-resource-agents02:50
Madkisshrhr.02:50
*** markmcclain has joined #openstack-dev02:50
*** martine has quit IRC02:51
*** martine has joined #openstack-dev02:51
*** littleidea has quit IRC02:52
*** nati_uen_ has joined #openstack-dev02:53
*** nati_ueno has quit IRC02:56
*** cp16net is now known as cp16net|away02:58
rkukuraarosen: do you have a second?02:59
*** jkff has quit IRC03:03
*** Ryan_Lane has quit IRC03:03
*** negronjl has joined #openstack-dev03:06
*** mjfork has quit IRC03:12
*** s0mik has joined #openstack-dev03:19
*** jkff has joined #openstack-dev03:19
*** jkff has quit IRC03:20
*** markmcclain has quit IRC03:24
*** jkff has joined #openstack-dev03:25
*** martine has quit IRC03:28
*** markmcclain has joined #openstack-dev03:29
*** jkff has quit IRC03:32
*** samkottler has quit IRC03:33
*** samkottler has joined #openstack-dev03:33
*** markmcclain has quit IRC03:33
*** thinrhino has joined #openstack-dev03:35
*** zhuadl has quit IRC03:37
*** hugokuo has quit IRC03:38
*** thinrhino has quit IRC03:38
*** JeDii has quit IRC03:40
*** Ryan_Lane has joined #openstack-dev03:41
*** tacy_lee1 has joined #openstack-dev03:43
*** tacy_lee1 has left #openstack-dev03:43
*** spiffxp has quit IRC03:48
*** spiffxp has joined #openstack-dev03:58
*** nati_uen_ has quit IRC04:01
*** nati_ueno has joined #openstack-dev04:02
*** ncode has quit IRC04:02
*** lloydde has joined #openstack-dev04:06
*** shang has quit IRC04:07
*** littleidea has joined #openstack-dev04:09
*** smoser has quit IRC04:16
*** smoser has joined #openstack-dev04:16
*** s0mik has quit IRC04:17
*** andrewsmedina has quit IRC04:21
*** andrewsmedina has joined #openstack-dev04:23
*** samkottler is now known as samkottler|afk04:25
*** s0mik has joined #openstack-dev04:28
*** spiffxp has quit IRC04:32
*** s0mik has quit IRC04:36
*** EmilienM has joined #openstack-dev04:36
*** EmilienM has left #openstack-dev04:36
*** andrewsmedina has quit IRC04:38
*** EmilienM has joined #openstack-dev04:39
*** jkff has joined #openstack-dev04:41
*** garyk has quit IRC04:42
*** koolhead17 has joined #openstack-dev04:45
*** sacharya has quit IRC04:47
*** thinrhino has joined #openstack-dev04:47
*** nati_uen_ has joined #openstack-dev04:50
*** nati_uen_ has quit IRC04:52
*** nati_uen_ has joined #openstack-dev04:52
*** nati_ueno has quit IRC04:53
*** tacy_lee1 has joined #openstack-dev04:58
*** thingee is now known as thingee_zz04:59
*** thingee_zz is now known as thingee_zzz05:00
*** Mandell has joined #openstack-dev05:01
*** nati_uen_ has quit IRC05:03
*** tacy_lee1 has left #openstack-dev05:06
*** anniec has joined #openstack-dev05:07
*** JStoker has quit IRC05:15
*** jkff has quit IRC05:15
*** dolphm has joined #openstack-dev05:24
*** chmouel has quit IRC05:25
*** koolhead17 has quit IRC05:33
*** littleidea has quit IRC05:35
*** garyk has joined #openstack-dev05:36
*** JStoker has joined #openstack-dev05:36
*** Mandell has quit IRC05:36
*** Mandell has joined #openstack-dev05:37
*** Mandell has quit IRC05:41
*** koolhead17 has joined #openstack-dev05:46
openstackgerritA change was merged to openstack/quantum: fix bug where network owned resources block delete  https://review.openstack.org/1199605:55
*** GheRivero has joined #openstack-dev05:59
*** hattwick has quit IRC06:00
*** Mandell has joined #openstack-dev06:01
*** thovden has joined #openstack-dev06:08
*** thovden has quit IRC06:16
*** zhuadl has joined #openstack-dev06:18
arosenHI rkukura sorry i never got your message I was logged in else where when you messaged me.06:27
aroseni'm here now though :)06:27
*** mindpixel has joined #openstack-dev06:33
*** rohitk has joined #openstack-dev06:37
*** Mandell has quit IRC06:40
*** GheRivero has quit IRC06:40
*** anniec has left #openstack-dev06:48
*** mrunge has joined #openstack-dev06:50
*** rafaduran has joined #openstack-dev06:51
*** GheRivero has joined #openstack-dev06:54
*** lloydde has quit IRC06:55
*** lloydde has joined #openstack-dev06:55
*** Slower has quit IRC06:59
*** lloydde has quit IRC07:00
*** dachary has joined #openstack-dev07:01
*** Ryan_Lane has quit IRC07:04
*** Ryan_Lane has joined #openstack-dev07:05
*** tacy_lee1 has joined #openstack-dev07:05
*** tacy_lee1 has left #openstack-dev07:06
*** Ryan_Lane has quit IRC07:13
*** zhuadl_ has joined #openstack-dev07:15
*** dansmith_ has joined #openstack-dev07:16
*** dansmith has quit IRC07:17
*** zhuadl has quit IRC07:18
*** zhuadl_ is now known as zhuadl07:18
*** reidrac has joined #openstack-dev07:23
*** cp16net|away is now known as cp16net07:28
*** zhuadl has quit IRC07:32
*** tacy_lee1 has joined #openstack-dev07:32
*** zhuadl has joined #openstack-dev07:33
*** tacy_lee1 has left #openstack-dev07:38
*** zing has joined #openstack-dev07:41
*** GheRivero has quit IRC07:50
*** GheRivero has joined #openstack-dev07:51
*** chmouel has joined #openstack-dev08:00
*** zhuadl has quit IRC08:00
*** chmouel has quit IRC08:03
*** derekh has joined #openstack-dev08:04
*** dave_mcn has quit IRC08:05
*** cloudfly has quit IRC08:12
*** rmk has quit IRC08:12
*** almaisan-away is now known as al-maisan08:13
*** rmk has joined #openstack-dev08:19
*** zaneb has joined #openstack-dev08:19
*** cloudfly has joined #openstack-dev08:19
*** darraghb has joined #openstack-dev08:24
*** rmk has quit IRC08:25
*** cloudfly has quit IRC08:26
*** cloudfly has joined #openstack-dev08:27
*** rmk has joined #openstack-dev08:28
*** erikzaadi has joined #openstack-dev08:28
*** rbasak has joined #openstack-dev08:30
*** apevec has joined #openstack-dev08:31
*** apevec has joined #openstack-dev08:31
*** rafaduran has quit IRC08:34
*** wb_ has joined #openstack-dev08:40
*** hattwick has joined #openstack-dev08:42
*** cloudfly has quit IRC08:57
*** rmk has quit IRC08:59
*** pixelbeat has joined #openstack-dev08:59
*** cloudfly has joined #openstack-dev09:00
*** rmk has joined #openstack-dev09:07
Adri2000looking at nova blueprints, I doubt https://blueprints.launchpad.net/nova/+spec/robertpattinson will be implemented :)09:07
*** cloudfly has quit IRC09:09
*** cloudfly has joined #openstack-dev09:10
*** rods1 has joined #openstack-dev09:11
*** jongleur has joined #openstack-dev09:11
jongleurHi. I would like to change the dashboards VNC viewer to have an adjustable size in the user interface; but I don't find that view in the dashboard-source. any hints?09:12
EmilienMdid you check http://goo.gl/ngvtR ?09:14
EmilienM^ jongleur09:14
uvirtbotEmilienM: Error: "jongleur" is not a valid command.09:14
EmilienM-> /usr/share/pyshared/horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_vnc.html09:15
jongleurnow I did, yes ;) thanks09:16
jongleurare patches welcome here? I mean - I don't want to set up a fixed new size that's plain different; but make the iframe adjustable in size (works for me when changing that using firebug)09:17
jongleurmy idea is to have an adjustable vnc window that allows to be resized by the user according to his needs: browser window size, VM resolution and so on09:18
*** cloudfly has quit IRC09:18
jongleurand (at least, if): where's that code in github?09:20
*** koolhead17 has quit IRC09:20
*** cloudfly has joined #openstack-dev09:22
*** jongleur has quit IRC09:24
*** chmouel has joined #openstack-dev09:26
*** jongleur has joined #openstack-dev09:27
*** Edward_Zhang has joined #openstack-dev09:27
*** rods1 has quit IRC09:27
*** rods1 has joined #openstack-dev09:30
*** cloudfly has quit IRC09:31
EmilienMjongleur: you can do that in javascript I guess09:33
*** Edward_Zhang has quit IRC09:33
*** Edward_Zhang_ has joined #openstack-dev09:33
*** Edward_Zhang_ is now known as Edward_Zhang09:34
jongleurEmilienM: sure, I think I can do it even in html ;)09:34
jongleur(or css)09:34
EmilienMdon't forget to share :p09:34
jongleurmy problem was just to find the place in source, as it's not helpful to adjust it in firebug again and again09:34
jongleurEmilienM: that's why I ask if the patch is welcome ;)09:35
*** chmouel has quit IRC09:35
*** cloudfly has joined #openstack-dev09:36
EmilienMif you can't get a response here, use https://answers.launchpad.net/horizon/+addquestion09:37
*** chmouel has joined #openstack-dev09:42
*** rohitk_1 has joined #openstack-dev09:44
*** rohitk has quit IRC09:44
*** rohitk has joined #openstack-dev09:49
*** rohitk_1 has quit IRC09:51
*** Edward_Zhang_ has joined #openstack-dev10:04
*** Edward_Zhang has quit IRC10:05
*** Edward_Zhang_ is now known as Edward_Zhang10:05
*** xchu has quit IRC10:05
*** rods1 has quit IRC10:08
*** zhuadl has joined #openstack-dev10:09
*** mikal has quit IRC10:13
*** mikal has joined #openstack-dev10:14
*** rmk has quit IRC10:16
*** al-maisan is now known as almaisan-away10:22
*** Edward_Zhang has quit IRC10:23
*** kyriakos has joined #openstack-dev10:24
*** rmk has joined #openstack-dev10:25
*** jongleur has quit IRC10:34
*** zhuadl has quit IRC10:36
*** zhuadl has joined #openstack-dev10:36
*** jongleur has joined #openstack-dev10:36
*** cloudvirt has joined #openstack-dev10:36
*** zhuadl has quit IRC10:43
*** ijw has left #openstack-dev10:45
*** ijw has joined #openstack-dev10:45
*** ijw has left #openstack-dev10:45
*** ijw has joined #openstack-dev10:46
*** ollie2 has joined #openstack-dev10:51
*** mrunge has quit IRC10:52
*** thinrhin_ has joined #openstack-dev10:55
*** thinrhino has quit IRC10:58
*** cloudvirt has quit IRC10:59
*** thinrhino has joined #openstack-dev11:00
*** koolhead17 has joined #openstack-dev11:03
ollie2Hi, could someone here approve my application to the 'openstack Contributors' launchpad team, my  entry on wiki.openstack.org/Contributors is 'Oliver leahy' and the link to my CLA signature is at https://rackspace.echosign.com/verifier?tx=Z5M9RGU3P4I54C   Thanks11:03
*** thinrhin_ has quit IRC11:03
*** adalbas has joined #openstack-dev11:04
*** cloudvirt has joined #openstack-dev11:11
chmouelollie2: done.11:15
*** milner has joined #openstack-dev11:16
*** mnewby has joined #openstack-dev11:23
*** thinrhin_ has joined #openstack-dev11:26
ollie2chmouel Thank you!11:28
*** thinrhino has quit IRC11:29
*** mjfork has joined #openstack-dev11:33
*** waa has quit IRC11:41
*** maurosr has joined #openstack-dev11:43
*** rafaduran has joined #openstack-dev11:47
*** zaneb has quit IRC12:01
*** zaneb has joined #openstack-dev12:01
*** mrunge has joined #openstack-dev12:02
*** gongysh has joined #openstack-dev12:05
*** shang has joined #openstack-dev12:10
*** almaisan-away is now known as al-maisan12:17
*** martine has joined #openstack-dev12:19
*** lts has joined #openstack-dev12:19
openstackgerritA change was merged to openstack/nova: Fix PEP8 issues.  https://review.openstack.org/1205112:20
*** dolphm_ has joined #openstack-dev12:24
*** thinrhin_ has quit IRC12:26
*** cloudvirt has quit IRC12:28
*** halfss has joined #openstack-dev12:30
*** mrunge has quit IRC12:31
*** rods1 has joined #openstack-dev12:36
*** jrd-redhat has joined #openstack-dev12:38
*** cloudvirt has joined #openstack-dev12:38
*** roge has joined #openstack-dev12:41
*** halfss has quit IRC12:41
*** sandywalsh has joined #openstack-dev12:43
*** littleidea has joined #openstack-dev12:43
*** sandywalsh_ has quit IRC12:44
*** zaneb has quit IRC12:44
*** zaneb has joined #openstack-dev12:45
*** tgall_foo has quit IRC12:56
*** kbringard has joined #openstack-dev12:57
*** thinrhino has joined #openstack-dev12:59
*** markmc has joined #openstack-dev12:59
*** maurosr has quit IRC13:01
*** GheRivero has quit IRC13:03
*** dprince has joined #openstack-dev13:03
*** sandywalsh_ has joined #openstack-dev13:06
*** maurosr has joined #openstack-dev13:07
*** maurosr has quit IRC13:07
*** sandywalsh has quit IRC13:07
*** zhuadl has joined #openstack-dev13:07
*** maurosr has joined #openstack-dev13:08
*** blamar has joined #openstack-dev13:10
chmouelmtaylor: ping13:11
*** salv-orlando has joined #openstack-dev13:15
*** mrunge has joined #openstack-dev13:17
*** e1mer has quit IRC13:19
*** samkottler|afk is now known as samkottler13:23
*** jongleur has quit IRC13:26
*** nati_ueno has joined #openstack-dev13:27
LinuxJedichmouel: he is at burning man13:28
*** martine has quit IRC13:28
LinuxJedichmouel: no internet/phone/civilisation until next week13:28
*** japage has joined #openstack-dev13:28
*** rpedde_away is now known as rpedde13:29
chmouelLinuxJedi: oh cool, cheers.13:29
*** nati_ueno has quit IRC13:30
*** nati_ueno has joined #openstack-dev13:30
*** tgall_foo has joined #openstack-dev13:31
*** tgall_foo has quit IRC13:31
*** tgall_foo has joined #openstack-dev13:31
*** mtreinish has joined #openstack-dev13:31
*** blamar has quit IRC13:34
*** blamar has joined #openstack-dev13:38
*** zaneb has quit IRC13:45
*** cloudvirt has quit IRC13:46
*** dspano has joined #openstack-dev13:47
*** sacharya has joined #openstack-dev13:48
*** GheRivero has joined #openstack-dev13:49
*** halfss has joined #openstack-dev13:54
*** thinrhino has quit IRC13:54
*** tgall_foo has quit IRC13:55
*** sacharya has quit IRC13:55
*** edygarcia has joined #openstack-dev13:57
*** cloudvirt has joined #openstack-dev13:57
*** Mandell has joined #openstack-dev13:58
*** cloudvirt has quit IRC14:00
*** jimfehlig has joined #openstack-dev14:00
*** rpedde is now known as rpedde_away14:02
*** Mandell has quit IRC14:02
*** tgall_foo has joined #openstack-dev14:03
*** tgall_foo has quit IRC14:03
*** tgall_foo has joined #openstack-dev14:03
*** PotHix has joined #openstack-dev14:07
*** Mandell has joined #openstack-dev14:09
*** sunxin has joined #openstack-dev14:10
*** andrewsmedina has joined #openstack-dev14:11
*** zhuxuegang has joined #openstack-dev14:13
*** Mandell has quit IRC14:13
*** nati_uen_ has joined #openstack-dev14:18
*** datsun180b has joined #openstack-dev14:19
*** jkff has joined #openstack-dev14:20
mjforkcan anyone explain what the sm_* tables are in Cinder?  are they specific to the Xen driver in some manner?14:21
*** wb_ has quit IRC14:21
*** nati_ueno has quit IRC14:22
*** salv-orlando has quit IRC14:23
*** jtran has joined #openstack-dev14:24
*** ncode has joined #openstack-dev14:28
*** sacharya has joined #openstack-dev14:29
*** matiu has quit IRC14:32
openstackgerritA change was merged to openstack/nova: Do not run pylint by default  https://review.openstack.org/1207714:33
*** dachary has quit IRC14:33
*** dachary has joined #openstack-dev14:34
*** zhuadl has quit IRC14:35
*** tgall_foo has quit IRC14:36
*** sunxin has quit IRC14:36
*** nati_uen_ has quit IRC14:39
*** nati_ueno has joined #openstack-dev14:40
*** salv-orlando has joined #openstack-dev14:44
*** apevec has quit IRC14:44
*** tgall_foo has joined #openstack-dev14:45
*** tgall_foo has quit IRC14:45
*** tgall_foo has joined #openstack-dev14:45
*** s0mik has joined #openstack-dev14:48
bcwaldonjerdfelt: ping14:50
*** mrunge has quit IRC14:50
Adri2000why does InstancesTypes have both an id and a flavorid? what's the purpose of flavorid?14:57
EmilienMnice shot Adri2000 :)14:59
*** utlemming has quit IRC15:00
*** maoy has joined #openstack-dev15:01
*** tgall_foo has quit IRC15:01
*** s0mik has quit IRC15:01
*** reidrac has quit IRC15:02
*** utlemming has joined #openstack-dev15:05
Adri2000EmilienM: hmm? there must be a reason :) (which may or may not still be valid today)15:06
*** matiu has joined #openstack-dev15:06
*** matiu has quit IRC15:06
*** matiu has joined #openstack-dev15:06
EmilienMAdri2000: I just check the database, that's strange :D15:07
EmilienMthat's a good question for nova specialists15:07
bcwaldonAdri2000: I can share that fun fact with you15:08
bcwaldonAdri2000: so the 'id' is the internal autoincrement identifier for that table15:08
bcwaldonAdri2000: the 'flavorid' is a string field used to represent the instance type, or flavor, in the openstack compute api15:09
bcwaldonAdri2000: flavorid can be reused as you create new instance type objects while the integer id cannot15:09
*** nati_uen_ has joined #openstack-dev15:09
bcwaldonAdri2000: so it *does* have a purpose, however hacky it might look15:10
*** nati_ueno has quit IRC15:12
Adri2000ok. I asked after "nova-manage flavor create" forced me to give a "flavor id". maybe by default it could automatically generate it?15:13
bcwaldonAdri2000: that would be nice15:18
bcwaldonAdri2000: would you like to file a bug?15:19
Adri2000will do, and will try to prepare a patch15:21
bcwaldonAdri2000: awesome15:21
rohitkCan I put two bug IDs in the commit message "Fixes LP Bug" line such that Gerrit updates both bugs in LP?15:24
*** maoy has quit IRC15:24
*** maoy has joined #openstack-dev15:25
*** nati_uen_ has quit IRC15:25
*** zhuxuegang has quit IRC15:26
bcwaldonrohitk: I think it will, but it will only use a single gerrit topic (which doesnt really matter)15:26
*** heckj has joined #openstack-dev15:27
*** andrewbogott_afk is now known as andrewbogott15:27
rohitkbcwaldon: yes, it doesnt matter to me, thanks, will give it a try15:27
bcwaldonrohitk: keep in mind it would be best to break bug fixes up when possible15:27
rohitkbcwaldon: yes, thats best practice, but in this particular case I had two kill two birds in a shot :)15:28
bcwaldonrohitk: yep, and sometimes there are exceptions!15:28
*** jerry_ has joined #openstack-dev15:29
rohitkbcwaldon: do those bugs need to be space separated ? Like Fixes LP Bug #123 #456 ?15:30
uvirtbotLaunchpad bug 123 in launchpad "There's no direct way to see the project info when translating it" [Medium,Fix released] https://launchpad.net/bugs/12315:30
bcwaldonrohitk: put them on separate lines15:30
rohitkbcawaldon:ok15:30
*** jerry_ has left #openstack-dev15:31
*** zaneb has joined #openstack-dev15:32
*** mindpixel has quit IRC15:33
*** jkff has quit IRC15:35
bcwaldonjerdfelt: https://review.openstack.org/#/c/11612/15:37
*** halfss has quit IRC15:39
bcwaldonCI TEAM, ASSEMBLE!15:39
bcwaldonjeblair slash clarkb15:39
clarkbbcwaldon: yes?15:40
bcwaldonSo this is test run makes it evident that there's some leakage between test runs: http://logs.openstack.org/12127/1/check/gate-glance-python27/1610/console.html15:40
bcwaldonclarkb: I added a migration 16 in a completely separate branch15:40
bcwaldonclarkb: and the tests blew up about it on a completely different review15:40
bcwaldonclarkb: I'll say 'completely' one more time just for good measure15:41
*** salv-orlando has quit IRC15:41
*** rnirmal has joined #openstack-dev15:42
*** erikzaadi has quit IRC15:43
jeblairbcwaldon: what's the other change (where you added 16)?15:43
bcwaldonhttps://review.openstack.org/#/c/12090/15:44
*** garyk has quit IRC15:47
*** arosen has quit IRC15:47
*** tgall_foo has joined #openstack-dev15:49
*** tgall_foo has quit IRC15:49
*** tgall_foo has joined #openstack-dev15:49
*** cp16net is now known as cp16net|away15:49
jgriffithmarkmc: ping15:50
markmcjgriffith, yo15:50
jgriffithmarkmc: Hey man... just curious, did that PPB request regarding headers I filed ever go anywhere?15:50
jgriffithmarkmc: More accurately did you guys ever get any notification/visibility on it?15:51
*** daddyjoseph97 has joined #openstack-dev15:51
markmcjgriffith, nope, there's not been a PPB meeting since15:51
jgriffithmarkmc: Oh.. good point15:51
markmcjgriffith, I'm not sure how it all works, actually15:51
jgriffith:)15:51
jgriffithLOL15:51
markmcjgriffith, there's not been a meeting since I joined it :)15:51
markmcoh, yeah15:52
jgriffithmarkmc: Me neither, didn't know if there was a magic email list that received notifications or if I need to raise my hand at the next meeting15:52
markmcI don't think I'm even on its mailing list15:52
markmchttps://lists.launchpad.net/openstack-poc/15:52
jgriffithmarkmc: Ahhh15:52
jgriffithCool!15:52
markmcI expect we'll sort it out not that it's being renamed to the Technical Committee15:52
markmcnow that ...15:52
*** salv-orlando has joined #openstack-dev15:52
*** al-maisan is now known as almaisan-away15:53
jgriffithmarkmc: Either that or confuse it a bit15:53
jgriffith:)15:53
*** jdurgin has joined #openstack-dev15:53
clarkbjeblair: bcwaldon looks like https://jenkins.openstack.org/job/gate-glance-python27/1608/consoleFull failed for the same reason15:53
*** nati_ueno has joined #openstack-dev15:56
*** rnirmal_ has joined #openstack-dev15:56
bcwaldonameade: hey15:57
*** salv-orlando has quit IRC15:57
*** datsun180b has quit IRC15:58
*** rohitk has quit IRC15:58
*** datsun180b_ has joined #openstack-dev15:58
*** rnirmal has quit IRC15:59
*** rnirmal_ is now known as rnirmal15:59
*** datsun180b_ has quit IRC15:59
heckjmarkmc: It's sort of the natural order to leave new PTLs so of wondering WTF is going on - don't take it personally :-)16:00
mjforkjgriffith: can you tell me about the sm_flavors table in Cinder? is it some how specific to xen?16:00
bcwaldonjeblair: and https://review.openstack.org/#/c/12119/ gave me a link to a failed test run that returns a 40416:01
jgriffithmjfork: Yes, it's specific to Xen16:01
bcwaldonjeblair: http://logs.openstack.org/12119/5/gate/gate-python-glanceclient-python26/32816:01
jgriffithmjfork: TBH if you want details you'll probably be better off talking to Renuka about them16:01
mjforkjgriffith: no, thats ok. wanted to make sure i was interpreting right.16:02
*** salv-orlando has joined #openstack-dev16:02
jgriffithmjfork: Yep, all the sm_ references are Xen specific16:02
*** jkff has joined #openstack-dev16:02
jeblairbcwaldon: https://jenkins.openstack.org/job/gate-python-glanceclient-python26/328/console16:03
mjforkare volume_types expected to be "classes" i.e. gold/silver/bronze, red/purple/green, or replicated/replicated-offsite/etc16:03
jeblairbcwaldon: looks like jenkins is being awesome again.  :/16:03
bcwaldonjeblair: yay16:03
*** blamar has quit IRC16:04
*** rafaduran has quit IRC16:07
*** s0mik has joined #openstack-dev16:08
jeblairbcwaldon: what do you make of this?  http://paste.openstack.org/show/20547/16:08
dansmith_davidkranz: any chance we can move some more of these patches into tree?16:08
jeblairbcwaldon: that's running on a jenkins slave that is not currently running any jobs16:08
dansmith_davidkranz: seems like we've been kinda stalled for a couple days now16:08
bcwaldonjeblair: :|16:08
bcwaldonjeblair: so that could be a problem16:08
dansmith_davidkranz: several have been previously +2'd and just needed rebasing I think16:09
*** dansmith_ is now known as dansmith16:09
bcwaldonjeblair: I will confirm the obvious, that should not happen16:09
mjforkjgriffith: forgot to put you on this question earlier: are volume_types expected to be "classes" i.e. gold/silver/bronze, red/purple/green, or replicated/replicated-offsite/etc16:09
jeblairbcwaldon: any chance that could cause the schema upgrade weirdness, or are we looking at two different things?16:09
bcwaldonjeblair: its not immediately obvious how that would affect the schema weirdness16:09
jgriffithmjfork: Not necessarily no16:10
jeblairbcwaldon: yay.  i love more things.16:10
bcwaldonjeblair: but I could be wrong16:10
bcwaldonjeblair: its just not *immeditealy* obvious16:10
jgriffithmjfork: Interesting timing as there's been quite a debate brewing on that very subject16:10
jgriffithmjfork: My initial answer has been they're somewhat analagous to instance flavors16:10
*** salv-orlando has quit IRC16:10
mjforkjgriffith: so they specify a size?16:11
jgriffithmjfork: No16:11
jeblairbcwaldon: so jenkins is pretty good about identifying and killing procs when jobs end -- you may have found a way around that.16:11
davidkranzdansmith: I will take a look in the next hour or two.16:11
jgriffithmjfork: My first thought is they specify back-end driver/node16:11
mjforkjgriffith: i think of falvors in compute as a billing unit and the equivalent in storage is the "class"16:11
dansmithdavidkranz: okay, thanks.. hate to be a bother, but..16:11
jgriffithmjfork: This is where the turmoil begins :)16:11
dansmithdavidkranz: When we get these in, I'll leave you alone for like a whole week.. I promise :)16:11
jeblairbcwaldon: i'll kill any of those that are running on the slaves now and we'll see if it happens again16:11
jeblairclarkb: ^ (fyi)16:12
bcwaldonkk16:12
jgriffithmjfork: So the otehr side of the discussion is that there is still flexibility for an admin to define the types how they want16:12
jgriffithmjfork: Things like QoS however I think needs a better solution, perhaps it's own solution16:12
mjforkjgriffith: as a deployer, do i target a "type" of volume at create like i target a flavor for compute?16:13
jgriffithmjfork: yes16:13
mjforkjgriffith: and, in that case, it would be the unit of billing (proibably measued in GB/hrs or similar)16:13
*** jrd-redhat has quit IRC16:14
jgriffithyes, to the customer... but what does it mean in terms of the internals?16:14
jgriffithmjfork: My thought was that things like backend, 10 G versus 1G etc16:14
jgriffithmjfork: Those would be what coorelate to different billing levels16:15
mjforkjgriffith: i was thinking at as an admin, i need to specify the type of each serice16:15
maoyjeblair, markmc: the pylint test will always fail for stable/essex, since the lintstack code is not back ported.16:15
*** GheRivero has quit IRC16:15
jgriffithmjfork: Yes, if I'm undesrtanding your correctly I believe we're on the same page there16:15
mjforkjgriffith: i may name my types 10GB or 1GB or Gold and Silver, but i explicity target each volume-service at a type16:15
maoymarkmc: hopefully it doesn't bother anyone too much?16:16
jgriffithmjfork: Yep, that's my thought16:16
jgriffithmjfork: The only thing that gets interesting is for example when a single back-end can provide multiple levels of QOS16:16
mjforkjgriffith: and mapping differing QoS to classes is an Admin function - you may have slightly different cpabilties, but not enough for a new class so i lump them togheer16:17
mjforkjgriffith: i was thinking of that - hav eyou followed the baremetal compute node thread?16:17
jgriffithmjfork: Wow!  Where were you when I was getting beat up on this last week!16:17
*** nati_uen_ has joined #openstack-dev16:17
mjforkjgriffith: in that model, each nova-compute service registers many entires in compute_nodes16:17
jeblairmaoy: we should be able to configure zuul to only run that job on not stable/diablo or stable/essex branches.16:17
mjforkjgriffith: each compute node has capabilties (in this case, each one would have a "type")16:17
mjforkjgriffith: and the scheuduler selects a compute_node, casts it to the compute_node.service.host and the payload conatains the compute_nod ethat was selected16:18
maoyjeblair: that'd be a good idea! didn't know we could do that16:18
jgriffithmjfork: Yes, almost exactly the same sort of thing I had in mind16:18
mjforkjgriffith: going that route gives the exact same semantics as nova allows16:18
mjforkjgriffith: well, the bare metal compute node team has blazed that trail :-)16:19
*** salv-orlando has joined #openstack-dev16:19
jgriffithmjfork: The remaining piece that I want to get input for at the summit is dealing with back-ends that take any combination of inputs for QOS16:19
jgriffithmjfork: minIOPS, maxIOPS, burst......16:19
mjforkjgriffith: as in, each volume can have a distinct QosS16:19
jgriffithmjfork: Exactly!16:19
jgriffithmjfork: My company is an example of that16:20
jgriffithmjfork: And extra_specs isn't a good answer :)16:20
*** pixelbeat has quit IRC16:20
mjforkjgriffith: are you as a service provider going to allow any combination of selections and charge a different amount for each feature tha tis enabled?16:20
*** nati_ueno has quit IRC16:21
jgriffithmjfork: I'm not a service provider, but our customers (service providers) have voiced that that is exactly what they want to do16:21
jgriffithmjfork: They also give their customers the ability to dial it up or down on the fly (and adjust their billing based on it)16:22
mjforkjgriffith: ok, thats different. no existing model in openstack to follow. my initial thought - i would vote for keeping it simple and just say that you target a type and types have specific connotations, and the driver has to create it properly16:22
mjforkjgriffith: but clearly not flexible enough16:22
jgriffithmjfork: Yup, that's how I want to start and build on it16:23
*** Mandell has joined #openstack-dev16:23
jgriffithmjfork: Right now I'm using a hacky method of reading volume metadata for this16:23
mjforkjgriffith: i need to run for now, thanks for the time.  i have some more questions and wil try and catch you later.16:23
jgriffithmjfork: Thank you!16:23
jgriffithmjfork: later16:23
*** sacharya has quit IRC16:23
*** lloydde has joined #openstack-dev16:24
*** s0mik has quit IRC16:25
*** nati_ueno has joined #openstack-dev16:25
*** spiffxp has joined #openstack-dev16:25
*** troytoman-away has quit IRC16:26
*** troytoman-away has joined #openstack-dev16:26
*** salv-orlando has quit IRC16:27
*** nati_uen_ has quit IRC16:28
*** sacharya has joined #openstack-dev16:28
*** samkottler is now known as samkottler|lunch16:29
*** gongysh has quit IRC16:29
Adri2000what's the good syntax for linking to LP bugs in commit messages? I find slightly different thingsi n the wiki16:30
Adri2000looks like "Fixes: bug #..." should work16:34
*** almaisan-away is now known as al-maisan16:38
clarkbAdri2000: this is the regex from the script that syncs between LP and Gerrit r'([Bb]ug|[Ll][Pp])[\s#:]*(\d+)' so anything fitting into that should work16:38
*** colinmcnamara has joined #openstack-dev16:38
Adri2000ok :)16:39
Adri2000is it possible to submit a review to gerrit even though the CLA is not yet signed?16:39
clarkbno16:39
clarkbthe user sync between LP and Gerrit is done using the openstack-cla group on LP. So you must be a member of that group to get an account on review.openstack.org16:40
*** s0mik has joined #openstack-dev16:40
Adri2000ok16:40
*** al-maisan is now known as almaisan-away16:40
openstackgerritA change was merged to openstack/python-swiftclient: PEP8 cleanup.  https://review.openstack.org/1212116:40
*** salv-orlando has joined #openstack-dev16:42
*** colinmcnamara has quit IRC16:42
*** rohitk has joined #openstack-dev16:42
*** markmcclain has joined #openstack-dev16:43
*** markmc has quit IRC16:48
*** colinmcnamara has joined #openstack-dev16:48
colinmcnamarahow often are contributors being approved for the16:51
colinmcnamara“OpenStack Contributors” team16:51
*** adalbas has quit IRC16:51
colinmcnamarahad a request pending since the 24th, and want to check some code in for review16:52
claygjgriffith: is there a new time/date for the cinder meeting?16:52
jgriffithclayg: :(16:53
jgriffithclayg: It was cancelled this week16:53
jgriffithclayg: I was the only one that had anything16:54
jgriffithclayg: Not really cancelled, but never started.16:54
jgriffithclayg: Sorry about that, I've asked anybody that has anything to pop in to openstack-cinder16:55
*** Slower has joined #openstack-dev16:56
*** aryan has quit IRC16:56
*** zing has quit IRC16:58
*** aryan has joined #openstack-dev16:59
Adri2000bcwaldon: fyi: bug #1043410 is what we were talking about earlier, and has a patch attached as I can't push to gerrit yet (first patch for OpenStack so comments welcome, really :))16:59
uvirtbotLaunchpad bug 1043410 in nova "nova-manage create flavor shouldn't require a flavorid" [Undecided,In progress] https://launchpad.net/bugs/104341016:59
*** Dr_Who has joined #openstack-dev17:01
*** Dr_Who has quit IRC17:01
*** Dr_Who has joined #openstack-dev17:01
ijwHow many of the virtualisation drivers actually have Quantum support?  I can see it in libvirt, but XenAPI doesn't, for instance.17:01
ijwWell, doesn't seem to have a VIF class for it, anyway.17:01
*** tgall_foo has quit IRC17:01
*** rbasak has quit IRC17:02
*** samkottler|lunch is now known as samkottler17:02
*** cloudvirt has joined #openstack-dev17:02
*** darraghb has quit IRC17:03
*** adalbas has joined #openstack-dev17:03
*** derekh has quit IRC17:04
andrewbogottBefore I send a list email… does anyone happen to know if/how floating IPs are currently handled in Quantum?17:04
*** cloudvirt has left #openstack-dev17:05
*** sacharya has quit IRC17:06
*** littleidea has quit IRC17:09
*** jkff has quit IRC17:09
*** sacharya has joined #openstack-dev17:09
*** blamar has joined #openstack-dev17:12
*** kyriakos has quit IRC17:14
*** rbasak has joined #openstack-dev17:14
*** janisg has joined #openstack-dev17:15
*** colinmcnamara has quit IRC17:25
openstackgerritA change was merged to openstack/python-swiftclient: PEP8 issues fixed  https://review.openstack.org/1209417:26
*** s0mik has quit IRC17:27
*** hemna has joined #openstack-dev17:29
*** cloudvirt has joined #openstack-dev17:30
*** jkff has joined #openstack-dev17:31
*** mrunge has joined #openstack-dev17:33
*** arosen has joined #openstack-dev17:34
*** mrunge has quit IRC17:39
*** zaneb has quit IRC17:41
*** zaneb has joined #openstack-dev17:44
*** s0mik has joined #openstack-dev17:47
*** derekh has joined #openstack-dev17:47
*** adalbas has quit IRC17:50
*** s0mik has quit IRC17:51
*** s0mik has joined #openstack-dev17:55
*** adalbas has joined #openstack-dev18:02
*** Dr_Who has quit IRC18:02
*** arosen has quit IRC18:04
*** arosen has joined #openstack-dev18:04
*** Dr_Who has joined #openstack-dev18:05
*** Dr_Who has quit IRC18:06
*** Dr_Who has joined #openstack-dev18:06
*** epim has joined #openstack-dev18:06
*** s0mik has quit IRC18:07
*** tgall_foo has joined #openstack-dev18:07
*** tgall_foo has quit IRC18:07
*** tgall_foo has joined #openstack-dev18:07
*** jrd-redhat has joined #openstack-dev18:09
*** lloydde_ has joined #openstack-dev18:09
*** Dr_Who has quit IRC18:10
*** lloydde has quit IRC18:12
*** Ryan_Lane has joined #openstack-dev18:14
*** esheffield has joined #openstack-dev18:19
openstackgerritA change was merged to openstack/swift: Remove the gettext wrapper of server_type.  https://review.openstack.org/1203318:19
*** cloudvirt has quit IRC18:19
*** blamar has quit IRC18:20
*** blamar has joined #openstack-dev18:23
*** bitblt has joined #openstack-dev18:25
*** bitblt has joined #openstack-dev18:25
s1rpjust tossed out a HACKING update proposal, would be interested in feedback https://review.openstack.org/#/c/12140/18:27
*** ayoung has joined #openstack-dev18:28
*** esheffield has quit IRC18:28
*** esheffield has joined #openstack-dev18:28
*** rohitk has quit IRC18:29
*** cp16net|away is now known as cp16net18:29
*** harlowja has quit IRC18:29
*** sacharya has quit IRC18:32
*** cp16net is now known as cp16net|away18:33
*** salv-orlando has quit IRC18:34
*** sacharya has joined #openstack-dev18:38
*** nati_ueno has quit IRC18:39
*** mnewby has quit IRC18:42
*** mnewby_ has joined #openstack-dev18:43
bcwaldondolphm_ and heckj: https://bugs.launchpad.net/keystone/+bug/104347918:44
uvirtbotLaunchpad bug 1043479 in keystone "auth token middleware is an upgrade bottleneck" [Undecided,New]18:44
*** epim has quit IRC18:44
*** mnewby_ has quit IRC18:44
*** mnewby_ has joined #openstack-dev18:45
jeblairbcwaldon: i ran the same changes from builds 1605 to 1610 on the same jenkins slave in order, and was unable to reproduce the schema 16 bug18:46
bcwaldonjeblair: well dang18:46
bcwaldonjeblair: maybe it was that rogue glance-reg18:46
jeblairbcwaldon: so either it's more complicated than that (something even before 1605), or it's not reproducible...18:46
jeblairbcwaldon: or the rogue glance-reg.  :/18:47
*** jkff has quit IRC18:47
jeblairbcwaldon: lemme know if you see something like that again18:47
jeblairbcwaldon: i'll try to check in every now and then and see if glance-reg is running18:47
*** ayoung has quit IRC18:47
jeblairclarkb: ^18:48
*** garyk has joined #openstack-dev18:48
dolphmbcwaldon, should this just check for hasattr(cfg, 'CONF') as well? https://github.com/openstack/keystone/blob/master/keystone/middleware/auth_token.py#L11218:50
*** pixelbeat has joined #openstack-dev18:50
dolphmbcwaldon, on 12318:50
bcwaldondolphm: that might help18:51
bcwaldondolphm: I think this approach will cause some other weird issues down the road, though18:51
bcwaldondolphm: hasattr will fix it for now18:51
*** novas0x2a|laptop has joined #openstack-dev18:51
openstackgerritA change was merged to openstack/quantum: Ensure proper validation for l3 API attributes  https://review.openstack.org/1213918:53
*** andrewbogott is now known as andrewbogott_afk18:53
*** nati_ueno has joined #openstack-dev18:56
*** blamar has quit IRC18:56
openstackgerritA change was merged to openstack/quantum: Fix dhcp option distribution by dnsmasq  https://review.openstack.org/1208518:56
*** zaneb has quit IRC18:57
dolphmbcwaldon, can you test it? https://review.openstack.org/#/c/12147/18:57
*** nati_ueno has quit IRC18:57
*** nati_ueno has joined #openstack-dev18:57
*** nati_uen_ has joined #openstack-dev18:58
*** heckj has quit IRC18:58
bcwaldondolphm: yes19:00
bcwaldondolphm: +219:01
*** nati_ueno has quit IRC19:02
timello_anyone could provide any feebacks on https://review.openstack.org/#/c/12014 ? I'd appreciate it. Thanks!19:03
*** andrewbogott_afk is now known as andrewbogott19:06
dolphmbcwaldon, awesome19:06
*** novas0x2a|laptop has quit IRC19:17
bcwaldondolphm: is it encouraged to use the keystone_authtoken section in the service config rather than using paste?19:19
bcwaldondolphm: I would imagine so19:19
bcwaldondolphm: I just missed the memo about this option19:19
*** rohitk has joined #openstack-dev19:24
*** apevec has joined #openstack-dev19:25
*** apevec has joined #openstack-dev19:25
*** markmcclain has quit IRC19:34
*** dtroyer has quit IRC19:36
*** dtroyer has joined #openstack-dev19:36
*** littleidea has joined #openstack-dev19:37
*** koolhead17 has quit IRC19:38
claygdtroyer_zzz: wanted to pick your brain about the _ to - conversion for cinderclient -> https://review.openstack.org/#/c/11851/19:39
*** s0mik has joined #openstack-dev19:42
*** rohitk_1 has joined #openstack-dev19:43
*** rohitk has quit IRC19:43
*** harlowja has joined #openstack-dev19:43
*** arosen1 has joined #openstack-dev19:44
*** arosen has quit IRC19:44
*** maoy has quit IRC19:44
*** cdub__ has joined #openstack-dev19:45
*** arosen1 has quit IRC19:49
*** blamar has joined #openstack-dev19:50
*** cdub__ has quit IRC19:51
davidkranzjeblair: Jim, you there?19:51
clarkbdavidkranz: I think he is around. I am happy to help with CI related things though19:52
davidkranzclarkb: Thanks. Tempest continues to get sporadic failures that seem infrastructure related such as http://logs.openstack.org/11919/3/gate/gate-tempest-devstack-vm/9433/console.html19:53
davidkranzclarkb: I am at a loss as to how to diagnose the problems.19:53
davidkranzclarkb: Setting up tempest at the end just fails silently it seems.19:54
clarkbdavidkranz: https://jenkins.openstack.org/job/gate-tempest-devstack-vm/9433/console has the full log (there was a bug in the SCP plugin that copied the log you linked to that was fixed late yesterday)19:55
*** rohitk has joined #openstack-dev19:56
clarkbthat particular test looks like it failed to delete and create flavors19:56
davidkranzclarkb: Ah, I see. That is the other kind of failure. Recently a lot of times the tests pass but sometimes they fail like this.19:56
davidkranzclarkb: I will investigate.19:56
*** s0mik has quit IRC19:56
clarkbdavidkranz: tempest runs should now have their full logs SCPed. You can rerun the tests leaving a "reverify" comment on that change19:57
*** rohitk_1 has quit IRC19:58
davidkranzclarkb: I have been using "recheck". Is "reverify" different?19:58
openstackgerritA change was merged to openstack/keystone: Check for expected cfg impl (bug 1043479)  https://review.openstack.org/1214719:58
uvirtbotLaunchpad bug 1043479 in keystone "auth token middleware is an upgrade bottleneck" [Undecided,In progress] https://launchpad.net/bugs/104347919:58
clarkbdavidkranz: they are slightly different. Reverify will run the gating tests and your code will merge after a reverify if you have code review +2 and approved +119:59
clarkbrecheck will just run the check tests19:59
davidkranzclarkb: OK, thanks!19:59
*** derekh has quit IRC20:01
*** ywu_ has joined #openstack-dev20:03
*** markmcclain has joined #openstack-dev20:04
*** dprince has quit IRC20:04
*** ywu_ has quit IRC20:04
*** cloudvirt has joined #openstack-dev20:06
*** renier has joined #openstack-dev20:07
*** arosen has joined #openstack-dev20:10
*** gyee has joined #openstack-dev20:15
*** rohitk has quit IRC20:15
*** steveb_ has quit IRC20:16
*** adalbas has quit IRC20:23
dansmithdavidkranz: see, I just recheck or reverify any time one of my patch fails before even looking at the reason why20:25
dansmithbecause I know I'm perfect and always suspect jenkins20:26
dansmithyes, I'm TOTALLY joking :D20:26
*** lloydde_ has quit IRC20:29
*** rnirmal_ has joined #openstack-dev20:31
*** rnirmal_ has joined #openstack-dev20:32
*** rnirmal_ has quit IRC20:35
*** rnirmal has quit IRC20:35
openstackgerritA change was merged to openstack/quantum: Cisco nexus sub-plugin update_network fix  https://review.openstack.org/1210820:37
vishyclarkb, jeblair, mtaylor: it seems like every nova devstack is failing?20:40
*** jkff has joined #openstack-dev20:40
*** edygarcia has quit IRC20:41
*** gyee has quit IRC20:41
vishylooks like a glanceclient issue20:41
clarkbvishy: do you have an example log?20:42
vishyclarkb: http://logs.openstack.org/12140/2/check/gate-tempest-devstack-vm/9679/logs/screen-n-api.txt20:42
vishylook at the bottom20:42
*** bitblt has quit IRC20:42
vishyTRACE nova.api.openstack AttributeError: 'module' object has no attribute 'ServiceUnavailable'20:42
vishyclarkb: it looks like the version of glanceclient in the gate is old20:43
*** edygarcia has joined #openstack-dev20:46
clarkbvishy: if I was going to venture a guess at this point some project has pinned glanceclient to an older version and that is getting installed after the version at master gets installed20:50
vishyclarkb: updated https://review.openstack.org/12155 hopefully that works.20:51
*** nunosantos has joined #openstack-dev20:51
hemnahey are nova volume types used in essex at all?20:52
hemnawhen I run nova volume-type-create foo I get a 404 back from nova api20:52
timello_vishy: I faced the same problem yesterday, it worked after I updated glanceclient on my devstack env20:52
vishytimello_: ok we need to find out which thing is pulling in an old glance dep20:53
vishylooks like cinder/horizon/keystone are all fine20:53
*** sacharya has quit IRC20:56
vishyok i blame horizon20:57
*** salv-orlando has joined #openstack-dev20:57
*** salv-orlando has quit IRC21:03
*** almaisan-away is now known as al-maisan21:03
*** metral has joined #openstack-dev21:03
*** al-maisan is now known as almaisan-away21:03
*** maurosr has quit IRC21:04
*** almaisan-away is now known as al-maisan21:06
*** lts has quit IRC21:08
vishyok that fix didn't work21:11
vishysomething else must be installing an old glance21:11
vishybut i don't get why it would be getting run over the setup.py develop version21:11
vishyclarkb: any way to log into one of the failed devstack runs?21:11
*** salv-orlando has joined #openstack-dev21:12
clarkbvishy: horizon does appear to be pulling old glance http://logs.openstack.org/12140/2/check/gate-tempest-devstack-vm/9679/console.html see 20:23:3021:16
clarkbDownloading/unpacking python-glanceclient>=0.2,<0.3 (from -r horizon.egg-info/requires.txt (line 5))21:16
clarkbvishy: also keystoneclient21:17
vishyclarkb: boo21:17
*** edygarcia has quit IRC21:17
vishyclarkb: so i can fix that but the setup.py develop should be fixing that21:17
vishywe run it from the glanceclient dir21:17
vishyclakrkb:21:18
vishyvagrant@precise:~/devstack (master)$ python -c "import glanceclient; print glanceclient.__file__"21:18
vishyclarkb: returns /opt/stack/python-glanceclient/glanceclient/__init__.pyc21:19
vishyon my devstack21:19
vishyI'd like to know what it returns on the gate21:19
vishyclarkb: also where the hell is that dep coming from21:19
*** edygarcia has joined #openstack-dev21:20
*** salv-orlando has quit IRC21:20
clarkbvishy: I don't clearly see where that dep is coming from either21:21
vishyclarkb: maybe there is a subdepend let me try to generate21:21
clarkbjeblair: what is the trick to making devstack-gate hosts not go away when they are done?21:21
vishyclarkb: is there an old horizon.egg-info somewhere?21:22
vishymine does not have that req.21:22
jeblairclarkb: log into jenkins, run sqlite on the devstack db, and set the machine status to HOLD after the job is done and before the reaper runs.21:24
*** salv-orlando has joined #openstack-dev21:25
*** jtran has quit IRC21:25
clarkbvishy: it must be an old egg-info see c3c6e5866 in horizon21:26
*** sacharya has joined #openstack-dev21:26
vishyclarkb: but that was updated 2 weeks ago21:28
vishyand the egg info should be regenerated on every run of devstack21:28
vishyin fact you can see it being regenerated above21:30
dtroyerI'm seeing something odd in openstack-dev/devstack…stack.sh seems to have some regressions in it, as in glanceclient being installed before glance21:30
vishydtroyer: that is weird but still doens't explain what is going on with horizon exactly21:31
*** mtreinish has quit IRC21:31
*** mnewby_ has left #openstack-dev21:33
clarkband devstack-vm-gate-wrap.sh is doing a reset and a clean21:33
vishyclarkb: so i can't see how it could possibly be getting that requirements21:38
openstackgerritA change was merged to openstack/swift: Added ability to disable fallocate  https://review.openstack.org/1215221:38
vishyclarkb: unless the git clone is failing21:38
dtroyerlook in stack.sh.  if git_clone $GLANCECLIENT_REPO … is with the other client glit_clones it is wrong.  But I can't find the commit from June that fixes it...21:39
clarkbvishy: I am working on holding a devstack-gate-nova host21:39
jeblairvishy, clarkb: it looks like the horizon repo is at the wrong commit21:39
jeblairHEAD is now at 2f0678d Merge "Adds an option for linking to external help docs."21:40
vishy!21:40
jeblairhttp://logs.openstack.org/12140/2/check/gate-tempest-devstack-vm/9679/logs/devstack-gate-setup-workspace.txt21:40
*** steveb_ has joined #openstack-dev21:40
jeblairthat should probably be "git reset --hard master" or something...21:40
*** samkottler is now known as samkottler|nom21:42
vishyjeblair, clarkb: it isn't using devstack to clone the repos?21:44
jeblairvishy: nope -- it doesn't clone the repos21:44
jeblairvishy, clarkb: https://review.openstack.org/#/c/12158/1/devstack-vm-gate-wrap.sh21:46
vishyjeblair: it looks like it is doing a checkout master and reset --hard without pulling master21:46
*** janisg has quit IRC21:47
vishyjeblair: evil tabs :)21:47
jeblairvishy, clarkb: i think that should fix it.  that should be the same sequence of commands we were running in the past21:47
jeblairheh21:47
jeblairvishy, clarkb: sorry about that -- my fault.21:47
vishyjeblair: can we push that through to unbreak the gate?21:47
clarkbI learned a lot about devstack-gate :)21:47
jeblairclarkb: i very much appreciate that.  :)21:48
*** salv-orlando_ has joined #openstack-dev21:49
*** salv-orlando has quit IRC21:51
*** salv-orlando_ is now known as salv-orlando21:51
jeblairvishy: done, if you kick off a gate job it should get that change now.21:51
vishythanks jeblair21:51
*** al-maisan is now known as almaisan-away21:52
*** daddyjoseph971 has joined #openstack-dev21:53
*** daddyjoseph97 has quit IRC21:53
*** cp16net|away is now known as cp16net21:55
*** andrewbogott is now known as andrewbogott_afk21:55
*** sacharya has quit IRC21:58
*** apevec has quit IRC21:59
*** samkottler|nom is now known as samkottler22:01
*** dolphm has quit IRC22:02
*** EmilienM has left #openstack-dev22:02
*** e1mer has joined #openstack-dev22:04
vishyprimeministerp: ping22:05
*** dspano has quit IRC22:09
*** apevec has joined #openstack-dev22:13
*** apevec has joined #openstack-dev22:13
*** tgall_foo has quit IRC22:14
*** kbringard has quit IRC22:16
*** mrodden has joined #openstack-dev22:21
*** metral has quit IRC22:23
*** blamar has quit IRC22:26
*** colinmcnamara has joined #openstack-dev22:28
*** colinmcnamara has quit IRC22:28
*** colinmcnamara has joined #openstack-dev22:29
*** maurosr has joined #openstack-dev22:31
ijwclarkb: damned if I can find what caused that sudo in the test, but my test locally sometimes does it and sometimes doesn't (annoyingly, when I attempted to put debug into utils.execute(), that was the 'sometimes doesn't')22:31
*** maurosr has quit IRC22:35
*** maurosr has joined #openstack-dev22:41
*** maurosr has quit IRC22:45
*** maurosr has joined #openstack-dev22:47
*** colinmcnamara has quit IRC22:48
*** edygarcia has quit IRC22:50
*** edygarcia has joined #openstack-dev22:50
*** cloudvirt has quit IRC22:50
jgriffithzul: Have those changes ready, just need to add some changes to the tests, look for them either tonight or in the morning22:50
jgriffithzul: bbl22:51
clarkbijw: did you see it is trying to run fusermount and guestmount?22:52
ijwYep.22:52
clarkbijw: also I don't think the python26 unittests did the same thing22:53
ijwThe change has absolutely nothing to do with those, though, which is why I can't make sense of it.22:53
*** jimfehlig has quit IRC22:55
ijwI can't see why it would be provoking a guestmount now and not before.  Also, nova.virtl.utils.execute() is stubbed out for testing (but, for that test, not utils.execute(), it seems)22:55
*** edygarcia has quit IRC22:55
ijwAnyway, I'm hoping it'll make more sense tomorrow morning.  This evening I'm drinking wine and going to bed shortly. ;)22:55
zuljgriffith:  k22:56
clarkbijw: ok22:56
ijwI take it you haven't seen it before, anyway.22:56
ijwAnd thanks for the report, or I'd've been wondering about that.22:58
clarkbno last time we had sudoing tests it was pretty clear why that was happening22:58
ijwYeah.  It's either going to be horribly obscure or blindingly obvious.  Either way I'll set to tomorrow and work it out.23:01
*** sdake has joined #openstack-dev23:04
openstackgerritA change was merged to openstack/nova: Update requires to glanceclient >=0.5.0  https://review.openstack.org/1215523:05
*** Adri2000 has quit IRC23:06
*** Adri2000 has joined #openstack-dev23:07
*** spiffxp has quit IRC23:08
*** ywu_ has joined #openstack-dev23:09
*** daddyjoseph971 has quit IRC23:09
*** s0mik has joined #openstack-dev23:11
*** markmcclain has quit IRC23:12
*** markmcclain has joined #openstack-dev23:17
*** salv-orlando has quit IRC23:19
*** nati_uen_ has quit IRC23:21
*** nati_ueno has joined #openstack-dev23:22
*** salv-orlando has joined #openstack-dev23:23
*** asalkeld has quit IRC23:25
*** zhuxuegang has joined #openstack-dev23:26
*** salv-orlando has quit IRC23:29
*** asalkeld has joined #openstack-dev23:30
*** nati_ueno has quit IRC23:30
*** salv-orlando has joined #openstack-dev23:32
*** mrodden has quit IRC23:34
openstackgerritA change was merged to openstack/glance: Raise Forbidden exception in image_get  https://review.openstack.org/1202623:36
*** salv-orlando has quit IRC23:40
*** sacharya has joined #openstack-dev23:42
*** apevec has quit IRC23:43
*** salv-orlando has joined #openstack-dev23:47
*** salv-orlando_ has joined #openstack-dev23:49
*** ncode has quit IRC23:50
*** salv-orlando has quit IRC23:52
*** salv-orlando_ is now known as salv-orlando23:52

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