Earlier  
Posted Nick Remark
#openstack-nova - 2019-03-26
15:43:57 dansmith mriedem: you can probably use it to do all kinds of things
15:45:36 sean-k-mooney as far as i rememebr it give you acess to any value contined in the hoststate object
15:46:51 mriedem correct
15:48:31 mriedem ima add a warning in the docs
15:49:09 sean-k-mooney the main usecase i was aware of was shduing based in the cpu info or hypervior type.
15:49:30 mriedem i think the ImagePropertiesFilter already handles hv type
15:49:39 mriedem and cpu info should be solved with traits
15:49:44 sean-k-mooney ya it does
15:50:48 sean-k-mooney the json filter is really a filter that we shoudl be able to remove in the near future but some peopel still use it. i think oath have an internal version too.
15:57:39 mdbooth Hmm, my grand plan to fix instance.save() is scuppered because I forgot we don't have access to the old values of fields which have changed but not saved.
16:01:40 sean-k-mooney mdbooth: can you not just always save all changed field when we call save and simply mark any filed we write to as chaged ignoring if the value is the same or not
16:02:19 mdbooth sean-k-mooney: No, because we've already lost the old value before we called save()
16:03:29 mdbooth sean-k-mooney: There will be another way.
16:06:39 melwitt mriedem: can do
16:14:02 openstackgerrit Matt Riedemann proposed openstack/nova master: Fix JsonFilter query hint examples in docs https://review.openstack.org/647778
16:14:03 openstackgerrit Matt Riedemann proposed openstack/nova master: Document a warning about using the JsonFilter https://review.openstack.org/647796
16:27:53 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add flavor to requested_resources in RequestSpec https://review.openstack.org/647396
16:57:22 openstackgerrit Matt Riedemann proposed openstack/nova master: Add functional test for the JsonFilter https://review.openstack.org/647811
17:22:37 openstackgerrit Stephen Finucane proposed openstack/nova stable/queens: [Stable Only] hardware: Handle races during pinning https://review.openstack.org/647831
18:14:19 openstackgerrit Eric Fried proposed openstack/nova master: PrivsepFixture so sys_admin_pctxt methods can be tested https://review.openstack.org/647849
18:20:43 openstackgerrit melanie witt proposed openstack/nova master: Add a reference PTL guide to the contributor docs https://review.openstack.org/647854
18:41:19 efried melwitt: What's an "RPC version alias"?
18:43:18 dansmith efried: the per-release aliases for whatever version was current
18:43:35 dansmith so you can say "compat=queens" when upgrading to rocky
18:43:41 dansmith instead of compat=5.2 or something
18:45:40 efried dansmith: is this a thing that's set in code, or a git tag, or...
18:45:51 dansmith efried: it's in compute/rpcapi.py
18:46:15 efried got it, thanks.
18:46:41 dansmith you want to do those as late and close to release as possible in case we had to add an rpc version for a critical rc9 bug
18:46:55 dansmith they can be changed of course, but ideally they wouldn't
19:09:35 dansmith efried: have we let this sit long enough? https://review.openstack.org/#/c/644625/
19:09:56 efried dansmith: add my sentence and I'll fast approve it.
19:10:11 dansmith sigh, okay
19:11:21 efried you think you're pissed, I just -1'd mikal's privsep series on account of missing unit tests.
19:11:44 dansmith I think I'm done reviewing his patches for a while
19:13:17 openstackgerrit Dan Smith proposed openstack/nova-specs master: Add request-filter-image-types spec https://review.openstack.org/644625
19:13:18 dansmith efried: ^
19:13:55 dansmith I added "in other words" in front of your sentence as my highly passive-aggressive "saying this again with different words" notation
19:15:03 openstackgerrit Eric Fried proposed openstack/nova-specs master: Add request-filter-image-types spec https://review.openstack.org/644625
19:16:12 efried I noticed
19:16:24 dansmith let me have it.
19:16:35 efried I did
19:16:56 efried in the literal rather than figurative sense
19:20:15 sean-k-mooney if people have dansmith's spec still in there mind https://review.openstack.org/#/c/647578/1/specs/train/approved/image-metadata-prefiltering.rst is very similar but different uscase.
19:20:27 dansmith sean-k-mooney: I have it up to look at
19:22:24 sean-k-mooney dansmith: cool the main open question i have in the spec is realy how the use would formulate the quested that triggers the feature. 3b which is my perfeence i think is basicly the same as you were proposing for the image type
19:23:23 openstackgerrit melanie witt proposed openstack/nova master: Add a reference PTL guide to the contributor docs https://review.openstack.org/647854
19:23:26 sean-k-mooney .i.e. they have to do nothing because a prefilter magicaly adds the traits for them
19:37:41 openstackgerrit Merged openstack/nova-specs master: Add request-filter-image-types spec https://review.openstack.org/644625
19:58:05 openstackgerrit Matt Riedemann proposed openstack/nova stable/stein: Fix incomplete instance data returned after build failure https://review.openstack.org/647902
20:06:57 openstackgerrit Matt Riedemann proposed openstack/nova stable/rocky: Fix incomplete instance data returned after build failure https://review.openstack.org/647911
20:12:07 openstackgerrit Matt Riedemann proposed openstack/nova stable/queens: Fix incomplete instance data returned after build failure https://review.openstack.org/647913
20:19:24 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Fix incomplete instance data returned after build failure https://review.openstack.org/647916
20:32:03 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Update instance.availability_zone during live migration https://review.openstack.org/647630
20:38:18 openstackgerrit Merged openstack/nova stable/stein: Update UPPER_CONSTRAINTS_FILE for stable/stein https://review.openstack.org/645462
20:38:33 efried mdbooth: https://review.openstack.org/#/c/554195/ <== has your colleague sanity-checked this yet?
21:17:32 tonyb mriedem: Yup with the new constraints stuff we did it's fine to land that patch as soon as it's made.
21:18:03 tonyb mriedem: We do the actual cut over in the releases repo
21:18:27 tonyb mriedem: infact it would be possile to so the 'train' chnage today
21:18:41 tonyb mriedem: I need to email the list to dicsuss all that.
21:47:05 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Use aggregate_add_host in nova-manage https://review.openstack.org/640080
22:38:48 openstackgerrit Merged openstack/nova master: Fix incomplete instance data returned after build failure https://review.openstack.org/645546
22:39:20 openstackgerrit Eric Fried proposed openstack/nova master: Use aggregate_add_host in nova-manage https://review.openstack.org/640080
22:39:22 efried mriedem: this bud's for you ^
#openstack-nova - 2019-03-27
00:09:55 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add a live migration regression test https://review.openstack.org/641200
00:59:28 openstackgerrit Magnus Bergman proposed openstack/nova master: Fix bug preventing forbidden traits from working https://review.openstack.org/647957
01:02:06 trident mriedem: Found the issue with forbidden flavor traits. See bug #1821824 and the proposed fix above ^
01:02:07 openstack bug 1821824 in OpenStack Compute (nova) "Forbidden traits in flavor properties don't work" [Undecided,In progress] https://launchpad.net/bugs/1821824 - Assigned to Magnus Bergman (magnusbe)
01:38:41 openstackgerrit Takashi NATSUME proposed openstack/nova master: doc: Capitalize keystone domain name https://review.openstack.org/647972
01:47:28 openstackgerrit yenai proposed openstack/nova master: Disconnect volume when encryption is failed https://review.openstack.org/632598
02:24:04 yonglihe alex_xu: please mark -1 for me, thanks everyone to stop by. https://review.openstack.org/#/c/627765/
02:25:35 openstackgerrit Merged openstack/nova master: Add a reference PTL guide to the contributor docs https://review.openstack.org/647854
02:52:24 openstackgerrit Ghanshyam Mann proposed openstack/nova master: WIP: Make os-services policies granular https://review.openstack.org/645427
03:45:28 openstackgerrit Merged openstack/nova master: Fix JsonFilter query hint examples in docs https://review.openstack.org/647778
03:45:35 openstackgerrit Merged openstack/nova master: Document a warning about using the JsonFilter https://review.openstack.org/647796
04:38:58 openstackgerrit Michael Still proposed openstack/nova master: Privsepify ipv4 forwarding enablement. https://review.openstack.org/635431
04:38:59 openstackgerrit Michael Still proposed openstack/nova master: Privsep the ebtables modification code. https://review.openstack.org/635435
04:38:59 openstackgerrit Michael Still proposed openstack/nova master: Remove unused FP device creation and deletion methods. https://review.openstack.org/635433
04:39:00 openstackgerrit Michael Still proposed openstack/nova master: Move iptables rule fetching and setting to privsep. https://review.openstack.org/636508
04:39:00 openstackgerrit Michael Still proposed openstack/nova master: Move adding vlans to interfaces to privsep. https://review.openstack.org/635436
04:39:01 openstackgerrit Michael Still proposed openstack/nova master: Move router advertisement daemon restarts to privsep. https://review.openstack.org/639281
04:39:01 openstackgerrit Michael Still proposed openstack/nova master: Move dnsmasq restarts to privsep. https://review.openstack.org/639280
04:39:02 openstackgerrit Michael Still proposed openstack/nova master: Move setting of device trust to privsep. https://review.openstack.org/639283
04:39:02 openstackgerrit Michael Still proposed openstack/nova master: Move calls to ovs-vsctl to privsep. https://review.openstack.org/639282
04:39:03 openstackgerrit Michael Still proposed openstack/nova master: Cleanup the _execute shim in nova/network. https://review.openstack.org/639581
04:39:03 openstackgerrit Michael Still proposed openstack/nova master: Move final bridge commands to privsep. https://review.openstack.org/639580
04:39:04 openstackgerrit Michael Still proposed openstack/nova master: Cleanup no longer required filters and add a release note. https://review.openstack.org/639826
04:39:04 openstackgerrit Michael Still proposed openstack/nova master: We no longer need rootwrap. https://review.openstack.org/554438
05:38:15 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add a live migration regression test https://review.openstack.org/641200
05:57:52 openstackgerrit Boxiang Zhu proposed openstack/nova master: [WIP] Scheduler filters evaluated even forced host https://review.openstack.org/645520
06:51:21 openstackgerrit Boxiang Zhu proposed openstack/nova-specs master: Scheduler filters evaluated even forced host https://review.openstack.org/645458
07:23:14 openstackgerrit Merged openstack/nova stable/ocata: Drop legacy-grenade-dsvm-neutron-multinode-live-migration https://review.openstack.org/640219
07:23:17 openstackgerrit Yongli He proposed openstack/nova master: Clean up orphan instances https://review.openstack.org/627765
07:26:52 openstackgerrit Boxiang Zhu proposed openstack/python-novaclient master: [WIP] Add force_scheduler in boot instance https://review.openstack.org/647671
09:00:42 openstackgerrit Boxiang Zhu proposed openstack/python-novaclient master: [WIP] Add force_scheduler in boot instance https://review.openstack.org/647671
09:01:30 openstackgerrit Abhishek Kekane proposed openstack/nova-specs master: Support multiple backend of Glance https://review.openstack.org/641210
09:40:54 davidepanarese_ Hello everyone
09:44:12 davidepanarese_ anyone knows if automatic rescan of cinder external volume using ceph in nova will be implemented? Or better, is already exists a method to rescan virtio drives (ceph volumes) into kvm virtual machine after a live volume resize?
09:48:13 openstackgerrit Surya Seetharaman proposed openstack/nova-specs master: Support adding the reason behind a server lock https://review.openstack.org/638629
09:49:57 openstackgerrit Balazs Gibizer proposed openstack/nova master: Reproduce bug #1819460 in functional test https://review.openstack.org/642444

Earlier   Later