Earlier  
Posted Nick Remark
#openstack-nova - 2019-05-31
20:38:36 efried so if I changed to [1] it's still going to be "ugly".
20:40:16 mnaser mriedem: ah good call, fyi -- https://github.com/openstack/os-vif/commit/1f6fed6a69e9fd386e421f3cacae97c11cdd7c75#diff-17b53d4f2c04032fb60eec093a443af0
20:40:19 mnaser so .. no longer needed now
20:41:09 openstackgerrit Matt Riedemann proposed openstack/nova master: Cleanup quota user docs https://review.opendev.org/662573
20:48:58 openstackgerrit Matt Riedemann proposed openstack/nova stable/stein: Add regression recreate test for bug 1830747 https://review.opendev.org/662574
20:49:01 openstack bug 1830747 in OpenStack Compute (nova) "Error 500 trying to migrate an instance after wrong request_spec" [High,In progress] https://launchpad.net/bugs/1830747 - Assigned to Matt Riedemann (mriedem)
20:50:49 openstackgerrit Merged openstack/nova master: extract baselineCPU API call from _get_cpu_traits() https://review.opendev.org/661782
20:50:57 openstackgerrit Merged openstack/nova master: xenapi: log quality warning in init_host https://review.opendev.org/662295
21:00:08 openstackgerrit Eric Fried proposed openstack/nova master: Remove fake_libvirt_utils users in functional testing. https://review.opendev.org/644793
21:00:08 openstackgerrit Eric Fried proposed openstack/nova master: Remove remaining vestiges of fake_libvirt_utils from unit tests. https://review.opendev.org/643896
21:02:21 openstackgerrit Matt Riedemann proposed openstack/nova stable/rocky: Add regression recreate test for bug 1830747 https://review.opendev.org/662578
21:02:22 openstack bug 1830747 in OpenStack Compute (nova) "Error 500 trying to migrate an instance after wrong request_spec" [High,In progress] https://launchpad.net/bugs/1830747 - Assigned to Matt Riedemann (mriedem)
21:29:32 openstackgerrit melanie witt proposed openstack/nova master: Follow up for counting quota usage from placement https://review.opendev.org/662056
21:29:47 melwitt mriedem: lmk if that code comment makes sense now ^
22:05:18 openstackgerrit Julia Kreger proposed openstack/nova stable/rocky: [ironic] Don't remove instance info twice in destroy https://review.opendev.org/662584
22:23:10 mnaser efried: I realize this is probably not much of your thing but I noticed some commits to openstack-ansible with the PowerVM driver around 1.5 years ago by IBM-ers .. is there someone I can talk to about the usage of it (if any left..?)
22:23:44 efried mnaser: Who were the IBMers?
22:24:24 efried mnaser: The PowerVM driver is still changing hands. Evidence is that the new maintainers are still... very new and ramping up. But they are ramping up.
22:24:52 efried If you're asking about the actual PowerVM driver, I can probably help you. (I know nothing about ansible, though)
22:25:00 mnaser efried: I see https://review.opendev.org/#/c/518980/ and https://review.opendev.org/#/c/455350/ and https://review.opendev.org/#/c/450298/ as small things here and there
22:25:23 mnaser well, OSA apparently supports deploying it.. but it has absolutely zero testing, so I'm a bit curious if we're just maintaining something that no one is using or if there's usage behind it
22:25:36 mnaser and 'maintain' is a strong word because more like have no idea if any of it works :)
22:26:06 efried interesting question.
22:26:24 efried So yeah, Adam and Eric are long gone at this point.
22:27:04 efried And as of today, I know for sure the OOT driver is broken, because of this patch to fix it: https://review.opendev.org/#/c/662393/
22:27:39 efried does osa "support" the in-tree or out-of-tree driver?
22:28:35 mnaser efried: looking at the code, we install nova-powervm and set the compute driver to 'powervm.driver.PowerVMDriver'
22:28:59 efried wow
22:29:13 efried mnaser: at what openstack version?
22:30:01 mnaser efried: nova-powervm is installed without constraints so I guess it'll always pull in latest
22:30:30 mnaser and this code has been around for a while, still in master
22:30:31 efried cause I'm pretty sure you can't use the oot driver at that path
22:30:46 mnaser yeah, googling around apparently it should be powervm_ext
22:30:49 efried yes
22:30:49 efried To use oot, you would have to say powervm_ext.driver.PowerVMDriver; and to use
22:30:59 efried so here's my best guess
22:31:16 mnaser so it is functionally broken since $release_that_added_ext
22:31:34 efried yeah, that was like 2015 or 16
22:31:45 efried I'm guessing we put this stuff together to force some distro (like RHEL) to include nova-powervm in packaging, knowing it would never work as is
22:32:06 efried so that we could install PowerVC (management GUI) into that distro
22:32:14 efried PowerVC would fix up all the stuff
22:33:11 efried anyway, if you wanted to rip all that stuff out, I think you would be justified in proposing that patch, but it would be nice to poke the ML first.
22:33:45 mnaser I think ill push a patch and poke the ML because if no one proposes fixing it then it sitting around doesn't help
22:41:52 efried agreed
22:46:52 mnaser efried: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006797.html fyi :)
22:47:01 efried ack
23:23:23 openstackgerrit Dustin Cowles proposed openstack/nova master: Introduces SDK to IronicDriver and uses for node.get https://review.opendev.org/642899
#openstack-nova - 2019-06-01
00:21:33 openstackgerrit Merged openstack/nova master: Remove fake_libvirt_utils from virt driver tests. https://review.opendev.org/643894
00:57:25 openstackgerrit Eric Fried proposed openstack/nova master: Remove fake_libvirt_utils users in functional testing. https://review.opendev.org/644793
02:07:58 openstackgerrit Merged openstack/nova master: Remove fake_libvirt_utils from libvirt imagebackend tests. https://review.opendev.org/643895
02:25:16 openstackgerrit Guo Jingyu proposed openstack/nova master: Define and catch QemuGuestAgentNotRunning for set-password failure https://review.opendev.org/661466
02:32:06 openstackgerrit Merged openstack/nova master: Move _fill_provider_mapping to the scheduler_utils https://review.opendev.org/655108
02:32:13 openstackgerrit Merged openstack/nova master: Add regression recreate test for bug 1830747 https://review.opendev.org/661822
02:32:14 openstack bug 1830747 in OpenStack Compute (nova) "Error 500 trying to migrate an instance after wrong request_spec" [High,In progress] https://launchpad.net/bugs/1830747 - Assigned to Matt Riedemann (mriedem)
02:32:24 openstackgerrit Merged openstack/nova master: Use instance mappings to count server group members https://review.opendev.org/638324
02:32:36 openstackgerrit Merged openstack/nova master: Add documentation for counting quota usage from placement https://review.opendev.org/653845
03:49:43 openstackgerrit Merged openstack/nova stable/stein: Fixes multi-registry config in Quobyte driver https://review.opendev.org/660706
04:34:25 openstackgerrit Merged openstack/nova stable/stein: Move get_pci_mapping_for_migration to MigrationContext https://review.opendev.org/661494
10:29:58 openstackgerrit Boris Bobrov proposed openstack/nova master: Add configs for AMD SEV https://review.opendev.org/636318
10:33:45 openstackgerrit Boris Bobrov proposed openstack/nova master: Add iommu driver to devices https://review.opendev.org/644564
#openstack-nova - 2019-06-02
02:47:15 openstackgerrit Guo Jingyu proposed openstack/nova master: Define and catch QemuGuestAgentNotRunning for set-password failure https://review.opendev.org/661466
07:30:41 openstackgerrit Adrian Chiris proposed openstack/nova stable/queens: Move get_pci_mapping_for_migration to MigrationContext https://review.opendev.org/661571
07:30:42 openstackgerrit Adrian Chiris proposed openstack/nova stable/queens: Allow driver to properly unplug VIFs on destination on confirm resize https://review.opendev.org/661572
11:49:29 openstackgerrit Merged openstack/nova stable/stein: Allow driver to properly unplug VIFs on destination on confirm resize https://review.opendev.org/661495
12:26:57 openstackgerrit zhaixiaojun proposed openstack/nova master: Exclude broken ironicclient versions 2.7.1 https://review.opendev.org/662404
20:38:50 openstackgerrit Dr. Clemens Hardewig proposed openstack/nova master: Fixes instance resizing/migration when swap volume is on lvm https://review.opendev.org/618621
#openstack-nova - 2019-06-03
02:11:28 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in virt/test_block_device.py https://review.opendev.org/566153
03:10:47 openstackgerrit Merged openstack/nova-specs master: Fix a typo of 'keystoneauth1' https://review.opendev.org/614187
06:29:13 openstackgerrit Takashi NATSUME proposed openstack/nova master: Avoid lazy-loading instance.flavor in cold migration https://review.opendev.org/662683
06:41:03 mandre hi folks, what would be the recommended way to provide a relatively big file (hundreds of kb) to an instance at boot time?
06:42:06 mandre the --file option to openstack server create looks promising but it seems I'm hitting the size limit...
07:09:32 openstackgerrit Yongli He proposed openstack/nova master: Add server sub-resource topology API https://review.opendev.org/621476
07:31:33 openstackgerrit Yongli He proposed openstack/nova master: clean up orphan instances https://review.opendev.org/627765
07:31:33 openstackgerrit Yongli He proposed openstack/nova master: Clean up orphan instances virt driver https://review.opendev.org/648912
07:33:54 openstackgerrit Sylvain Bauza proposed openstack/nova master: Pass allocations to virt drivers when resizing https://review.opendev.org/589085
07:42:33 openstackgerrit Silvan Kaiser proposed openstack/nova stable/rocky: Fixes multi-registry config in Quobyte driver https://review.opendev.org/662695
07:46:48 openstackgerrit Luyao Zhong proposed openstack/nova master: db: Add vpmems to instance_extra https://review.opendev.org/662697
07:49:28 openstackgerrit Luyao Zhong proposed openstack/nova master: object: Add VirtualPMEM and VirtualPMEMList objs https://review.opendev.org/634548
07:50:53 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Enable driver configures PMEM namespace https://review.opendev.org/634549
07:54:20 kashyap mnaser: Yeah, the Secure Boot spec, I'll resume work on it this week. It is very close to getting merged.
07:57:13 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: report pmem namespaces resources by provider tree https://review.opendev.org/634551
07:57:14 openstackgerrit Luyao Zhong proposed openstack/nova master: scheduler: translate vpmems request to placement request group https://review.opendev.org/634553
07:57:14 openstackgerrit Luyao Zhong proposed openstack/nova master: API: parse pmem related flavor extra spec https://review.opendev.org/634552
07:57:15 openstackgerrit Luyao Zhong proposed openstack/nova master: compute: update pmem allocation to instance https://review.opendev.org/662702
07:57:15 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: boot VM with vpmems and cleanup vpmems when destroying https://review.opendev.org/634555
08:20:01 openstackgerrit Luyao Zhong proposed openstack/nova master: update migrations_context to support migration with vpmems https://review.opendev.org/662709
08:23:08 openstackgerrit Luyao Zhong proposed openstack/nova master: support VM resizing with vpmem data migration https://review.opendev.org/634556
08:33:50 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix no propagation of nova context request_id https://review.opendev.org/662715
08:52:29 gibi stephenfin: I still wondering about what we should do with https://review.opendev.org/#/c/660774/3/nova/compute/manager.py@4471
09:02:10 openstackgerrit Merged openstack/os-traits master: hw: cpu: Rework the directory layout; add missing traits https://review.opendev.org/655193
09:03:38 kashyap aspiers: --^ :-)
09:03:45 kashyap (Morning, BTW)
09:04:31 kashyap cdent: Thanks for putting the above through.
09:04:41 cdent pleasure
09:05:15 kashyap cdent: Now, I think aspiers needs a new release of 'os_traits' with the above patch.
09:05:23 cdent yeah, doing that now
09:05:46 kashyap Ah, you're already 3 steps ahead; thanks!
09:28:24 openstackgerrit Merged openstack/nova stable/rocky: Block swap volume on volumes with >1 rw attachment https://review.opendev.org/662333
09:44:17 kashyap alex_xu: Hi, when you're about: hope I answered your question here, on the MDS doc: https://review.opendev.org/#/c/661574/3
10:10:24 aspiers bah, my znc crashed, no idea why

Earlier   Later