Earlier  
Posted Nick Remark
#openstack-nova - 2017-12-09
02:59:01 openstackgerrit Merged openstack/nova master: Add new style volume attachment support to block_device.py https://review.openstack.org/525787
03:06:16 openstackgerrit Merged openstack/nova master: Implement new attach Cinder flow https://review.openstack.org/330285
03:23:56 openstackgerrit Merged openstack/nova stable/pike: Fix TypeError of _get_project_id when project_id is None https://review.openstack.org/524687
03:24:02 openstackgerrit Merged openstack/nova master: Fix cellsv1 messaging test https://review.openstack.org/525304
03:42:28 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete https://review.openstack.org/525231
04:53:10 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (2) https://review.openstack.org/526263
04:53:46 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (3) https://review.openstack.org/526557
04:54:13 openstackgerrit Chen Hanxiao proposed openstack/nova master: InstanceInfo: store more runtime information of instance https://review.openstack.org/526348
05:47:22 openstackgerrit Jiao Pengju proposed openstack/python-novaclient master: Remove deprecated command in nova.rst https://review.openstack.org/526569
06:26:07 openstackgerrit Merged openstack/nova master: placement: update client to set parent provider https://review.openstack.org/385693
06:26:24 openstackgerrit Merged openstack/nova master: [placement] Object changes to support last-modified headers https://review.openstack.org/521639
06:26:34 openstackgerrit Merged openstack/nova master: Scheduler set_inventory_for_provider does nested https://review.openstack.org/520643
06:26:48 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in post https://review.openstack.org/526823
06:30:28 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete https://review.openstack.org/525231
06:30:39 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (2) https://review.openstack.org/526263
06:54:36 openstackgerrit Merged openstack/nova master: Reformat _get_all_with_shared https://review.openstack.org/512799
07:12:25 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (3) https://review.openstack.org/526557
07:23:57 openstackgerrit Merged openstack/nova master: Add API and nova-manage tests that use the NoopQuotaDriver https://review.openstack.org/526270
07:24:04 openstackgerrit Merged openstack/nova master: [placement] Fix an error message in API validation https://review.openstack.org/524088
07:24:11 openstackgerrit Merged openstack/nova master: Unmap compute nodes when deleting host mapping https://review.openstack.org/524641
07:24:17 openstackgerrit Merged openstack/nova master: Follow up on removing old-style quotas code https://review.openstack.org/524234
07:50:23 openstackgerrit wanghao proposed openstack/nova master: Fix invalid Image&block device mapping combination https://review.openstack.org/171984
07:55:05 openstackgerrit wanghao proposed openstack/nova master: Fix invalid Image&block device mapping combination https://review.openstack.org/171984
08:09:32 openstackgerrit wanghongxu proposed openstack/nova master: Update cinder info when attach volume that attached https://review.openstack.org/525540
08:23:48 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in post https://review.openstack.org/526823
10:52:26 openstackgerrit Chen Hanxiao proposed openstack/nova master: libvirt: guest: introduce blockStats instead of domain.blockStats https://review.openstack.org/526833
18:02:51 openstackgerrit Chris Dent proposed openstack/nova master: Optional separate database for placement API https://review.openstack.org/362766
23:29:20 openstackgerrit Eric Berglund proposed openstack/nova master: WIP: PowerVM Driver: vSCSI https://review.openstack.org/526094
#openstack-nova - 2017-12-10
03:24:27 mnaser (not that I expect an answer for this now): but if someone is familiar with the glance caching code, does it always cache images on the local fs or the image backend?
03:24:51 mnaser asking because we're looking into opening another location in a cell (with its own ceph cluster as it's physically independent)
03:25:36 mnaser nova is smart enough to fallback to simply manually downloading the image if it cant reach the ceph cluster, but it would be nice that it caches it in ceph, and not locally .. allowing the entire cell to get access to the cached image
07:07:42 openstackgerrit Ameed Ashour proposed openstack/nova master: change instance_system_metadata column type https://review.openstack.org/526900
10:03:29 openstackgerrit Hamdy Khader proposed openstack/nova master: Adding NVMEoF for libvirt driver https://review.openstack.org/482640
20:07:30 openstackgerrit Merged openstack/nova master: Fix NoneType error when [service_user] is misconfigured https://review.openstack.org/521947
21:27:13 efried_cya_jan mnaser I know the glance caching code is virt driver-specific. Which virt driver are you using?
21:27:21 mnaser efried_cya_jan: libvirt
21:28:01 efried_cya_jan mnaser If I can point you to a starting point for the relevant source, can you take it from there?
21:28:15 mnaser efried_cya_jan: absolutely
21:28:19 efried_cya_jan stand by
21:28:34 mnaser efried_cya_jan: i ended up in the imagebackend code + spawn + image.cache stuff, but wasnt sure if it was caching inside ceph
21:29:47 efried_cya_jan mnaser Did you find libvirt's override of ComputeDriver.manage_image_cache ?
21:30:16 mnaser no, i didn't know about that part actually, i was just following the code which cached the image on first download
21:30:17 efried_cya_jan mnaser Which appears to end up in nova.virt.libvirt.imagecache.ImageCacheManager.update
21:31:10 mnaser efried_cya_jan: looks like that code is all about caching files locally
21:31:32 mnaser bummer, guess that'll have to be worked on
21:31:40 efried_cya_jan mnaser Does that answer your question?
21:31:53 mnaser efried_cya_jan: it does! thanks, i didn't know about that component
21:32:06 efried_cya_jan I'm not sure what good it would do to cache images "remotely". What benefit would you gain over leaving them in glance?
21:33:10 mnaser efried_cya_jan: our use cache is we're adding a new cell (in an entirely different facility). we use ceph for all storage, but the ceph cluster will not span across both cells. this means that we cant take advantage of new VMs doing a COW of the glance image (because glance ceph storage cannot be accessed by the second cell)
21:33:26 mnaser so it would have to pull down the image and import to ceph (which takes time and bandwidth)
21:33:47 efried_cya_jan Hum, is that a common use case?
21:33:59 mnaser the alternative is to somehow write something which mirrors images to both clusters (adding multiple locations) and the image backend code will loop until it finds the location of the image stored locally
21:34:24 efried_cya_jan You need GPFS aka Spectrum Scale.
21:34:24 mnaser i'm assuming cells is a common use case, but cells with 2 different ceph clusters to each one might be something that hasn't really been explored a lot yet
21:35:13 mnaser like to stick to open source :>
21:35:53 mnaser i think the best alternative is to get images mirrored across both ceph rbd clusters
21:42:45 efried_cya_jan mnaser Cool, good luck with that.
21:43:02 mnaser efried_cya_jan: thanks for helping me out
21:43:14 efried_cya_jan mnaser Sure thing, glad I was able to provide a pointer. TTYL.
23:03:55 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: handle traits with sharing providers https://review.openstack.org/517119
23:03:55 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Test alloc_cands with non overlapping sharing RPs https://review.openstack.org/519380
23:03:56 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Test alloc_cands with one RP shared between two RPs https://review.openstack.org/519617
23:03:56 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Test allocation candidates: multiple aggregates https://review.openstack.org/518633
23:03:57 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Test helper: validate provider summaries https://review.openstack.org/518982
23:03:57 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Fix accumulated nits in refactor series https://review.openstack.org/521189
23:03:58 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Add aggregates check in allocation candidates https://review.openstack.org/522407
23:03:58 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: Fix missing rps in allocation candidates https://review.openstack.org/522409
23:03:59 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: placement: func tests for multiple shared RPs https://review.openstack.org/498737
#openstack-nova - 2017-12-11
00:29:19 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete https://review.openstack.org/525231
00:32:06 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: disable numa feature when virt_type is not kvm https://review.openstack.org/465160
00:36:40 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (2) https://review.openstack.org/526263
00:40:56 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (3) https://review.openstack.org/526557
00:41:00 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (3) https://review.openstack.org/526557
00:44:18 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: disable numa feature when virt_type is not kvm https://review.openstack.org/465160
00:50:06 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in post https://review.openstack.org/526823
00:50:10 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in post https://review.openstack.org/526823
00:50:55 tetsuro_ efried, jaypipes: Because of "Reformat _get_all_with_shared" https://review.openstack.org/#/c/512799/ brought MergeConflict in top of the 2 patches in refactor-alloc-candidates branch https://review.openstack.org/#/c/498737/6, I have rebased it.
01:11:55 openstackgerrit zhangyanxian proposed openstack/nova-specs master: Sriov-bond https://review.openstack.org/463526
02:43:54 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Fix API reference for microversion 1.14 https://review.openstack.org/526973
02:57:45 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: Microversion 2.57 - List/Show all server migration types https://review.openstack.org/430839
04:19:50 openstackgerrit Chen Hanxiao proposed openstack/nova master: libvirt: guest: introduce blockStats instead of domain.blockStats https://review.openstack.org/526833
05:34:35 openstackgerrit Chen Hanxiao proposed openstack/nova master: libvirt: throw NotImplementedError if qga is not responsive when setting password https://review.openstack.org/523828
06:22:05 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/524795
07:41:57 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for snapshot instances https://review.openstack.org/525921
07:50:35 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Add instance action record for snapshot instances https://review.openstack.org/525921
08:05:56 openstackgerrit Silvan Kaiser proposed openstack/nova master: Added mount fstype based validation of Quobyte mounts https://review.openstack.org/522245
08:17:48 gibi good morning nova
08:27:06 openstackgerrit jichenjc proposed openstack/nova master: Add quiesce and unquiesce in support matrix https://review.openstack.org/482390
08:29:29 openstackgerrit jichenjc proposed openstack/nova master: deprecate fping_path config option https://review.openstack.org/526602
08:30:59 gmann alex_xu: ping
08:31:08 gmann gibi: good morning
08:31:53 gmann alex_xu: we have all_tenants policy things not done which we mentioned in this ocata spec - https://specs.openstack.org/openstack/nova-specs/specs/ocata/implemented/add-whitelist-for-server-list-filter-sort-parameters.html
08:32:22 gibi gmann: I assume you are already close to the end your Monday. How lucky you are. :)
08:32:42 gmann alex_xu: you remember we tried to do that with microversion but did not happen - https://review.openstack.org/#/c/425533/3 https://review.openstack.org/#/c/426128/1
08:33:23 gmann gibi: yea, heh but unlucky too to get monday 1 day before you guys :)
08:33:47 gmann alex_xu: it got triggered while reviewing this -https://review.openstack.org/#/c/526558/1
08:34:51 gmann alex_xu: now i am thinking to remove all_tenants policies things mentioned in ocata implemented spec which actually did not get implemented and start new policy rule things as fresh in Rocky
08:35:38 gmann so that people does not get confused with new policy rules for all_tenants mentioned in spec
08:41:50 ludovic Hello all, maybe someone can help to determine what i have a lot of urllib3.connectionpool full in nova.conf ?
08:42:33 ludovic When i use nova host-evacuate , a lot of error VMs are in Error state with Gateway timeout Error

Earlier   Later