Earlier  
Posted Nick Remark
#openstack-nova - 2018-10-30
17:19:28 bauzas mriedem: I made what ? :)
17:19:53 bauzas holidays, internal stuff, french situation ? :p
17:24:55 stephenfin johnthetubaguy: Would you be averse to me addressing your comments in a follow-up? That patch is already quite huge and I'm going to lose my hard-earned +2s on the follow-ups https://review.openstack.org/#/c/606148
17:27:35 stephenfin Also, does anyone have Visio? We're going to need someone to modify this diagram for us https://docs.openstack.org/nova/queens/_images/SCH_5009_V00_NUAC-VNC_OpenStack.png
17:32:49 melwitt Visio, what a blast from the past
17:33:45 openstackgerrit Jack Ding proposed openstack/nova master: Add I/O Semaphore to limit concurrent disk ops https://review.openstack.org/609180
17:36:17 stephenfin In fairness, it's an damn fine tool (as with most of Office). I've yet to find anything as good
17:36:59 openstackgerrit melanie witt proposed openstack/nova stable/rocky: Add nova-status upgrade check for consoles https://review.openstack.org/614302
17:37:25 melwitt yeah, not criticizing it. just haven't heard or read the word Visio in several years
17:37:40 melwitt "it sounds familiar..."
17:53:06 sean-k-mooney stephenfin: png files are not normally editably in visio
17:53:28 sean-k-mooney do we have teh soruce file
17:53:32 stephenfin We do
17:53:35 stephenfin In the same folder
17:53:52 sean-k-mooney oh ok cool.
17:54:36 sean-k-mooney i dont see any visio files here https://docs.openstack.org/nova/queens/_images/
17:54:47 stephenfin I don't imagine they're published
17:55:03 sean-k-mooney oh you mean its in the git repo that makes sense
17:55:15 stephenfin https://github.com/openstack/nova/tree/master/doc/source/admin/figures
17:56:09 sean-k-mooney ah vsd files i rememebr those
18:02:59 mriedem bauzas: we were trying to figure out where you came up with the nov 1 deadline in https://review.openstack.org/#/c/612844/
18:05:52 bauzas ah ok
18:06:50 sean-k-mooney reading the mailing list post http://lists.openstack.org/pipermail/openstack-dev/2018-October/135689.html in the commit message we should have don it last week instead
18:06:52 openstackgerrit Stephen Finucane proposed openstack/nova master: Address nits on I08991796aaced2abc824f608108c0c786181eb65 https://review.openstack.org/614322
18:06:53 openstackgerrit Stephen Finucane proposed openstack/nova master: Address nits on I1f1fa1d0f79bec5a4101e03bc2d43ba581dd35a0 https://review.openstack.org/614323
18:07:23 stephenfin johnthetubaguy: Done those as follow ups https://review.openstack.org/614322 https://review.openstack.org/614323
18:08:07 sean-k-mooney anyway os-vif does use cycle-with-intermediary so we can have more releases then milestones. the porposed change is just saying we should have at least 1 per milestone
18:08:37 mriedem yes i just commented again, i don't see a reason to wait
18:08:55 stephenfin mriedem, melwitt: If either of you fancy reviewing some console'y docs, I'd sure like to get these in https://review.openstack.org/#/q/topic:console-doc+(status:open+OR+status:merged)
18:11:11 sean-k-mooney mriedem: cool sounds fine to me. i would still prefer to merge sooner rather then later but ill just propose a 1.12.1 when they are ready rather then rushing for review feedback
20:11:22 openstackgerrit Merged openstack/nova master: Fix test bug when host doesn't have /etc/machine-id https://review.openstack.org/612717
20:11:32 openstackgerrit Merged openstack/nova master: Cleanups for the scheduler code https://review.openstack.org/529343
20:11:39 openstackgerrit Merged openstack/nova master: PowerVM: update_provider_tree() (compatible) https://review.openstack.org/468560
20:11:49 openstackgerrit Merged openstack/nova master: tox: Stop build *all* docs in 'docs' https://review.openstack.org/613645
20:51:41 openstackgerrit Jay Pipes proposed openstack/nova master: prevent common kwargs from glance client failure https://review.openstack.org/614351
20:52:17 jaypipes lyarwood: you were interested in a previous commit that addressed ^^
21:01:51 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Cross-cell resize https://review.openstack.org/603930
21:01:51 openstackgerrit Matt Riedemann proposed openstack/nova master: Add CrossCellWeigher https://review.openstack.org/614353
21:15:32 openstackgerrit Merged openstack/nova master: quota: remove unused code https://review.openstack.org/613127
21:24:49 openstackgerrit Merged openstack/nova master: quota: remove unused Quota driver methods https://review.openstack.org/613128
21:27:04 openstackgerrit Matt Riedemann proposed openstack/nova master: Update instance.availability_zone during live migration https://review.openstack.org/567701
22:43:53 openstackgerrit Merged openstack/nova master: Simplify logic in get_enforcer https://review.openstack.org/531008
22:44:01 openstackgerrit Merged openstack/nova master: Fix resource tracker updates during instance evacuation https://review.openstack.org/600425
22:44:09 openstackgerrit Merged openstack/nova master: Add nova-status upgrade check for consoles https://review.openstack.org/611214
22:44:15 openstackgerrit Merged openstack/nova stable/rocky: Add rolling upgrade info to enable_consoleauth workaround reno https://review.openstack.org/613174
22:48:16 openstackgerrit Merged openstack/nova master: libvirt: Avoid setting MTU during live migration if unset https://review.openstack.org/614008
22:48:26 cfriesen do I need to install something extra to get support for placement in the "openstack" CLI?
22:51:02 melwitt yes, osc-placement package
22:51:18 melwitt it's the osc plugin for placement
22:51:28 cfriesen what determines the amount of disk available in placement? "openstack hypervisor show" is giving a "local_gb" of 39, but when I try to boot an instance placement is saying there's only 19GB available.
22:52:20 cfriesen thanks for the plugin info
22:55:31 melwitt this will show you the opposite, usage https://docs.openstack.org/osc-placement/latest/cli/index.html#resource-provider-usage-show
22:56:31 melwitt and to see capacity (total possible) https://docs.openstack.org/osc-placement/latest/cli/index.html#resource-provider-inventory-show
22:57:21 melwitt basic approach I use is compare the cli docs to the api-ref to find what I need https://developer.openstack.org/api-ref/placement/?expanded=list-resource-provider-usages-detail,show-resource-provider-inventory-detail#list-resource-provider-allocations
22:57:42 melwitt note that the plugin doesn't yet support microversion > 1.17 I think
23:38:06 openstackgerrit Jack Ding proposed openstack/nova master: Correct instance port binding for rebuilds/reboots https://review.openstack.org/603844
#openstack-nova - 2018-10-31
02:44:31 fanzhang hi melwitt if you got some free time, please help review this patch https://review.openstack.org/#/c/612272/ :)
05:31:04 openstackgerrit huanhongda proposed openstack/nova master: AZ operations: check host has no instances https://review.openstack.org/611833
07:55:45 openstackgerrit Merged openstack/nova master: quota: remove QuotaDriver.destroy_all_by_project() https://review.openstack.org/613129
07:58:36 openstackgerrit Merged openstack/nova master: quota: remove default kwarg on get_class_quotas() https://review.openstack.org/613130
07:58:44 openstackgerrit Merged openstack/nova master: Explain cpu_model_extra_flags and nested guest support https://review.openstack.org/609788
08:00:10 openstackgerrit Merged openstack/nova master: Fix min config value for shutdown_timeout option https://review.openstack.org/613028
08:10:40 openstackgerrit Merged openstack/nova master: Use tempfile for powervm config drive https://review.openstack.org/610174
08:29:37 fghaas stephenfin: thanks a bunch for https://review.openstack.org/613645; it really makes my life easier for doc patches. :)
08:32:20 openstackgerrit Merged openstack/nova master: Fix nits in I7cbd5d9fb875ebf72995362e0b6693492ce32051 https://review.openstack.org/613863
08:58:58 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove Placement API reference https://review.openstack.org/614437
09:03:08 openstackgerrit Zhenyu Zheng proposed openstack/nova master: WIP: Support attach/detach instance root volume https://review.openstack.org/614441
09:26:35 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove Placement API reference https://review.openstack.org/614437
09:28:43 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove Placement API reference https://review.openstack.org/614437
10:04:09 openstackgerrit Merged openstack/nova master: Run negative server moving tests with nested RPs https://review.openstack.org/604125
11:38:12 sean-k-mooney bauzas: melwitt can ye take a look at https://review.openstack.org/#/c/610034/ later. this is still blocking our down stream ci so it would be nice to fix. im going to start working on the backports this morning
11:48:20 openstackgerrit Jay Pipes proposed openstack/nova master: prevent common kwargs from glance client failure https://review.openstack.org/614351
13:11:57 spatel sean-k-mooney: good morning :)
13:12:07 sean-k-mooney hi
13:22:57 spatel__ sean-k-mooney: i hate my wifi
13:23:03 spatel__ i got disconnected
13:23:07 sean-k-mooney haha
13:23:18 sean-k-mooney yes it can be a pain sometimes
13:23:31 sean-k-mooney i fixed min but not using my isp gateway router anymore
13:23:50 spatel__ it's
13:23:54 spatel__ Look at this http://paste.openstack.org/show/733697/
13:24:10 spatel__ last time i posted but you were not available
13:24:32 spatel__ if i enable Iommu on one of my server hardware my system getting reboot itself in loop
13:24:51 spatel__ its DL360e G8 + Intel I350 NIC
13:25:16 spatel__ I am using kernel 3.10.x version do you think its BUG?
13:25:24 spatel__ i meant kernel bug
13:26:41 sean-k-mooney am yes
13:27:03 spatel__ Did you ever encounter ?
13:27:04 sean-k-mooney althout it could be a bios/firware bug
13:27:16 sean-k-mooney have you updated your bios recently/ever
13:27:16 smcginnis Hey melwitt - when you have a moment, just wondering if you think we should process the os-vif release or if we should hold off for more updates.
13:27:28 smcginnis melwitt: We can always do another release later if anything important merges too.
13:27:35 spatel__ No i didn't do any kind of upgrade
13:27:44 sean-k-mooney smcginnis: i agree with matts comment
13:28:31 smcginnis sean-k-mooney: Cool, thanks. Hoping we can get some consensus. I wasn't sure if Sylvain had something important in mind.
13:28:34 sean-k-mooney smcginnis: i would like to do a release once the cve bug fix pathces land but we dont need to wait for them to do the 1.12.0 release but we will see what melwitt things
13:28:34 spatel__ sean-k-mooney: but same kernel working on other HP hardware with SR-IOV support
13:29:12 sean-k-mooney spatel__: ya that sound more like a firware/bios bug then
13:29:17 sean-k-mooney rather then kernel
13:29:32 smcginnis sean-k-mooney: ++, we can get another release right after that lands. Any idea if it's close though? If it's expected to land in the next several hours, we can wait for that.

Earlier   Later