Earlier  
Posted Nick Remark
#openstack-nova - 2019-06-21
16:38:03 openstackgerrit Ghanshyam Mann proposed openstack/nova master: WIP: Multiple API cleanup changes https://review.opendev.org/666889
17:10:51 openstackgerrit Michael Bayer proposed openstack/nova master: Don't retry database connections from command line applications https://review.opendev.org/666892
17:36:18 openstackgerrit Stephen Finucane proposed openstack/nova master: Unplug VIFs as part of cleanup of networks https://review.opendev.org/663382
17:54:05 openstackgerrit Stephen Finucane proposed openstack/nova master: hacking: Resolve E741 (ambiguous variable name) https://review.opendev.org/652103
17:54:05 openstackgerrit Stephen Finucane proposed openstack/nova master: hacking: Resolve W503 (line break occurred before a binary operator) https://review.opendev.org/651555
17:54:06 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Use consistent URL regex substitution https://review.opendev.org/665949
17:54:06 openstackgerrit Stephen Finucane proposed openstack/nova master: hacking: Resolve W605 (invalid escape sequence) https://review.opendev.org/652104
17:54:07 openstackgerrit Stephen Finucane proposed openstack/nova master: hacking: Resolve E731 (do not assign a lambda expression, use a def) https://review.opendev.org/651554
18:21:03 mriedem sean-k-mooney: comments in https://review.opendev.org/#/c/647733/ which can be addressed in a follow up
18:22:55 sean-k-mooney just looking now
18:23:14 mriedem bbl - going to mow before it rains for 5 days
18:23:46 sean-k-mooney cool ill finish up the patch im working on and start working on a followup
20:19:00 openstackgerrit sean mooney proposed openstack/nova master: [WIP] Libvirt: report storage bus traits https://review.opendev.org/666914
20:19:00 openstackgerrit sean mooney proposed openstack/nova master: Add transform_image_metadata request filter https://review.opendev.org/665775
20:19:01 openstackgerrit sean mooney proposed openstack/nova master: [WIP] use domain capablites to get supported device models https://review.opendev.org/666915
20:27:59 redkrieg Hi all, I'm trying to use AggregateTypeAffinityFilter to ensure that instances of only a certain few flavors can be started on hypervisors in the aggregate group. I've set the instance_type property to "SKVM" on the aggregate, made sure the hypervisor was added, and ensured that all other hypervisors are in other aggregates. I then set the property on the flavor of instance_type=SKVM, but when
20:28:05 redkrieg I launch it, the filter does not seem to remove things other than SKVM. Am I misunderstanding how this filter works?
20:29:50 sean-k-mooney the filter will not move existing instances form a host aggratate
20:31:12 redkrieg yeah, I was trying to make a new one, I think I did something stupid though. I just realized AggregateTypeAffinityFilter is not in my scheduler_default_filters. sorry for the noise, will come back if it's still not working after fixing that
20:39:37 openstackgerrit Merged openstack/nova master: Add functional recreate test for regression bug 1825537 https://review.opendev.org/654066
20:39:39 openstack bug 1825537 in OpenStack Compute (nova) "finish_resize failures incorrectly revert allocations" [Medium,In progress] https://launchpad.net/bugs/1825537 - Assigned to Matt Riedemann (mriedem)
20:40:35 klindgren mriedem, looks like you are tackling some live migration stuff right now? Are you aware of a recently fixed bug, that when a live migration fails, that it leaves the database in a bad state?
20:42:43 klindgren on HV. So all additional actaions agaisnt the VM failed. UNtil we updated the DB to container the correct HV.
20:42:43 klindgren We had a live migrate that failed after the copy and mem transfer, during the vif spinup on the destination node, because the destination node didn't have the network segment that the vm needed. Which left the live migration operation in a completed status. But the states of the vm totally wrong. Status was Migration percentage was 100, and the host and node in the DB was pointing at the source HV, but the VM was really running on the destinati
20:45:27 openstackgerrit sean mooney proposed openstack/nova master: [FUP] fix backleveling unit test for video models https://review.opendev.org/666919
20:46:03 sean-k-mooney mriedem: ^ i think that adresses your outstanding nits. im goint to call it a day. enjoy your weekend o/
21:16:39 openstackgerrit Merged openstack/nova master: api-guide: better explain scheduler hints. https://review.opendev.org/522106
22:03:28 Nick_A we are launching instances with a public IPV4 (and v6) on one port/interface and a private IPV4 on another port/interface. Is there a way to force the public addresses to always be on eth0 and private on eth1 for example? I'm trying to tweak how cloud-init handles some things but it's difficult not knowing which interface will end up with with IPs
22:05:02 sean-k-mooney no openstack does not provide any guarentees on nic ordering
22:05:48 sean-k-mooney we expose the info via the metadta service so that you can use that info to determing which interface is which
22:06:02 sean-k-mooney you should read up on the device role taging feature
22:06:19 Nick_A thank you
22:07:25 sean-k-mooney the other thing you can do is if you are using dhcp you can disabel the gateway on the private netwrok so it never recives a default route.
22:07:47 sean-k-mooney assuming you jsut want to ensure that you default traffic goves via the public interface
22:08:10 Nick_A hmm that might help with part of our problem
22:20:01 Nick_A any idea why metadata would send routes for all /24s in a region? Not just the /24 of the instance's IP.
23:47:44 openstackgerrit Dustin Cowles proposed openstack/nova-specs master: Spec: Use OpenStack SDK in Nova https://review.opendev.org/662881
#openstack-nova - 2019-06-22
00:42:55 openstackgerrit Merged openstack/nova master: Clarify --before help text in nova manage https://review.opendev.org/661289
01:08:06 openstackgerrit Merged openstack/nova master: Remove file-backed memory live migration compat check https://review.opendev.org/665728
01:30:57 openstackgerrit Merged openstack/nova master: Revert resize: wait for events according to hybrid plug https://review.opendev.org/644881
01:31:30 openstackgerrit Merged openstack/nova master: Simplfy test setup for TestNovaMigrations* tests https://review.opendev.org/662434
08:24:11 openstackgerrit Lee Yarwood proposed openstack/nova stable/stein: Revert resize: wait for events according to hybrid plug https://review.opendev.org/666951
08:24:55 openstackgerrit Lee Yarwood proposed openstack/nova stable/rocky: Revert resize: wait for events according to hybrid plug https://review.opendev.org/666952
08:36:06 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix default values in update_cell command https://review.opendev.org/662383
13:22:43 openstackgerrit Matt Riedemann proposed openstack/nova stable/stein: Add functional recreate test for regression bug 1825537 https://review.opendev.org/666959
13:22:45 openstack bug 1825537 in OpenStack Compute (nova) "finish_resize failures incorrectly revert allocations" [Medium,In progress] https://launchpad.net/bugs/1825537 - Assigned to Matt Riedemann (mriedem)
#openstack-nova - 2019-06-23
09:13:10 openstackgerrit Merged openstack/nova master: docs: Rework all things metadata'y https://review.opendev.org/640730
09:13:18 openstackgerrit Merged openstack/nova master: conf: Rename 'configuration drive' to 'config drive' https://review.opendev.org/641723
13:40:32 Nick_A why would openstack metadata not have password when configdrive does?
15:34:23 openstackgerrit Merged openstack/nova master: Remove deprecated arguments in db sync command https://review.opendev.org/666470
22:21:01 openstackgerrit sean mooney proposed openstack/nova master: [DNM] testing bug/1813789 revert resize events https://review.opendev.org/664442
#openstack-nova - 2019-06-24
01:10:27 openstackgerrit Takashi NATSUME proposed openstack/nova master: doc: Fix nova-manage cell_v2 list_cells output https://review.opendev.org/666995
02:24:10 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add a live migration regression test https://review.opendev.org/641200
02:29:04 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in virt/test_block_device.py https://review.opendev.org/566153
02:29:18 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (13) https://review.opendev.org/576020
02:31:37 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (14) https://review.opendev.org/576027
02:31:51 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (15) https://review.opendev.org/576031
02:46:25 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: Add a guide to add a new microversion support https://review.opendev.org/667002
03:53:31 openstackgerrit Merged openstack/nova master: extend libvirt video model support https://review.opendev.org/647733
04:11:20 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (16) https://review.opendev.org/576299
04:11:35 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (17) https://review.opendev.org/576344
04:11:53 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (18) https://review.opendev.org/576673
05:32:47 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (19) https://review.opendev.org/576676
05:33:08 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (20) https://review.opendev.org/576689
05:33:24 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (21) https://review.opendev.org/576709
05:33:43 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (22) https://review.opendev.org/576712
07:50:39 openstackgerrit Slawek Kaplonski proposed openstack/nova master: Revert "Revert resize: wait for events according to hybrid plug" https://review.opendev.org/667035
08:36:28 lyarwood ~.
08:55:36 bhagyashris Hi all, I am trying to live migrate the instance but getting this error: http://paste.openstack.org/show/753291/ on nova compute side can any one have nay idea about the same?
08:57:12 kashyap bhagyashris: My first guess from the error is that you don't have enough free RAM.
08:57:44 kashyap Oh, wait. Thre's also a "length mismatch" error
09:00:14 kashyap bhagyashris: What distro is this, and what are you rversions of libvirt and QEMU?
09:03:53 openstackgerrit Lee Yarwood proposed openstack/nova master: libvirt: flatten rbd images when unshelving an instance https://review.opendev.org/457886
09:05:48 bhagyashris kashyap: Hi, I have pasted all details here : http://paste.openstack.org/show/753292/ please check and let me know.
09:08:23 stephenfin bhagyashris: This looks relevant https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1713490
09:08:24 openstack Launchpad bug 1713490 in Ubuntu Cloud Archive "error migrating blocked on virtio-net-pci.rom" [Undecided,Confirmed]
09:08:47 stephenfin bhagyashris: As does this https://lists.gnu.org/archive/html/qemu-devel/2016-01/msg01663.html
09:09:38 kashyap stephenfin: You wouldn't believe: that "Length mismatch" is the improved (unactionable) error from QEMU
09:09:50 kashyap s/improved/"improved"/ (missed the scare quotes :D)
09:10:04 stephenfin o rly?
09:10:18 kashyap Yeah, checking with Dave from QEMU, he says:
09:10:29 kashyap < dgilbert> kashyap: So, that's a packaging bug for their virtio rom; they need to pad
09:11:26 kashyap stephenfin: Reference for the "improvement" (it actually _is_, though, relative to the previous one): https://bugzilla.redhat.com/show_bug.cgi?id=1090093
09:11:27 openstack bugzilla.redhat.com bug 1090093 in libvirt "Improve error reporting when QEMU fails with incoming migration" [Unspecified,Closed: errata] - Assigned to jdenemar
09:13:12 kashyap bhagyashris: So I was told it's a distribution bug, so please file with Ubuntu. (Where the packager needs to pad the ROM with 0 bytes, using `dd`.) thanks, Dave Gilbert for the suggestion.
09:18:45 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add database schema upgrade check https://review.opendev.org/667047
09:32:25 openstackgerrit Sam Morrison proposed openstack/nova stable/rocky: Fix double word hacking test https://review.opendev.org/665788
09:33:30 openstackgerrit Sam Morrison proposed openstack/nova stable/queens: Fix double word hacking test https://review.opendev.org/665790
09:39:45 bhagyashris kashyap: ok thank you! So for workaround I will set the kvm version same for both the machine and will try .
09:40:02 kashyap bhagyashris: Also see the guidance here: https://wiki.qemu.org/Features/Migration/Troubleshooting#Length_mismatch:_....:_...._in_.21.3D_.....
09:40:07 kashyap It does require work from distros.
09:43:02 bhagyashris kashyap: ok you mean it should install through bistro?
09:43:09 bhagyashris distro*
09:43:40 kashyap bhagyashris: I mean, there is an action item for Ubuntu QEMU packager to "pad the ROM" (it's a low-level thing)
09:50:48 lwq Hi there, I would like to discuss possible improvement of nova resize/migrate process - I mean the SCP part … Anyone with experience with this topic? :-)
10:20:19 openstackgerrit Merged openstack/python-novaclient master: Fix duplicate object description error https://review.opendev.org/666203
10:22:31 bhagyashris kashyap: ohh ok thank you !
10:35:22 openstackgerrit Stephen Finucane proposed openstack/nova master: hacking: Resolve W503 (line break occurred before a binary operator) https://review.opendev.org/651555
10:35:23 openstackgerrit Stephen Finucane proposed openstack/nova master: hacking: Resolve W605 (invalid escape sequence) https://review.opendev.org/652104
10:35:23 openstackgerrit Stephen Finucane proposed openstack/nova master: hacking: Resolve E741 (ambiguous variable name) https://review.opendev.org/652103

Earlier   Later