Thursday, 2012-09-20

*** dubsquared has quit IRC00:01
*** renier has quit IRC00:03
*** renier has joined #openstack-dev00:03
guglI am using san.py's HpSanISCSIDriver to do volume-attach. I noticed that if in nova.conf iscsi_helper=tgtadm, then attaching fails and it complains about the following path not found in nova-compute.log /dev/disk/by-path/ip-10.10.220.29:3260-iscsi-iqn.2003-10.com.lefthandnetworks:cloudmgmtgroup1:92:volume-00000042-lun-1 while actual path is /dev/disk/by-path/ip-10.10.220.29:3260-iscsi-iqn.2003-10.com.lefthandnetworks:cloudmgmtgroup1:92:volume00:07
gugl-00000042-lun-0 If I don't set iscsi_helper=tgtadm, then it seems to be ok. Found the following code which does the trick in nova/volume/driver.py in _get_iscsi_properties methodtry:00:07
gugl            properties['target_lun'] = int(results[2])00:07
gugl        except (IndexError, ValueError):00:07
gugl            if FLAGS.iscsi_helper == 'tgtadm':00:07
gugl                properties['target_lun'] = 100:07
gugl            else:00:07
gugl                properties['target_lun'] = 000:07
*** renier has quit IRC00:08
guglresults is like: [u'10.10.220.29:3260.1', u'iqn.2003-10.com.lefthandnetworks:cloudmgmtgroup1:131:volume-0000004c'] so it falls into the exception block...Question for the guru: what is the logic for above code...what does that mean? if I don't set the iscsi_helper, what will be potential problem?00:08
jgriffithgugl: irc is tough to parse code in, but I think I know what you're hitting00:09
jgriffithgugl: In the HP driver (san.py), line 58100:10
jgriffithAdd lun number to the model_update and it should take care of it00:10
jgriffithgugl: For example: http://paste.openstack.org/show/21013/00:12
*** hemna has quit IRC00:12
guglok...I will give it a try...thanks00:13
jgriffithgugl: Please let me know, we'll want to fix it in the driver if that addresses it.00:13
jgriffithgugl: Problem is I don't know if HP is always Lun 1, or how to get the info from cliq00:14
guglok.00:14
guglevery time attach the actual lun is 000:15
gugl/dev/disk/by-path/ip-10.10.220.29:3260-iscsi-iqn.2003-10.com.lefthandnetworks:cloudmgmtgroup1:92:volume -00000042-lun-000:16
guglfor letfhand storage00:16
guglnot sure how to get from cliq..will dig moer00:17
*** Guest_ has quit IRC00:19
jgriffithgugl: Yeah, it might be static ( 0 or 1) I don't know.  I can find out tomorrow probably00:19
guglok.tks00:20
jgriffithgugl: You can try hardcoding for your testing/work now and make sure everything works00:20
jgriffithgugl: Then if you wouldn't mind, probably should file a bug against it00:20
guglok.00:20
jgriffithgugl: I'm out for now, but will be back later00:20
guglsure. talk you later00:20
*** littleidea has quit IRC00:21
*** epim has quit IRC00:22
*** littleidea has joined #openstack-dev00:22
openstackgerritA change was merged to openstack/nova: Fix aggregate_hosts.host migration for sqlite  https://review.openstack.org/1331100:33
*** Ruetobas has joined #openstack-dev00:34
*** dolphm_ has joined #openstack-dev00:36
*** renier has joined #openstack-dev00:40
*** s0mik has quit IRC00:44
*** lloydde has joined #openstack-dev00:45
*** renier has quit IRC00:45
*** jog0 has quit IRC00:47
*** Mandell has quit IRC00:50
*** lloydde has quit IRC01:01
*** darjeeli_ is now known as darjeeling01:01
*** jemartin has joined #openstack-dev01:02
*** ywu_ has quit IRC01:02
*** ywu_ has joined #openstack-dev01:03
*** littleidea has quit IRC01:09
*** ywu_ has quit IRC01:10
*** ywu_ has joined #openstack-dev01:10
*** ncode has quit IRC01:13
openstackgerritA change was merged to openstack/nova: No stack trace on bad nova aggregate-* command  https://review.openstack.org/1332201:18
*** alunduil has joined #openstack-dev01:18
*** Tross has quit IRC01:19
*** Guest_ has joined #openstack-dev01:23
*** Maggie has joined #openstack-dev01:23
*** edygarcia has joined #openstack-dev01:24
*** edygarcia has joined #openstack-dev01:25
openstackgerritA change was merged to openstack/nova: Update 'unlimited' quota value to '-1' in db  https://review.openstack.org/1318701:25
*** hemna has joined #openstack-dev01:25
*** otter2 has joined #openstack-dev01:25
*** otter1 has quit IRC01:26
*** sdake has quit IRC01:27
*** pixelbeat has quit IRC01:27
*** Diopter has quit IRC01:30
*** jtran has quit IRC01:32
*** winston-d has joined #openstack-dev01:32
*** renier has joined #openstack-dev01:35
*** zyluo has joined #openstack-dev01:35
claygvishy: thanks for the quick feedback on fixing bug #1053181, but I don't know how to sync openstack.common.policy to replace cinder.common.policy, and as with your fix for bug #1053181 for nova, most of the changes are in cinder.policy and cinder.context (similar to nova.context and nova.policy) so hopefully the openstack.common merge would just be an addative step once gets the KeyError fix for when the target resource doesn't def01:36
uvirtbotLaunchpad bug 1053181 in cinder "cinder admin based on hard-coded 'admin' role" [Undecided,In progress] https://launchpad.net/bugs/105318101:36
vishyclayg: the proper fix isn't to handle key_error but i guess that can be done separately01:36
claygif I have generic rule ['blah:%(blah)s'] and the target I'm acting on doesn't define blah, is it not reasonable to say I don't match that rule?01:37
*** jog0 has joined #openstack-dev01:38
claygvishy: well perhaps I could accomidate the openstack.common.policy merge, I'm just not fimiliar with the process, and this is a critical bug for me - so I did what I saw as a reasonable fix01:38
vishyclayg: there is a script in common to sync01:38
*** wenjianhn has joined #openstack-dev01:39
claygvishy: thanks, that will be a good place for me to start I'm sure, hopefully it's simple...01:39
vishyyou just add policy to openstack-common.conf01:39
*** renier has quit IRC01:39
vishyrun the script add the file and propose01:39
claygbut me thinks not tonite :)01:39
vishyyou will have to change the import in cinder/policy.py01:39
*** jog0 has quit IRC01:40
*** Tross has joined #openstack-dev01:40
vishyclayg: note my note: https://github.com/openstack/nova/blob/master/nova/policy.py01:40
vishyi think that might be the issue you are running into01:40
vishyclayg: which is fixed in common now01:40
vishyhttps://bugs.launchpad.net/openstack-common/+bug/103913201:40
uvirtbotLaunchpad bug 1039132 in openstack-common "Policy checking fails against non-strings" [Undecided,Fix committed]01:40
vishyclayg: unless there is some other odd reason you are getting a KeyError01:41
vishybut if you are, it needs to be fixed in common so hacking it into cinder's copy is bad01:41
claygvishy: in my test, I wanted to see what happened when I didn't have a 'context_is_admin' rule, and I got a KeyError when it fell to the default rule (admin_or_owner) and tried to apply the empty target_dict to the 'project_id:%(project_id)s' rule01:43
*** tgall_foo has joined #openstack-dev01:44
*** tgall_foo has quit IRC01:44
*** tgall_foo has joined #openstack-dev01:44
vishythat makes sense. I guess you do need that context_is_admin rule in there01:44
vishyor else we could throw in a dictionary with the project_id01:44
vishyclayg: I don't think we should hide the keyerror though because that usually means a mistyped match string01:46
claygvishy: I thought about that too!  but couldn't come up with a good value for project_id that I was sure would always fail once it got converted to a string.01:46
vishyclayg: gotta go now, have to discuss later01:47
claygfwiw, i verified the KeyError if you remove the 'context_is_admin' rule from /etc/nova/policy.json, I can see the potential for a mistype in policy.json passing silently, but I'm not sure an unhandled exception is better than maybe a log msg...01:50
claygother mistypes (e.g. [role:admni]) would just fail to match01:51
*** PotHix has quit IRC01:56
*** willfu has joined #openstack-dev01:58
openstackgerritA change was merged to openstack/nova: Send api.fault notification on API service faults.  https://review.openstack.org/1328801:59
*** sunilthaha has joined #openstack-dev02:01
openstackgerritA change was merged to openstack/nova: Always yield to other greenthreads after database calls  https://review.openstack.org/1330002:03
*** edygarcia has quit IRC02:04
*** dolphm_ has quit IRC02:08
*** Ryan_Lane has quit IRC02:11
openstackgerritA change was merged to openstack/nova: Fix marker pagination for /servers  https://review.openstack.org/1330202:13
*** willfu has quit IRC02:17
*** waa has quit IRC02:18
*** waa has joined #openstack-dev02:18
openstackgerritA change was merged to openstack/nova: fix unused import  https://review.openstack.org/1327702:19
openstackgerritA change was merged to openstack/nova: Add lookup by ip via Quantum for metadata service.  https://review.openstack.org/1321802:21
*** jemartin has quit IRC02:22
*** sunxin has joined #openstack-dev02:22
*** willfu has joined #openstack-dev02:22
*** willfu has quit IRC02:23
*** edygarcia has joined #openstack-dev02:25
*** koolhead17 has joined #openstack-dev02:30
*** Gordonz has joined #openstack-dev02:33
*** adalbas has quit IRC02:37
*** edygarcia has quit IRC02:39
*** winston-d has quit IRC02:42
*** gongysh has quit IRC02:42
*** openstackjenkins has quit IRC02:42
*** mmalesky has quit IRC02:42
*** esheffield has quit IRC02:42
*** metral has quit IRC02:42
*** jgriffith has quit IRC02:42
*** creiht has quit IRC02:42
*** harlowja has quit IRC02:42
*** markwash has quit IRC02:42
*** clayg has quit IRC02:42
*** winston-d has joined #openstack-dev02:48
*** gongysh has joined #openstack-dev02:48
*** openstackjenkins has joined #openstack-dev02:48
*** mmalesky has joined #openstack-dev02:48
*** esheffield has joined #openstack-dev02:48
*** metral has joined #openstack-dev02:48
*** jgriffith has joined #openstack-dev02:48
*** creiht has joined #openstack-dev02:48
*** harlowja has joined #openstack-dev02:48
*** markwash has joined #openstack-dev02:48
*** clayg has joined #openstack-dev02:48
*** zelazny.freenode.net sets mode: +v creiht02:48
*** Gordonz has quit IRC02:50
*** jemartin has joined #openstack-dev02:53
*** titankiller has quit IRC02:54
*** Gordonz has joined #openstack-dev02:57
*** sunilthaha has quit IRC03:10
*** sunilthaha has joined #openstack-dev03:12
openstackgerritA change was merged to openstack/cinder: Add nova migrate_version check to cinder import  https://review.openstack.org/1322303:15
*** zbitter has joined #openstack-dev03:16
*** Ryan_Lane has joined #openstack-dev03:18
*** zaneb has quit IRC03:20
*** zaitcev has quit IRC03:21
*** novas0x2a|laptop has quit IRC03:23
*** Guest_ has quit IRC03:25
*** Mandell has joined #openstack-dev03:27
*** Tross has quit IRC03:27
*** Tross has joined #openstack-dev03:28
*** Diopter has joined #openstack-dev03:30
*** Tross has quit IRC03:30
*** ywu_ has quit IRC03:30
*** s0mik has joined #openstack-dev03:33
*** jemartin has quit IRC03:34
*** Tross has joined #openstack-dev03:39
*** littleidea has joined #openstack-dev03:39
*** reed has quit IRC03:44
*** reed has joined #openstack-dev03:44
*** Gordonz has quit IRC03:46
*** markmcclain has joined #openstack-dev03:48
*** garyk has quit IRC03:49
openstackgerritA change was merged to openstack/nova: Properly create and delete Aggregates  https://review.openstack.org/1324103:57
*** nunosantos has quit IRC04:04
*** sdake has joined #openstack-dev04:04
*** renier has joined #openstack-dev04:17
*** renier has quit IRC04:22
*** garyk has joined #openstack-dev04:42
*** tgall_foo has quit IRC04:52
*** hattwick has quit IRC05:00
*** gongysh has quit IRC05:00
*** littleidea has quit IRC05:02
*** danwent has joined #openstack-dev05:03
*** Guest__ has joined #openstack-dev05:03
*** littleidea has joined #openstack-dev05:03
*** Jabadia has joined #openstack-dev05:04
openstackgerritA change was merged to openstack/cinder: Correct IetAdm remove_iscsi_target  https://review.openstack.org/1329705:05
JabadiaI've got few questions, I'll give it a shoot here05:06
Jabadiawhat Phthon version should I have ? Is 2.6 good ?05:06
*** koolhead17 has quit IRC05:07
openstackgerritA change was merged to openstack/python-novaclient: expose os-networks extension to CLI  https://review.openstack.org/1274405:07
notmynameJabadia: what part of openstack are you looking at? for example, python 2.6 is fine for swift05:08
JabadiaSwift, sorry05:08
notmynameJabadia: ah, then yes, python 2.6 is fine05:08
JabadiaThanks, I have this problem while trying to execute startmain -05:09
Jabadiaaccount-server running (7797 - /etc/swift/account-server/4.conf)05:09
Jabadiaaccount-server already started...05:09
JabadiaStarting object-server...(/etc/swift/object-server/1.conf)05:09
Jabadiaswift-object-server does not exist05:09
JabadiaTraceback (most recent call last):05:09
Jabadiafull trace in http://justpaste.it/1bvj05:10
Jabadiaany idea?05:10
notmynameJabadia: ya, we should be able to fix that05:11
JabadiaAwesome05:11
notmynameJabadia: how did you install swift? from source or from a package?05:11
Jabadiausing the SAIO page05:11
*** renier has joined #openstack-dev05:11
Jabadiapackage + some git05:11
JabadiaI'm on Redhat05:11
notmynameok05:11
Jabadia( http://docs.openstack.org/developer/swift/development_saio.html )05:12
*** hattwick has joined #openstack-dev05:12
notmynameJabadia: so I'm guessing that the packages you installed (with yum up at the top of that page) are conflicting with the install-from-code you did (`python setup.py develop`)05:14
notmynameJabadia: so my first guess is to remove the swift-specific rpms05:14
Jabadiaok, so you say, go with compiling the source ?05:15
Jabadiaremove what yum installed ?05:15
notmynameJabadia: ya, that's my guess. I normally test and target ubuntu, so I'm not as familiar with fedora05:15
*** renier has quit IRC05:16
Jabadiaremoving05:16
Jabadiawhere do I get the source from now ?05:16
Jabadia( all has been removed. )05:16
Jabadiayum remove openstack-swift openstack-swift-proxy openstack-swift-account openstack-swift-container openstack-swift-object05:16
notmynameJabadia: but overall, here's the issue: you have a reference to proxy-logging in your proxy config (this is ok), but that isn't installed (or at least detected). proxy-logging is a fairly recent change, and the rpms you installed may not reflect it05:17
JabadiaI see05:17
notmynameJabadia: and, if the setup.py develop is added later in the PATH, then you'd never see the new code05:17
Jabadiaok, makes sense05:17
JabadiaI just need to have a dev env for testing05:18
JabadiaI though would be easiest follow the SAIO page05:18
notmynameJabadia: ya, that's a great place to start05:18
Jabadiawhat would you suggest ?05:18
notmynameJabadia: what's your overall goal?05:18
Jabadiahave an Swift environment. to be used with cloudstack ( for sec. stogage ) and for creating object storage.05:19
Jabadiaits for Dev purpose at this stage.05:19
Jabadiajust need an env.05:19
Jabadia(should though be on RH )05:20
notmynameJabadia: the SAIO is great for dev work and functional testing. of course, when you get into actual POC work, then you should use more dedicated hardware.05:21
notmynameJabadia: if you're using cloudstack, you'd probably be interested in https://github.com/cloudops/cs_auth05:21
Jabadiaso, as you noticed, I was trying to use SAIO ..05:21
*** reed has quit IRC05:22
notmynameJabadia: there's nothing wrong with using the SAIO. just realize the limits. you are running multiple servers on one box (normally virtualized) and are simulating drives. so therefore IO performance is somewhat lacking05:24
*** gongysh has joined #openstack-dev05:24
JabadiaI understand, at this stage of development, I assume that will be fine. just that I failed to go through SAIO05:25
notmynameya, I should ask zaitcev about it when he gets online05:25
JabadiaGreat05:26
JabadiaThanks notmyname05:26
notmynameJabadia: np. did removing the packages work?05:26
JabadiaWell its removed05:27
JabadiaWaiting for further instructions :)05:27
*** zbitter has quit IRC05:27
notmynameah, sorry. you should be able to `startmain` now05:27
notmynameassuming you did all the other steps05:27
Jabadiahmm05:27
Jabadia"/root/bin/startmain: line 3: swift-init: command not found"05:28
JabadiaI just uninstalled it, didn't I ?05:28
*** mattstep has quit IRC05:28
notmynameyou cloned the swift codebase, right?05:28
Jabadiayep - 'git clone https://github.com/openstack/swift.git'05:28
notmynameok, good. cd into there and `sudo python ./setup.py develop`05:29
Jabadiaok, looking good05:29
Jabadiastartmain ?05:29
notmynameyup05:29
Jabadiahttps://gist.github.com/abec66a54dfed83fa1b705:30
Jabadiain short - No module named deploy05:31
*** ywu_ has joined #openstack-dev05:31
notmynameJabadia: hmm..I wonder if this means the dependencies weren't added (or were removed when you removed the packages)05:32
notmynameJabadia: int he ubuntu/debian world, the package is "python-pastedeploy"05:33
Jabadialet me search05:33
notmynameJabadia: on the SAIO page, note the differences in the ubuntu and fedora instructions. the ubuntu ones install the packages for dependencies but leave the swift install for the code. the fedora ones use packages that, I assume, include or reference the dependencies05:34
*** mattstep has joined #openstack-dev05:34
Jabadiaok05:34
Jabadiafound this rpm - python-paste-deploy05:34
JabadiaInstalling05:34
Jabadiadamn05:35
JabadiaPackage python-paste-deploy1.5-1.5.0-5.el6.noarch already installed and latest version05:35
*** ywu_ has quit IRC05:36
*** hemna has quit IRC05:37
notmynameJabadia: any chance you could be around tomorrow during the day, US time? I'd ask zaitcev since he updated the docs for fedora05:39
JabadiaI'll do my best. thanks05:39
JabadiaHey05:42
JabadiaI did pip-python install --upgrade PasteDeploy05:42
Jabadianow I have move to another err :)05:42
JabadiaMaking progress05:42
*** littleidea has quit IRC05:42
*** Jabadia has quit IRC05:44
*** s0mik has quit IRC05:46
*** torandu has quit IRC05:49
*** mmalesky has quit IRC05:52
*** davidkranz has quit IRC05:53
*** Shrews has quit IRC05:53
*** littleidea has joined #openstack-dev05:55
openstackgerritA change was merged to openstack/nova: Call compute manager methods with instance as keyword argument  https://review.openstack.org/1331705:56
openstackgerritA change was merged to openstack/nova: Clean up test_state_revert  https://review.openstack.org/1331805:56
*** s0mik has joined #openstack-dev05:59
*** salv-orlando has joined #openstack-dev06:03
*** markmcclain has quit IRC06:05
*** renier has joined #openstack-dev06:05
*** mindpixel has joined #openstack-dev06:10
*** renier has quit IRC06:10
*** mrunge has joined #openstack-dev06:12
*** Shrews has joined #openstack-dev06:12
*** davidkranz has joined #openstack-dev06:12
*** Guest__ has quit IRC06:17
*** almaisan-away is now known as al-maisan06:19
*** kbringard has joined #openstack-dev06:22
*** kbringard has quit IRC06:23
*** littleidea has quit IRC06:25
*** GheRivero has joined #openstack-dev06:26
*** s0mik has quit IRC06:35
*** eglynn has quit IRC06:42
*** winston-d has quit IRC06:42
*** rafaduran has joined #openstack-dev06:47
*** Mandell has quit IRC06:53
*** salv-orlando has quit IRC06:53
*** Mandell has joined #openstack-dev06:57
*** kbringard has joined #openstack-dev06:58
*** eglynn has joined #openstack-dev06:58
zykes-Kiall: morning06:59
zykes-eyy notmyname ;)06:59
*** renier has joined #openstack-dev07:00
*** renier has quit IRC07:04
*** erikz_ has joined #openstack-dev07:05
*** erikzaadi has quit IRC07:08
*** erikz_ has quit IRC07:09
*** reidrac has joined #openstack-dev07:26
*** ywu_ has joined #openstack-dev07:32
*** alexpilotti has joined #openstack-dev07:34
*** alexpilotti has quit IRC07:36
*** ywu_ has quit IRC07:36
*** eglynn has quit IRC07:39
*** alunduil has quit IRC07:39
*** zing_ has joined #openstack-dev07:40
*** alunduil has joined #openstack-dev07:41
*** EmilienM has joined #openstack-dev07:41
*** apevec has joined #openstack-dev07:41
*** apevec has joined #openstack-dev07:41
*** amotoki has joined #openstack-dev07:41
*** mnewby has joined #openstack-dev07:43
*** gongysh has quit IRC07:44
openstackgerritA change was merged to openstack/glance: Ensure glance-api application is "greened"  https://review.openstack.org/1327907:45
openstackgerritA change was merged to openstack/nova: Adds deserialization for block_device_mapping  https://review.openstack.org/1324307:48
openstackgerritA change was merged to openstack/nova: Fix bugs in resource tracker and cleanup  https://review.openstack.org/1318207:48
*** al-maisan is now known as almaisan-away07:53
*** alexpilotti has joined #openstack-dev07:54
*** almaisan-away is now known as al-maisan07:57
zykes-Where can I get in otuch with Yong Sheng gong ?07:59
*** eglynn has joined #openstack-dev08:00
*** sunilthaha has quit IRC08:06
*** mnewby has quit IRC08:09
*** mnewby has joined #openstack-dev08:10
zyluozykes-, he's not around IRC that much. gongysh@cn.ibm.com08:15
*** darraghb has joined #openstack-dev08:18
*** Ryan_Lane has quit IRC08:21
*** maploin has joined #openstack-dev08:31
*** maploin has quit IRC08:31
*** maploin has joined #openstack-dev08:31
*** pixelbeat has joined #openstack-dev08:32
*** mnewby has quit IRC08:33
*** zyluo has quit IRC08:39
*** Kiall is now known as zz_Kiall08:41
*** danpb has joined #openstack-dev08:44
*** zz_Kiall is now known as Kiall08:48
*** derekh has joined #openstack-dev08:48
*** Ryan_Lane has joined #openstack-dev08:54
*** larsbutler has quit IRC08:58
*** sandywalsh_ has quit IRC09:22
*** Ryan_Lane has quit IRC09:29
*** larsbutler has joined #openstack-dev09:31
*** ywu_ has joined #openstack-dev09:32
*** ywu_ has quit IRC09:36
*** otter1 has joined #openstack-dev09:50
*** otter2 has quit IRC09:51
*** tott has joined #openstack-dev09:56
*** amotoki has quit IRC09:59
*** waa has quit IRC10:04
*** markmc has joined #openstack-dev10:05
*** kyriakos has joined #openstack-dev10:10
*** sunxin has quit IRC10:14
*** rkukura has quit IRC10:24
*** m4xmr has joined #openstack-dev10:49
*** Maggie has quit IRC10:49
*** m4xmr has left #openstack-dev10:49
*** gongysh has joined #openstack-dev10:50
*** Abhilash has joined #openstack-dev11:19
*** mnewby has joined #openstack-dev11:26
*** wenjianhn has quit IRC11:28
*** ywu_ has joined #openstack-dev11:33
*** ywu_ has quit IRC11:37
*** dprince has joined #openstack-dev11:37
*** adalbas has joined #openstack-dev11:39
*** salv-orlando has joined #openstack-dev11:44
*** maurosr has joined #openstack-dev11:44
*** markvoelker has joined #openstack-dev11:48
*** renier has joined #openstack-dev11:48
*** mrunge has quit IRC11:49
*** zul has quit IRC11:58
*** zul has joined #openstack-dev12:00
*** matiu has quit IRC12:05
*** alunduil has quit IRC12:11
*** mnewby has quit IRC12:14
*** waa has joined #openstack-dev12:22
*** dprince has quit IRC12:24
*** darjeeling has quit IRC12:24
*** renier_ has joined #openstack-dev12:32
*** renier has quit IRC12:32
zulttx: ping12:32
ttxzuy: pong12:33
ttxzul^12:33
zulttx: for the sigpipe stuff you are going to do the same for quantum as well?12:33
ttxtrying. it's a lot harder there, they use Popen all over the place12:33
ttxwill do quantum-rootwrap at least12:34
*** darjeeling has joined #openstack-dev12:35
openstackgerritA change was merged to openstack/nova:   Cleanup unused import in manager.py  https://review.openstack.org/1327612:37
zykes-anyone know what tool is used for this: https://www.ibm.com/developerworks/mydeveloperworks/blogs/e93514d3-c4f0-4aa0-8844-497f370090f5/resource/BLOGS_UPLOADED_IMAGES/Openstackarchi_1.png12:38
zulttx: cool12:43
*** m4xmr has joined #openstack-dev12:43
*** m4xmr has left #openstack-dev12:44
garykttx: ping12:51
openstackgerritA change was merged to openstack/python-quantumclient: clean the descriptions for quota cli commands.  https://review.openstack.org/1332312:52
ttxgaryk: pong12:52
garykttx: do you want me to take care of 1053364 in quantum?12:52
ttxgaryk: done12:52
ttxthough I don't cover rogue calls, that's bug 105338112:52
uvirtbotLaunchpad bug 1053381 in quantum "All subprocess.Popen calls should go through common function" [Undecided,New] https://launchpad.net/bugs/105338112:52
ttxgaryk: see https://review.openstack.org/1334812:53
garykttx: ok12:53
ttxgaryk: for the record, I'm not sure that's Folsom material12:53
ttxthat sounds a bit... dangerous12:53
*** eglynn_ has joined #openstack-dev12:54
*** eglynn has quit IRC12:54
ttxmaybe a good stable/folsom patch if it lives in grizzly well for a while12:54
garykttx: ok, sounds reasonable.12:54
*** adalbas has quit IRC12:54
ttxgaryk: we'll see how much the PTLs want it12:55
garykttx: ok. it may be risky at this late stage but i guess that if it works then it should be ok12:55
ttxgaryk: added folsom-rc-potential tag so that it comes up in future discussions12:55
garykttx: ok, thanks12:56
*** Guest____ has joined #openstack-dev12:57
*** matiu has joined #openstack-dev12:58
*** matiu has quit IRC12:58
*** matiu has joined #openstack-dev12:58
*** littleidea has joined #openstack-dev12:58
*** rkukura has joined #openstack-dev12:58
*** Tross has left #openstack-dev12:59
*** zaneb has joined #openstack-dev12:59
*** renier_ has quit IRC13:02
*** gael has joined #openstack-dev13:04
*** gael has quit IRC13:05
*** gael has joined #openstack-dev13:05
*** alunduil has joined #openstack-dev13:07
*** alunduil has quit IRC13:08
*** alunduil has joined #openstack-dev13:09
*** eharney has joined #openstack-dev13:09
*** renier has joined #openstack-dev13:10
*** kbringard has joined #openstack-dev13:11
*** cmagina has joined #openstack-dev13:14
*** samkottler is now known as samkotttler|out13:15
*** rpedde_away is now known as rpedde13:17
*** nunosantos has joined #openstack-dev13:20
*** zul has quit IRC13:20
*** zul has joined #openstack-dev13:21
*** dprince has joined #openstack-dev13:21
*** renier has quit IRC13:23
*** adalbas has joined #openstack-dev13:27
ttxgaryk: ping13:27
garykttx: pong13:28
ttxPreviously filed https://bugs.launchpad.net/quantum/+bug/105338113:28
uvirtbotLaunchpad bug 1053381 in quantum "All subprocess.Popen calls should go through common function" [Undecided,New]13:28
ttxthere is a bit more than just two places calling Popen in Quantum code13:28
ttxnot sure how much the others can go through common functions though13:28
ttxmight want to mark yours as duplicate of this one13:29
ttxor add a bit to yours and mark this one as dupe13:29
ttxgaryk: ^13:29
*** tgall_foo has joined #openstack-dev13:29
*** tgall_foo has quit IRC13:29
*** tgall_foo has joined #openstack-dev13:29
*** renier has joined #openstack-dev13:30
*** krtaylor has joined #openstack-dev13:30
garykttx: at the moment there are 3 places where execute are called. i opened a bug to remove one of the places. i guess that you saw this. i prefer to keep them separate in the case that we decide to add your patch to a rc candidate13:32
garykttx: in addition to this i think that we should move the rootwrap code to common. the execute too :)13:32
*** Abhilash has quit IRC13:32
*** ywu_ has joined #openstack-dev13:33
ttxgaryk: that's the plan for grizzly, yes13:33
*** mrodden has joined #openstack-dev13:33
ttxgaryk: your bug still duplicates part of mine. I'll remove the part you're covering in yours then13:34
ttxi.e. limit it to the quantum/plugins/cisco calls13:34
garykttx: i think that you should leave yours unchanged. i'll merge when yours is approved13:35
ttxgaryk: err... I'm talking about bug 1053381, not the SIGPIPE stuff13:35
uvirtbotLaunchpad bug 1053381 in quantum "All subprocess.Popen calls should go through common function" [Undecided,New] https://launchpad.net/bugs/105338113:35
ttxthis one I'm not working on yet13:35
ttxit's purely about duplication of Popen calls13:36
ttx(like yours)13:36
*** eglynn_ has quit IRC13:36
*** eglynn_ has joined #openstack-dev13:36
ttxgaryk: not sure we are talking about the same thing ?13:36
*** gongysh has quit IRC13:37
*** ywu_ has quit IRC13:37
salv-orlandotax, garyk: probably it's not duplication - the two bugs are probably contradictory. Bug 1053381 mentions we should use the function bug 1053393 is removing.13:39
uvirtbotLaunchpad bug 1053381 in quantum "All subprocess.Popen calls should go through common function" [Undecided,New] https://launchpad.net/bugs/105338113:39
uvirtbotLaunchpad bug 1053393 in quantum "Remove duplicate execute function" [Undecided,New] https://launchpad.net/bugs/105339313:39
*** gongysh has joined #openstack-dev13:40
*** japage has joined #openstack-dev13:41
ttxsalv-orlando: ok, I guess they are slightly different. One is about duplication of execute(), the other about making all Popen calls go through a common function13:41
ttxdon't really care which one it is as long as there is only one13:41
*** sandywalsh has joined #openstack-dev13:41
salv-orlandottx: ok, so it looks easy13:42
garykttx: salv-orlando in a meeting at the moment13:45
*** apevec has quit IRC13:48
*** errr has quit IRC13:48
*** mtreinish has joined #openstack-dev13:49
*** cmagina_ has joined #openstack-dev13:50
*** cmagina has quit IRC13:50
*** cmagina_ is now known as cmagina13:51
*** e1mer has quit IRC13:53
*** adalbas has quit IRC13:58
*** tgall_foo has quit IRC14:02
*** edygarcia has joined #openstack-dev14:06
*** adalbas has joined #openstack-dev14:06
garykttx: salv-orlando the patch that i have added just removes one of the functions. i'll also try and remove the the rootwarp - make sure that it uses the agent utils execute. hope that this makes sense. originally i was concerned when i saw all of the places that ttx had to update. it essentailly should be done once. i still think that they are separate issues.14:06
*** mrodden1 has joined #openstack-dev14:07
garykttx: salv-orlando sorry i have just seen 1053381 (now it all makes sense) - i'll duplicate this. thanks gary14:07
*** waa has quit IRC14:08
salv-orlandogaryk: ok sounds cool14:08
*** littleidea has quit IRC14:08
*** gongysh has quit IRC14:09
*** mrodden has quit IRC14:09
salv-orlandogaryk: you mean marking 1053381 as a duplicated of bug 1053393?14:10
uvirtbotLaunchpad bug 1053393 in quantum "Remove duplicate execute function" [Undecided,New] https://launchpad.net/bugs/105339314:10
garyksalv-orlando: correct.14:11
salv-orlandoFrom a brief exchange with ttx it seems they're independent actually. 1053381 asks to use a common execute function instead of subprocess.popen whereas 1053393 remove a duplicate execute function14:15
*** soosiechoi has joined #openstack-dev14:16
ttxsalv-orlando: well they should all be fixed in one swoop14:16
salv-orlandotax, garyk: ok so we can mark duplicate and have one patch addressing both of them?14:17
*** soosiechoi has quit IRC14:17
*** tgall_foo has joined #openstack-dev14:18
*** tgall_foo has quit IRC14:18
*** tgall_foo has joined #openstack-dev14:18
garyksalv-orlando: i would prefer to do it in two patches - the first is to remove the execute function that is not used. the second is to get all to use the agent/utils/execute function.14:18
salv-orlandogaryk, tax: I don't have a strong opinion on one or two patches; I was just pointing out that those two bugs are related but not duplicate imho.14:22
garyksalv-orlando: ttx: understood. i'll remove the duplicate and solve the two separately. sorry for the confusion14:23
salv-orlandogaryk: no worries - I've probably just added confusion to the confusion by chiming in.14:24
garyksalv-orlando: actually not. i was confused off the bat. you just helped me understand where i was wrong.14:25
*** markmcclain has joined #openstack-dev14:25
*** andrewbogott_afk is now known as andrewbogott14:27
eglynn_bcwaldon: I've pushed that multi-processing config change to milestone-proposed https://review.openstack.org/13358 (merge is currently gating on master)14:27
eglynn_bcwaldon: would be good to get it into RC2 if poss14:27
*** apevec has joined #openstack-dev14:28
*** apevec has joined #openstack-dev14:28
*** rnirmal has joined #openstack-dev14:30
*** adalbas has quit IRC14:31
*** samkotttler|out has quit IRC14:34
*** samkottler has joined #openstack-dev14:34
vishyjgriffith: https://bugs.launchpad.net/python-novaclient/+bug/105343214:35
uvirtbotLaunchpad bug 1053432 in python-novaclient "Volume and snapshot data not shown on create" [Undecided,In progress]14:35
*** winston-d has joined #openstack-dev14:35
*** Gordonz has joined #openstack-dev14:36
*** al-maisan is now known as almaisan-away14:36
openstackgerritA change was merged to openstack/glance: Enable multi-processing by default.  https://review.openstack.org/1328314:39
*** adalbas has joined #openstack-dev14:41
*** lloydde has joined #openstack-dev14:43
*** edygarcia_ has joined #openstack-dev14:48
*** reed has joined #openstack-dev14:48
*** edygarcia has quit IRC14:48
*** edygarcia_ is now known as edygarcia14:48
garykdanwent: ping14:53
openstackgerritA change was merged to openstack/python-cinderclient: Show volume and snapshot data on create  https://review.openstack.org/1335914:54
chmouelmarkmc: it seems that using nosetests with --with-coverage fails with openstack.common for all openstack project, have yu seen that before?14:55
*** edygarcia_ has joined #openstack-dev14:55
*** datsun180b has joined #openstack-dev14:55
*** rnirmal has quit IRC14:56
sdaguemaurosr: can you push your latest into that samples api draft review for cloudpipes extension? it looks like the last update ways yesterday. Hopefully we can debug from there.14:56
*** soosiechoi has joined #openstack-dev14:57
*** dolphm_ has joined #openstack-dev14:58
*** spn1 has joined #openstack-dev14:58
maurosrsdague: just did it, can you check it again?14:58
sdaguesure14:58
*** edygarcia has quit IRC14:58
*** edygarcia_ is now known as edygarcia14:58
garyksalv-orlando: ping14:58
salv-orlandogaryk: pong14:58
*** spn1 is now known as spn14:59
markmcchmouel, it's not this? https://bugs.launchpad.net/openstack-common/+bug/104862814:59
uvirtbotLaunchpad bug 1048628 in openstack-common "Failing unit test in Jenkins (test_excepthook_logs_exception)" [Undecided,New]14:59
garyksalv-orlando: are you familiar with the hybrid driver for ovs?14:59
markmcchmouel, if not, I can't think of anything14:59
salv-orlandogaryk: not incredibly familiar. But I had one or two drinks with it.14:59
garyksalv-orlando: i have run into a little problem. i run devstack and deploy 2 vms. via ip netns i am able to ping only one of the vms.15:00
garyksalv-orlando: when i use the old driver this works.15:00
garyksalv-orlando: i'll open a bug and add the specific instructions.15:00
chmouelmarkmc: no that, http://pastie.org/private/xx3kbilnataibh2sqnkqxq (not only to swiftclient but all others)15:01
salv-orlandograyk: great thanks. I or Dan will look into it15:01
chmouelmarkmc: will lodge a bug if you haven't seen that15:01
garyksalv-orlando: thanks15:01
eglynn_ttx: I'm hoping to get this onto glance:milestone-proposed in time for RC2 - https://review.openstack.org/1335815:02
eglynn_ttx: is RC2 imminent?15:02
ttxeglynn_: ask bcwaldon15:03
markmcchmouel, that could be a tests setup issue in swiftclient (and others)15:03
markmcchmouel, swiftclient.openstack.common.setup is a module not a function15:04
ttxeglynn_: my personal goal is before the end of the week...15:04
markmcchmouel, why is nose looking at it?15:04
chmouelmarkmc: that's what i am not sure about :)15:04
*** dspano has joined #openstack-dev15:04
eglynn_ttx: cool, that should be plenty of time to get it landed ...15:04
openstackgerritA change was merged to openstack/python-swiftclient: Catch authorization failures  https://review.openstack.org/1312715:04
ttxeglynn_: sounds like a risky behavior change though15:04
*** lloydde has quit IRC15:04
*** markmcclain1 has joined #openstack-dev15:05
ttxeglynn_: risky as in.. troubles the testign waters15:05
chmouelmarkmc: out of battery on my laptop, will be online later15:05
*** reidrac has quit IRC15:05
eglynn_ttx: wrt risk, better to have the default reflect the most likely usage pattern in prod IMO15:06
ttxeglynn_: not saying it's not a good idea, saying it changes the default behavior at a moment where people like QA and docs expect it not to chaneg anymore15:07
*** markmcclain has quit IRC15:07
*** lloydde has joined #openstack-dev15:07
*** GheRivero is now known as Ghe_Rivero15:07
ttxeglynn_: it's my role to flag those15:07
ttxeglynn_: but bcwaldon decides15:08
eglynn_ttx: yep, understood ... though from the perspective of the number of processes actually servicing requests, it won't change, so its not quite as intrusive as it seems15:08
*** gatuus has joined #openstack-dev15:08
eglynn_ttx: any-hoo, bcwaldon can make the call ...15:08
annegentlettx: eglynn_ from a docs perspective it's not awful, we'd need a doc bug or DocImpact flag on that patch15:10
*** dhellmann has joined #openstack-dev15:10
eglynn_annegentle: thanks, I'll raise a doc bug if its accepted onto milestone-proposed15:11
*** lloydde has quit IRC15:11
annegentleeglynn_: thanks15:11
*** soosiechoi has quit IRC15:11
*** maoy has joined #openstack-dev15:11
*** Mandell has quit IRC15:12
*** hemna has joined #openstack-dev15:14
sdaguemaurosr: so I'm still trying to match your issue, can you pastebin for me a "find . -name openssl.cnf" from your nova tree?15:14
maurosrsdague: just this ./CA/openssl.cnf15:15
sdagueyeh, I don't seem to have that file. This is a nova tree that devstack installed? Can you make a clean version instead.15:15
sdaguethe unit tests will run in clean git trees, so lets make sure everything is like it will be run in jenkins15:17
*** sdake has quit IRC15:17
*** sdake has joined #openstack-dev15:17
maurosrsdague: yeah it's installed by devstack15:19
sdaguemaurosr: ok, do a clean git clone instead into a seperate dir instead. I expect you'll then see my error with those tests.15:19
maurosr1 minute15:20
*** soosiechoi has joined #openstack-dev15:25
maurosractually many minutes... still cloning15:26
*** samkottler has quit IRC15:26
*** adalbas has quit IRC15:26
*** jaypipes has joined #openstack-dev15:26
sdagueno worries15:26
*** samkottler has joined #openstack-dev15:26
openstackgerritA change was merged to openstack/quantum: Restore SIGPIPE default action for subprocesses  https://review.openstack.org/1334815:26
*** mindpixel has quit IRC15:27
*** mnewby has joined #openstack-dev15:30
*** derekh has quit IRC15:33
*** ywu_ has joined #openstack-dev15:33
*** zaneb has quit IRC15:36
*** rnirmal has joined #openstack-dev15:36
maurosrsdague: I've a different trace now =/... pasting it15:37
*** ywu_ has quit IRC15:37
maurosrsdague: http://paste.openstack.org/show/21018/ same problem with openssl.cnf15:39
*** dwalleck has joined #openstack-dev15:39
*** zaneb has joined #openstack-dev15:39
*** maurosr has quit IRC15:39
*** lloydde has joined #openstack-dev15:40
*** lloydde has quit IRC15:40
*** lloydde has joined #openstack-dev15:41
*** maurosr has joined #openstack-dev15:41
*** soosiechoi has quit IRC15:42
maurosrsdague: is that trace the same as yours? I mean, It was not breaking in post, now it is15:42
sdagueyes, that's what I was seeing15:42
*** littleidea has joined #openstack-dev15:47
jeblairjgriffith: ping15:48
jgriffithjeblair: pong15:50
jeblairjgriffith: i was recently made aware of the dd problem... and still don't know much about it15:51
*** dhellmann has quit IRC15:51
jeblairjgriffith: but i think a devstack test is encountering it right now15:51
jeblairhttps://jenkins.openstack.org/job/gate-tempest-devstack-vm-cinder/2350/consoleFull15:51
jeblairhttp://paste.openstack.org/show/21019/15:51
jgriffithjeblair: Looking...15:51
jeblair^ top output from that host15:51
uvirtbotjeblair: Error: "top" is not a valid command.15:51
*** danpb has quit IRC15:52
jeblairjgriffith: is there any thing i can do to help with debugging?  i could put your key on that host and save it from deletion if that would be useful.15:52
*** markmcclain1 has quit IRC15:52
jeblairvishy: ^ fyi15:52
*** jog0 has joined #openstack-dev15:52
jgriffithjeblair: Yeah, I'll PM you my key15:52
*** johnpur has joined #openstack-dev15:53
*** ChanServ sets mode: +v johnpur15:53
jgriffithNots ure this is the same thing though15:53
sdaguemaurosr: got to drop off for lunch, but I think the issue is that genrootca.sh is never getting called. And the real question is whether you need that in this test, or you can stub it out15:54
jgriffithjeblair: The issue is typically snapshot/deletes only, and it looks like the deletes all passed here15:54
jgriffithjeblair: but the get/details is hosed15:54
*** spn has quit IRC15:55
maurosrsdague: ok, I'll lunch too, ping me when you come back please15:56
*** markmc has quit IRC15:57
*** AnilV4 has joined #openstack-dev16:00
*** maoy has quit IRC16:02
*** eglynn_ has quit IRC16:04
*** soosiechoi has joined #openstack-dev16:04
*** koolhead17 has joined #openstack-dev16:05
*** eglynn_ has joined #openstack-dev16:06
*** adalbas has joined #openstack-dev16:07
*** jtran has joined #openstack-dev16:11
*** jemartin has joined #openstack-dev16:11
zykes-Is anyone here running Essex still or that can give me a iptables -L -vn and iptables -t nat -L -vn of a essex install nova-network node ?16:11
vishyjgriffith: the last dd doesn't ever log success16:15
vishyjgriffith: another point. How would you feel about setting the default availability_zone in cinder back to "nova"16:15
jgriffithvishy: Yeah, and it's completely blocked all IO to LVM16:15
*** danwent has quit IRC16:15
jgriffithvishy: reasoning?16:16
jgriffithvishy: Changing the AZ back that is16:16
vishyjgriffith: a) that is the existing behavior of nova volume b) the cinder zone won't show up in euca-describe-availability-zones16:16
*** ncode has joined #openstack-dev16:16
jgriffithvishy: TBH I really don't see how it affects anything else in Cinder16:17
vishyjgriffith: zone is a required param to euca-create-volume16:17
jgriffithvishy: Makes sense as Nova is the consumer of the service anyway16:17
*** AnilV4 has quit IRC16:17
jgriffithvishy: And that's where everythign that *uses* the AZ info is located16:18
jgriffithvishy: I can change it back16:18
*** AnilV has joined #openstack-dev16:18
jgriffithvishy: I'll send you a note when I get the patch in16:18
jgriffithvishy: First I'll try to figure out if there's anything I can do with this dd/lvm issue16:19
*** AnilV is now known as AnilV416:19
*** salv-orlando has quit IRC16:19
vishyjgriffith: http://paste.openstack.org/show/21022/16:19
openstackgerritA change was merged to openstack/nova: Restore SIGPIPE default action for subprocesses  https://review.openstack.org/1334616:19
vishyhappy to report a bug16:19
*** salv-orlando has joined #openstack-dev16:20
openstackgerritA change was merged to openstack/nova: Adds API sample testing for rescue API extension  https://review.openstack.org/1328416:20
jgriffithvishy: Sure16:20
jgriffithvishy: I don't mind creating it either, so whatever16:20
jgriffithjeblair: Based on what i was seeing with these before we're kinda hosed16:21
vishyjgriffith: I will file, might want to add a note to release notes to make sure that cinder and nova zones match for ec2-api to work16:22
jgriffithjeblair: I'd like to get ahold of the cannonical folks to see what kernel info I can get to them from here16:22
*** gael has quit IRC16:22
openstackgerritA change was merged to openstack/nova: Replace builtin hash with MD5 to solve 32/64-bit issues.  https://review.openstack.org/1332116:22
jeblairokay.16:22
*** mnewby has quit IRC16:22
jgriffithvishy: sounds good16:22
*** toey has joined #openstack-dev16:22
jgriffithjeblair: Can you leave that in it's state for about an hour?16:22
*** samkottler is now known as samkottler|afk16:22
jeblairvishy, jgriffith: jenkins has a behavioral issue that is exacerbated by the dd bug16:22
jgriffithjeblair: I have to go interview someone16:22
jeblairjgriffith: yep, should be fine, lemme know when you're done with it.16:23
jgriffithjeblair: thanks16:23
jgriffithjeblair: I'll shout when I'm done16:23
*** toey has quit IRC16:23
jeblairvishy, jgriffith: when it "archives artifacts" it does it in strict job sequence order, so if a job was stuck on dd, all jobs in jenkins launched after it would wait on it to finish before reporting.16:24
*** mnewby has joined #openstack-dev16:24
vishyhas anyone else noticed that devstack is getting double logging now?16:24
jeblairvishy, jgriffith: now that we have logs.openstack.org, we don't need jenkins artifact archiving for the devstack jobs anymore, so i just merged a change that will remove them.16:24
jeblairvishy, jgriffith: so hopefully, if a node does hit the dd problem, it will no longer hold up the whole queue16:25
openstackgerritA change was merged to openstack/nova: Use test.TestingException instead of duplicating it  https://review.openstack.org/1336716:26
*** ev0ldave has joined #openstack-dev16:26
jeblairvishy, jgriffith: (except for the timeout if it happens in the merge queue) -- so the dd bug is still going to be a problem for merge throughput, just hopefully less severe16:26
*** PotHix has joined #openstack-dev16:26
bcwaldonvishy: yes16:31
bcwaldonvishy: you mean services running in devstack?16:31
vishybcwaldon: i think there is an issue with our common logging16:31
vishybcwaldon: there is probably a regular stdout or stderr handler left in16:32
bcwaldonvishy: yeah, I'd look for the hook that checks for 'log_file' in CONF16:32
vishybcwaldon: i don't have log_file set. You think it is sending it to stdout if it isn't set?16:33
bcwaldonvishy: yes16:33
bcwaldonvishy: immediate thought16:33
bcwaldonvishy: and when you don't run in daemon mode, it might be setting up stdout log handler in a separate place16:33
*** soosiechoi has quit IRC16:34
bcwaldonvishy: haha, so Glance still does its own log setup16:37
bcwaldonvishy: in addition to calling the common log setup16:37
*** jog0 has quit IRC16:37
*** primeministerp has quit IRC16:38
*** tgall_foo has quit IRC16:40
vishyjkoelker: ping16:41
vishybcwaldon: found it16:41
bcwaldonvishy: point me at it!16:41
vishynova/__init__.py16:41
bcwaldonha16:42
*** tgall_foo has joined #openstack-dev16:42
*** tgall_foo has quit IRC16:42
*** tgall_foo has joined #openstack-dev16:42
*** mikal has quit IRC16:43
vishybcwaldon: hilarious right?16:43
bcwaldonvishy: hi-larious16:43
*** mikal has joined #openstack-dev16:44
vishybcwaldon: so the nova code would remove the log handler at the end16:44
openstackgerritA change was merged to openstack/nova: Fix solidfire option declaration  https://review.openstack.org/1336316:44
*** garyk has quit IRC16:45
vishybcwaldon: it is so you get some logging before the setup is complete I guess16:45
vishybcwaldon: I guess we should remove it now...16:45
bcwaldonvishy: yeah, so I see double logs in Glance, too16:45
bcwaldonvishy: but I think thats an independt fudge-up16:45
vishybcwaldon: k16:45
bcwaldonI'd gotten really good at ignoring it16:46
*** danwent has joined #openstack-dev16:46
jgriffithvishy: Well, that was easy enough16:46
*** maploin has quit IRC16:47
jkoelkervishy: yea the __init__ config was for legacy compat, I'd love to have it ripped out16:48
*** adalbas has quit IRC16:48
*** eglynn_ has quit IRC16:50
*** s0mik has joined #openstack-dev16:52
*** samkottler|afk is now known as samkottler16:54
*** hemna has quit IRC16:55
openstackgerritA change was merged to openstack/quantum: Fix for flat network creation in Cisco plugin  https://review.openstack.org/1334016:57
vishybcwaldon, jkoelker: https://review.openstack.org/1337916:58
*** darraghb has quit IRC17:00
*** mnewby has quit IRC17:01
*** jemartin has quit IRC17:02
*** mnewby has joined #openstack-dev17:02
*** oneiroi has quit IRC17:05
*** oneiroi has joined #openstack-dev17:05
*** zaitcev has joined #openstack-dev17:06
*** hemna has joined #openstack-dev17:06
*** markmcclain has joined #openstack-dev17:06
*** dhellmann has joined #openstack-dev17:07
*** rafaduran has quit IRC17:07
*** zing_ has quit IRC17:08
*** crobinso has joined #openstack-dev17:09
*** crobinso has left #openstack-dev17:10
*** adalbas has joined #openstack-dev17:11
*** winston-d has quit IRC17:11
*** eglynn_ has joined #openstack-dev17:12
*** epim has joined #openstack-dev17:14
*** heckj has joined #openstack-dev17:14
heckjdolphm: https://review.openstack.org/#/c/13304/ looking good - I like having that kind of format available immediately on the web (like bcwaldon did with Glance). No need to continue google docs at this stage - I think all the feedback now is going to be coming from implementation and testing the API against reality.17:15
dolphm_heckj: awesome17:16
*** soosiechoi has joined #openstack-dev17:16
dolphm_heckj: P.S. who else has plustwoability on identity-api?17:17
dolphm_not sure how to check17:17
heckjdolphm_: heh, neither am I. I'm not sure - let me ask in #openstack-infra17:20
heckjdolphm_: annegentle and me - not sure who else. Might be doc-core17:21
dolphm_heckj: i do as well17:22
heckjdolphm_: turns out it's keystone-core17:22
dolphm_heckj: but not doc-core??17:22
heckjdolphm_: gave me this link: https://review.openstack.org/#/admin/projects/openstack/identity-api,access17:22
*** andrewbogott is now known as andrewbogott_afk17:23
*** torandu has joined #openstack-dev17:23
dolphm_heckj: it's showing me that i'm the only member of keystone-core..? https://review.openstack.org/#/admin/groups/uuid-036b9e3b26007375b712b2fa8565e63f652fa3e9,members17:24
heckjI think that's just what we can view - when I look I only see myself, but it's sync'd form launchpad's ~keystone-core17:24
dolphm_ah okay17:25
mtaylor(we're hoping that becomes less complex in a week or two, btw)17:25
*** martines has quit IRC17:25
heckjdolphm_: for the V3 api work - I've been chugging through the python-keystoneclient changes first. Is there an ordering between those two feature branches? Can we land keystoneclient v3 branch first, or does it need to go reverse around?17:28
dolphm_heckj: they can land in any order -- there's a few tests on the server side that depend on the client, but they're currently skipped (as proposed)17:29
*** Ryan_Lane has joined #openstack-dev17:29
heckjcool17:29
dolphm_heckj: i think they also cite the review that needs to land in order for them to be enabled17:29
*** Ryan_Lane has joined #openstack-dev17:29
*** nati_ueno has joined #openstack-dev17:30
openstackgerritA change was merged to openstack/nova: Raise NotFound for non-existent volume snapshot create  https://review.openstack.org/1294417:30
*** dwalleck has quit IRC17:32
*** soosiechoi has quit IRC17:32
*** soosiechoi has joined #openstack-dev17:32
*** Mandell has joined #openstack-dev17:33
*** ywu_ has joined #openstack-dev17:34
*** jakedahn_zz is now known as jakedahn17:35
eglynn_davidkranz: hey17:37
eglynn_davidkranz: so I looked into that issue around bug #96324817:37
uvirtbotLaunchpad bug 963248 in nova "Return code for rebuild with non-existent image changed" [Undecided,Invalid] https://launchpad.net/bugs/96324817:37
eglynn_davidkranz: so here's the deal ...17:38
*** ywu_ has quit IRC17:38
eglynn_davidkranz: that bug refers to the response code when the image is not found ... this is still 400 (I just checked it)17:38
eglynn_davidkranz: whereas https://review.openstack.org/#/c/12994/1/tempest/tests/compute/test_server_actions.py tests if the server (as opposed to the image) is non-existent17:39
eglynn_davidkranz: in that case, 404 is return (I don't think there was any change there)17:40
*** epim has quit IRC17:40
*** markmcclain1 has joined #openstack-dev17:40
*** soosiechoi has quit IRC17:41
*** markmcclain has quit IRC17:42
*** martines has joined #openstack-dev17:47
*** eglynn_ has quit IRC17:47
*** jog0 has joined #openstack-dev17:48
*** jog0 has quit IRC17:48
*** jog0 has joined #openstack-dev17:48
*** andrewbogott_afk is now known as andrewbogott17:52
*** epim has joined #openstack-dev17:53
openstackgerritA change was merged to openstack/nova: Inherit the base images qcow2 properties  https://review.openstack.org/1317317:53
*** epim has quit IRC17:54
*** epim has joined #openstack-dev17:55
*** soosiechoi has joined #openstack-dev17:56
*** waa has joined #openstack-dev17:57
dolphm_heckj: +2 for your reviewing rampage17:57
heckjI promised - just slow to get through them. You've done a ton of work there!17:57
openstackgerritA change was merged to openstack/cinder: Restore SIGPIPE default action for subprocesses  https://review.openstack.org/1334717:59
heckjback for more later - days' kicking in and dragging me away17:59
*** heckj has quit IRC17:59
*** kyriakos has quit IRC18:01
*** dolphm_ has quit IRC18:02
*** dolphm_ has joined #openstack-dev18:02
*** dolphm_ has quit IRC18:03
openstackgerritA change was merged to openstack/nova: Re-generate sample config file  https://review.openstack.org/1336618:04
openstackgerritA change was merged to openstack/nova: Fix startup with DELETED instances  https://review.openstack.org/1336218:04
*** eglynn_ has joined #openstack-dev18:07
*** waa has quit IRC18:07
openstackgerritA change was merged to openstack/nova: Recreate nw_info after auto assigning floating ip.  https://review.openstack.org/1336918:07
openstackgerritA change was merged to openstack/nova: Modified 404 error response for server actions  https://review.openstack.org/1302418:07
*** reed has quit IRC18:07
*** garyk has joined #openstack-dev18:08
openstackgerritA change was merged to openstack/nova: Stop double logging to the console  https://review.openstack.org/1337918:09
*** waa has joined #openstack-dev18:16
*** japage has quit IRC18:18
*** mrunge has joined #openstack-dev18:18
*** datsun180b_ has joined #openstack-dev18:19
*** soosiechoi has quit IRC18:19
openstackgerritA change was merged to openstack/nova: Fix solidfire unit tests  https://review.openstack.org/1338218:20
*** datsun180b has quit IRC18:21
*** datsun180b_ is now known as datsun180b18:21
*** datsun180b has quit IRC18:23
*** datsun180b has joined #openstack-dev18:24
*** reed has joined #openstack-dev18:24
*** dhellmann_ has joined #openstack-dev18:26
*** dhellmann has quit IRC18:29
*** dhellmann_ is now known as dhellmann18:29
*** danwent has quit IRC18:31
*** danwent has joined #openstack-dev18:31
*** adalbas has quit IRC18:32
*** novas0x2a|laptop has joined #openstack-dev18:33
*** apevec has quit IRC18:34
*** dolphm_ has joined #openstack-dev18:53
*** eglynn_ has quit IRC18:54
jgriffithjeblair: ping18:56
*** s0mik has quit IRC18:57
*** alexpilotti has quit IRC19:02
*** eglynn_ has joined #openstack-dev19:04
*** gyee has joined #openstack-dev19:08
*** cmagina has quit IRC19:09
*** markmcclain has joined #openstack-dev19:10
*** ChanServ has quit IRC19:11
*** sandywalsh_ has joined #openstack-dev19:13
*** sandywalsh has quit IRC19:13
*** markmcclain1 has quit IRC19:13
*** cmagina has joined #openstack-dev19:14
*** sandywalsh_ has quit IRC19:14
*** markmcclain1 has joined #openstack-dev19:14
*** epim has quit IRC19:15
*** dhellmann has quit IRC19:15
*** markmcclain has quit IRC19:16
*** ChanServ has joined #openstack-dev19:17
*** zelazny.freenode.net sets mode: +o ChanServ19:17
*** zaneb has quit IRC19:17
*** dhellmann has joined #openstack-dev19:20
*** adalbas has joined #openstack-dev19:21
*** dubsquared has joined #openstack-dev19:21
*** ev0ldave has quit IRC19:21
*** maoy has joined #openstack-dev19:23
jeblairjgriffith: pong19:23
jeblairjgriffith: (and #openstack-infra can help with these things if i'm not around)19:24
jgriffithjeblair: Hey there, the ubuntu folks are looking at that bug again with a repro script19:24
jgriffithjeblair: Should be save to kill that VM if you need it back19:24
jgriffiths/save/safe/19:24
*** zodiak has quit IRC19:30
*** jemartin has joined #openstack-dev19:32
jeblairjgriffith: cool, thanks, i'll release it in a few19:33
*** ywu_ has joined #openstack-dev19:34
*** dubsquared1 has joined #openstack-dev19:37
*** adalbas has quit IRC19:37
openstackgerritA change was merged to openstack/nova: Cleanup test_api_samples:_compare_result  https://review.openstack.org/1339619:38
tr3buchetblist19:38
*** ywu_ has quit IRC19:38
*** dubsquared has quit IRC19:39
*** titankiller has joined #openstack-dev19:39
*** adalbas has joined #openstack-dev19:39
*** mrodden has joined #openstack-dev19:40
*** s0mik has joined #openstack-dev19:42
*** mrodden1 has quit IRC19:42
*** jtran has quit IRC19:43
*** mmalesky has joined #openstack-dev19:45
*** maoy has quit IRC19:45
*** maoy has joined #openstack-dev19:45
*** littleidea has quit IRC19:47
*** jakedahn is now known as jakedahn_zz19:47
*** littleidea has joined #openstack-dev19:49
*** cmagina has quit IRC19:53
*** PotHix has quit IRC19:55
*** cmagina has joined #openstack-dev19:55
*** jakedahn_zz is now known as jakedahn19:56
*** ncode has quit IRC19:57
*** eglynn_ has quit IRC19:58
*** eglynn_ has joined #openstack-dev19:59
*** maurosr has quit IRC19:59
*** adalbas has quit IRC19:59
*** ncode has joined #openstack-dev20:00
*** dubsquared1 has quit IRC20:00
*** dubsquared has joined #openstack-dev20:00
*** crandquist has joined #openstack-dev20:00
*** samkottler is now known as samkottler|hacki20:00
*** samkottler|hacki is now known as samkottler|hack20:00
*** zodiak has joined #openstack-dev20:02
*** maurosr has joined #openstack-dev20:02
*** koolhead17 has quit IRC20:04
*** m4xmr has joined #openstack-dev20:07
*** m4xmr has quit IRC20:07
*** ncode has quit IRC20:10
eglynn_bcwaldon: I missed the doc update for workers default ... https://review.openstack.org/13404, https://review.openstack.org/1340520:11
*** ncode has joined #openstack-dev20:11
zykes-How can I get Security Groups working with Quantum V2 ?20:13
*** mrunge has quit IRC20:14
bcwaldoneglynn_: approved20:14
*** cmagina has quit IRC20:16
*** jakedahn is now known as jakedahn_zz20:16
*** dprince has quit IRC20:18
nikhilanyone remembers the credentials to login into the cirros devstack instances?20:19
dtroyerIIRC its cirros, cubswin:)20:19
*** waa has quit IRC20:20
dtroyerthat's c u b s w i n : ) without the spaces in case your IRC client converts emoticons...20:20
nikhilwe tried that but ..20:20
*** cmagina has joined #openstack-dev20:21
*** samkottler|hack is now known as samkottler20:22
nikhilnvm20:22
nikhil:) works20:22
openstackgerritA change was merged to openstack/nova: Added description of operators for extra_specs  https://review.openstack.org/1258420:29
*** jemartin has quit IRC20:32
*** eglynn_ has quit IRC20:32
*** maoy has quit IRC20:33
*** rkukura has quit IRC20:33
openstackgerritA change was merged to openstack/glance: Update docs with modified workers default value.  https://review.openstack.org/1340420:33
*** eglynn_ has joined #openstack-dev20:34
*** ncode has quit IRC20:34
*** dprince has joined #openstack-dev20:37
*** ncode has joined #openstack-dev20:40
*** eglynn_ has quit IRC20:42
*** PotHix has joined #openstack-dev20:44
*** maoy has joined #openstack-dev20:46
*** eglynn has joined #openstack-dev20:51
eglynnannegentle: here's that glance docs bug discussed earlier ... bug #105365020:52
uvirtbotLaunchpad bug 1053650 in openstack-manuals "Update docs with new default value for glance workers config option" [Undecided,New] https://launchpad.net/bugs/105365020:52
annegentleeglynn: thanks, will target20:53
eglynnannegentle: great!20:53
*** markmc has joined #openstack-dev20:59
vishynova meeting starting in #openstack-meeting21:00
zykes-security groups in quantum danwent / vishy21:02
zykes-?21:02
*** mmalesky has quit IRC21:03
*** mmalesky has joined #openstack-dev21:04
*** tgall_foo has quit IRC21:05
*** dolphm_ has quit IRC21:05
*** markmcclain has joined #openstack-dev21:05
ewindischStill seeking approval and reviews for:21:05
ewindischhttps://review.openstack.org/#/c/11408/21:05
ewindischhttps://review.openstack.org/#/c/12901/21:05
ewindischTrying to them in today, if possible, so they can get into Quantum RC221:06
*** markmcclain1 has quit IRC21:07
*** alexpilotti has joined #openstack-dev21:09
*** maurosr has quit IRC21:09
*** maoy has quit IRC21:13
*** markvoelker has quit IRC21:17
*** torandu has quit IRC21:18
*** titankiller has quit IRC21:21
*** markmcclain1 has joined #openstack-dev21:21
*** dubsquared has quit IRC21:23
*** markmcclain has quit IRC21:24
*** jcru has joined #openstack-dev21:33
*** mrodden1 has joined #openstack-dev21:33
*** jcru has quit IRC21:33
*** rkukura has joined #openstack-dev21:34
*** ywu_ has joined #openstack-dev21:34
*** mrodden has quit IRC21:36
*** ywu_ has quit IRC21:38
*** nunosantos has quit IRC21:40
jgriffithgugl: ping21:41
*** mtreinish has quit IRC21:43
jgriffithvishy: I'm assuming you agree with dealing with the driver issues?21:44
jgriffithvishy: Either that or remove them since they're broke21:44
openstackgerritA change was merged to openstack/openstack-common: fanout subscriptions in impl_zmq  https://review.openstack.org/1140821:45
vishyjgriffith: I don't mind merging that patch21:46
*** datsun180b has quit IRC21:49
*** harlowja has quit IRC21:50
*** markmc has quit IRC21:52
openstackgerritA change was merged to openstack/openstack-common: Support declare_topic_consumer in impl_zmq  https://review.openstack.org/1290121:52
*** dspano has quit IRC21:52
*** littleidea has quit IRC21:54
*** harlowja has joined #openstack-dev21:59
*** kbringard has quit IRC21:59
*** Mandell has quit IRC22:02
*** eglynn_ has joined #openstack-dev22:05
*** LinuxJedi has quit IRC22:05
*** eharney has quit IRC22:06
*** LinuxJedi has joined #openstack-dev22:06
*** alunduil has quit IRC22:07
gugljgriffith: I found a fixed bug which has the opposite problem of mine...https://bugs.launchpad.net/ubuntu/+source/nova/+bug/871278/+editstatus22:08
uvirtbotLaunchpad bug 871278 in nova "Cannot attach volumes to instances if tgt is used" [High,Fix released]22:08
gugljgriffith: I am new to openstack...not sure that is the defect tracking system for openstack22:10
*** ywu_ has joined #openstack-dev22:11
*** eglynn_ has quit IRC22:12
*** eglynn__ has joined #openstack-dev22:12
rmkvishy: If I can get this (https://review.openstack.org/#/c/13251/) finished up in the next day or so, is there a possibility of getting it into the next RC or are we fairly set at this point?22:13
gugljgriffith: try to see what got fixed for that bug22:13
*** eglynn__ has quit IRC22:18
*** danwent has quit IRC22:18
*** danwent has joined #openstack-dev22:20
jgriffithgugl: Not sure those are related, I thought we determined that it was a mismatch in the Lun number?22:22
gugljgriffith22:22
*** danwent has quit IRC22:22
vishyrmk: probably not that one22:22
vishyrmk: it can definitely go through stable/backport though22:22
*** danwent has joined #openstack-dev22:23
gugljgriffith: it is sort of related...mine is driver gives target_lun=1 which actual is 0, his is target_lun=0, which actual is 122:23
jgriffithgugl: Yes, but I believe the *fix* is to add the correct lun number to the model_update22:24
jgriffithgugl: The reason you can't connect is becuase the iqn is wrong (at least in the paste you showed me)22:24
gugljgriffith...sort of hard code there?22:25
*** dhellmann has quit IRC22:25
jgriffithgugl: That's the problem, I don't believe it's static on HP/LH, I've pinged somebody I know at LH to find out, and see if there's a cliq cmd22:25
gugljgriffith: I checked the code it calls getVolumeInfo first...didn't have any target_lun info...so it falls into the if tgtadm =1...22:27
*** dhellmann has joined #openstack-dev22:27
*** markmcclain1 has quit IRC22:27
gugljgriffith: let me know what you find out. by the way...where is the usual place to track defect for openstack volume stuffs?22:28
jgriffithgugl: https://bugs.launchpad.net/cinder22:28
gugljgriffith: tks.22:29
*** dhellmann has quit IRC22:31
*** Gordonz has quit IRC22:33
*** nati_uen_ has joined #openstack-dev22:34
*** nati_uen_ has quit IRC22:34
*** nati_uen_ has joined #openstack-dev22:34
*** nati_ueno has quit IRC22:37
*** jtran has joined #openstack-dev22:37
*** edygarcia_ has joined #openstack-dev22:40
*** crandquist has quit IRC22:40
*** mrodden1 has quit IRC22:41
*** littleidea has joined #openstack-dev22:42
*** edygarcia has quit IRC22:43
*** edygarcia_ is now known as edygarcia22:43
openstackgerritA change was merged to openstack/nova: Clarify dangerous use of exceptions in unit tests  https://review.openstack.org/1339422:44
*** crandquist has joined #openstack-dev22:44
*** edygarcia_ has joined #openstack-dev22:46
*** maurosr has joined #openstack-dev22:46
*** mnewby has quit IRC22:48
*** edygarcia has quit IRC22:50
*** edygarcia_ is now known as edygarcia22:50
*** maurosr has quit IRC22:50
*** maurosr has joined #openstack-dev22:51
rmkvishy: ok makes sense22:52
jgriffithgugl: I've verified it should be lun 022:54
ewindischThanks everyone that helped review those ZeroMQ-Quantum fixes for common.22:55
ewindischI have a review in progress to pull the common-code into Quantum22:55
ewindischhttps://review.openstack.org/1342322:55
gugljgriffith: thanks.22:55
*** maurosr has quit IRC22:55
gugljgriffith: so it is a bug, right?22:56
jgriffithgugl: Yes22:56
jgriffithgugl: I'll log it and get the fix up22:57
*** maurosr has joined #openstack-dev22:57
gugljgriffith: tks22:57
*** edygarcia_ has joined #openstack-dev22:58
gugljgriffith: can you give the defect number once you log it22:58
*** lloydde has quit IRC22:59
openstackgerritA change was merged to openstack/cinder: Fixes to the SolarisISCSI Driver  https://review.openstack.org/1339122:59
*** edygarcia__ has joined #openstack-dev23:00
*** littleidea has quit IRC23:00
*** edygarcia has quit IRC23:00
*** edygarcia__ is now known as edygarcia23:00
*** edygarcia_ has quit IRC23:02
*** littleidea has joined #openstack-dev23:02
*** mnewby has joined #openstack-dev23:02
*** nati_uen_ has quit IRC23:03
*** rnirmal has quit IRC23:05
*** mrodden has joined #openstack-dev23:06
*** nati_ueno has joined #openstack-dev23:06
*** edygarcia has quit IRC23:06
jgriffithgugl: bug #105371723:09
uvirtbotLaunchpad bug 1053717 in cinder "Lefthand driver in san.py not setting Lun in model_update" [High,Triaged] https://launchpad.net/bugs/105371723:10
*** nati_ueno has quit IRC23:14
*** nati_ueno has joined #openstack-dev23:15
*** maoy has joined #openstack-dev23:17
*** maoy has quit IRC23:17
*** mnewby has quit IRC23:18
*** gyee has quit IRC23:21
*** e1mer has joined #openstack-dev23:26
*** e1mer has joined #openstack-dev23:26
*** nati_ueno has quit IRC23:32
*** nati_ueno has joined #openstack-dev23:34
*** ywu_ has quit IRC23:34
*** ywu_ has joined #openstack-dev23:35
*** gongysh has joined #openstack-dev23:36
*** littleidea has quit IRC23:37
*** lloydde has joined #openstack-dev23:39
*** s0mik has quit IRC23:39
*** ywu_ has quit IRC23:40
*** ywu_ has joined #openstack-dev23:40
*** ncode has quit IRC23:42
*** alunduil has joined #openstack-dev23:44
openstackgerritA change was merged to openstack/nova: libvirt: return after soft reboot successfully completes  https://review.openstack.org/1342223:44
*** ywu_ has quit IRC23:44
*** ywu_ has joined #openstack-dev23:45
*** harlowja has quit IRC23:46
*** torandu has joined #openstack-dev23:47
*** Ryan_Lane has quit IRC23:49
*** lloydde_ has joined #openstack-dev23:51
*** lloydde has quit IRC23:54
*** harlowja has joined #openstack-dev23:56

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