Earlier  
Posted Nick Remark
#openstack-nova - 2017-12-07
06:34:32 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/524795
06:39:10 openstackgerrit Merged openstack/nova master: XenAPI: provide vGPU inventory in compute node https://review.openstack.org/516217
06:45:12 openstackgerrit Merged openstack/nova master: Add Selection objects https://review.openstack.org/499239
06:54:02 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (2) https://review.openstack.org/526263
06:54:28 openstackgerrit wanghongxu proposed openstack/nova master: Update cinder info when attach volume that attached https://review.openstack.org/525540
07:15:06 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Deprecate configurable Hide Server Address Feature https://review.openstack.org/526297
07:45:09 openstackgerrit sahid proposed openstack/nova master: libvirt: slow live-migration to ensure network is ready https://review.openstack.org/497457
07:51:26 openstackgerrit zhangyanxian proposed openstack/nova-specs master: Sriov-bond https://review.openstack.org/463526
08:08:09 gmann jichen: its different policy for keypair not same - https://review.openstack.org/#/c/526258/
08:31:07 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for backup instances https://review.openstack.org/523676
08:37:44 gibi ildikov: debugging (6) can be easy with tools like http://mgvez.github.io/jsorrery/
08:45:57 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Deprecate configurable Hide Server Address Feature https://review.openstack.org/526297
08:46:04 gmann alex_xu: can you check these 2 patches - https://review.openstack.org/#/c/526258/ https://review.openstack.org/#/c/526297/
08:55:39 alex_xu gmann: yea, add them to my review list, will reach them asap
08:56:34 gmann alex_xu: thanks. they are Depends-On on oslo.policy 1.30.0 which i added on g-r and should be available soon in nova as g-r patch is approved
08:56:35 openstackgerrit Merged openstack/nova master: placement: allow filter providers in tree https://review.openstack.org/377215
08:56:47 alex_xu gmann: ok, got it
08:57:08 openstackgerrit Merged openstack/nova master: [placement] re-use existing conf with auth token middleware https://review.openstack.org/523403
09:06:07 abhishekk hi, if 'verify_glance_signatures' is true in nova and if instance is created using signed image then is it advisable to take snapshot of instance?
09:07:29 openstackgerrit Deepak Mourya proposed openstack/nova-specs master: Sriov-bond https://review.openstack.org/463526
09:13:50 openstackgerrit Wangpan proposed openstack/nova master: Handle glance exception during rotating instance backup https://review.openstack.org/523395
09:14:16 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: create vGPU for instance https://review.openstack.org/516899
09:37:15 openstackgerrit Jianghua Wang proposed openstack/nova master: XenAPI: provide VGPU_DISPLAY_HEAD inventory in compute node https://review.openstack.org/523342
09:40:49 openstackgerrit Stephen Finucane proposed openstack/nova master: Handle images with no data https://review.openstack.org/526329
09:40:49 openstackgerrit Stephen Finucane proposed openstack/nova master: De-dupe image verification https://review.openstack.org/526328
09:41:50 stephenfin mdbooth: Not _exactly_ your area of expertise, but mind having a look at ^
09:41:52 stephenfin ?
09:42:05 mdbooth stephenfin: Yep
09:42:11 stephenfin Ta :)
09:45:16 mdbooth Haven't looked at that code since I was working on the vmware driver, I think
09:48:30 mdbooth stephenfin: We're reading the whole glance image into ram?
09:49:20 mdbooth At one time
09:49:40 stephenfin It sure looks like it
09:49:56 stephenfin that surprised me too
09:52:19 mdbooth WOW
09:52:25 mdbooth Uhh...
09:52:28 mdbooth Wow
09:53:54 mdbooth Actually this is ringing a bell
09:56:27 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add pagination and changes-since for instance-actions https://review.openstack.org/326326
09:58:48 mdbooth I don't think I realised at the time that it's also used for download
10:13:22 openstackgerrit Theodoros Tsioutsias proposed openstack/python-novaclient master: CommandError is raised for invalid server fields https://review.openstack.org/525110
10:14:11 bauzas jianghuaw_: around ?
10:14:32 bauzas I'm thinking of a problem about allocations with multiple possible types
10:15:03 bauzas for the moment, we're sure that the compute node only support one type, so when creating the VGPU (ie. the mdev for libvirt) I can ask for that type
10:15:14 bauzas now, say we have more than one type
10:15:32 bauzas we should then try to understand which type is related to the allocation
10:32:29 sean-k-mooney2 stephenfin: wait what we should never load the glance image into ram in one go. where?
10:32:59 stephenfin sean-k-mooney2: The 'download' function modified here https://review.openstack.org/526328
10:35:02 sean-k-mooney2 on line 318?
10:36:44 stephenfin Actually, higher https://review.openstack.org/#/c/526328/1/nova/image/glance.py@179
10:39:32 sean-k-mooney2 stephenfin: i was just going to say i really hope self._client.call(context, 2, 'data', image_id) is retruning an asyc stream to the data form the glance api but that call to list is painful
10:42:29 sean-k-mooney2 stephenfin: i take it we dont have an fuctional test that i dont know validate a 1TB qcow image of all 0 bytes do we because we shoudl remove if on line 176 and add one
10:43:27 tetsuro Hi sean, sorry for cutting in. Jay is asking to you about this patch, so could you response? https://review.openstack.org/#/c/465160/ ,
10:43:42 mdbooth stephenfin: https://review.openstack.org/#/c/526328/1
10:43:47 sean-k-mooney2 tetsuro: sure ill take a look now
10:44:10 tetsuro thanks in advance
10:44:18 stephenfin mdbooth: Fair. I'm reporting that as a bug now
10:52:04 openstackgerrit Stephen Finucane proposed openstack/nova master: Handle images with no data https://review.openstack.org/526329
10:54:03 openstackgerrit Stephen Finucane proposed openstack/nova master: Handle images with no data https://review.openstack.org/526329
11:15:55 sean-k-mooney2 bauzas: if your device support multiple mdev types you need to have multiple resouce provider pools.
11:16:28 sean-k-mooney2 bauzas: the tricky bit is doing the accounting correctly
11:17:34 sean-k-mooney2 when you claim the mdev you will have to revailidate the available_instances for all other mdev types on the same Physical device
11:24:29 openstackgerrit Matthew Booth proposed openstack/nova master: Make BlockDeviceMapping object support uuid https://review.openstack.org/242603
11:24:30 openstackgerrit Matthew Booth proposed openstack/nova master: DriverBlockDevice: make subclasses inherit _proxy_as_attr https://review.openstack.org/524167
11:24:30 openstackgerrit Matthew Booth proposed openstack/nova master: Add an online migration for BDM.uuid https://review.openstack.org/525599
11:24:31 openstackgerrit Matthew Booth proposed openstack/nova master: Add DriverLocalImageBlockDevice https://review.openstack.org/526347
11:24:31 openstackgerrit Matthew Booth proposed openstack/nova master: Give volume DriverBlockDevice classes a common prefix https://review.openstack.org/526346
11:28:31 openstackgerrit Chen Hanxiao proposed openstack/nova master: InstanceInfo: store more runtime information of instance https://review.openstack.org/526348
12:04:47 openstackgerrit Chris Dent proposed openstack/nova stable/pike: [placement] re-use existing conf with auth token middleware https://review.openstack.org/526351
12:10:18 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add pagination and changes-since for instance-actions https://review.openstack.org/326326
12:13:07 openstackgerrit Wangpan proposed openstack/nova master: Handle glance exception during rotating instance backup https://review.openstack.org/523395
12:33:08 openstackgerrit garyk proposed openstack/nova master: Conductor: ensure build cleanup works with cell https://review.openstack.org/526356
12:36:04 jaypipes sean-k-mooney2: I want that original pug.
12:37:37 sean-k-mooney2 jaypipes: did you see my latest responce
12:37:55 jaypipes sean-k-mooney2: ya, reading it now :)
12:40:56 sean-k-mooney2 jaypipes: for rodolfos path by the way im happy to enable the fuctional gate jobs but do you know if infra allow enableing new legacy jobs or do i need to swap to zuul v3 in repo job config first?
12:41:29 jaypipes sean-k-mooney2: no idea... we should ask clarkb or fungi
12:42:19 sean-k-mooney2 jaypipes: i have been meaning to get linuxbridge gate jobs running of osvif for a while too so ill reach out to them and see how much work the v3 migration would be
12:42:33 jaypipes sean-k-mooney2: sounds good, thanks man
12:45:56 sean-k-mooney2 for tetsuro path since the intel nfv ci is still offline(ment to be fixed in january) we do not have any gate jobs for any cpu pinning, hugepage, emulator pin or numa feautres bar unit test which kind of sucks right now.
12:46:07 sean-k-mooney2 s/path/patch
12:50:49 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add regression test for bug 1735407 https://review.openstack.org/526095
12:50:50 openstack bug 1735407 in OpenStack Compute (nova) "[Nova] Evacuation doesn't respect anti-affinity rules" [Medium,In progress] https://launchpad.net/bugs/1735407 - Assigned to Balazs Gibizer (balazs-gibizer)
12:56:47 openstackgerrit garyk proposed openstack/nova master: Conductor: ensure build cleanup works with cell https://review.openstack.org/526356
12:59:17 jaypipes sean-k-mooney2: right, and I'm not really willing to approve any but the easiest/simplest patches that touch NUMA/CPU pinning/huge pages until that CI is green.
13:01:13 efried alex_xu We took a vote and settled on in_tree=<uuid>
13:02:04 sean-k-mooney2 jaypipes: the reason i created that patch originally was to allow hugepages, numa topology and emulator pinning to be testing in the upstream gate but the current version does not enable that
13:04:38 jaypipes efried: mornin.
13:04:44 efried jaypipes Howdy!
13:05:09 jaypipes efried: that's right... I forgot you're in Texas. :)
13:05:18 jaypipes pistols at dawn and all that. :P
13:06:12 jaypipes efried: though frankly, Florida might have just as many guns as Texas.
13:06:36 efried I haven't taken my pistol out of the safe in months. You, on the other hand, are living the Florida stereotype to a "tee".
13:06:37 jaypipes efried: my favorite thing about Sarasota is the ammo/gun store directly across from the courthouse called "The Bullet Hole"
13:06:46 efried Heh
13:06:48 jaypipes efried: touche
13:07:38 jaypipes efried: dansmith introduced me to https://www.reddit.com/r/FloridaMan/ about a year ago, much to my delight.
13:08:55 efried wow
13:11:34 jaypipes efried: you can thank dansmith for that :) there goes an hour of work time.
13:11:48 efried jaypipes It's better than The Onion.

Earlier   Later