Earlier  
Posted Nick Remark
#openstack-nova - 2018-10-16
08:51:19 kashyap fghaas: I hate myself for the amount of time I spend on it. But I love its typography
08:51:27 kashyap And the TikZ diagramming is so clean, nothing comes close to it.
08:51:36 kashyap But I'm not just super fast with it. Maybe in a few years
09:02:58 fghaas kashyap: reveal.js plus draw.io is my drug of choice.
09:03:27 fghaas Replied to your comments. Sorry for putting on my difficult tech writer hat. :)
09:04:13 kashyap The day I get fed up w/ TeX+TikZ, I'll consider the alternatives :-)
09:05:03 kashyap And nit-picky tech writer hat is good, I appreciate it.
09:06:26 kashyap fghaas: Aah, some of the text was already pre-exisiting. I should've realized it. Will respond in a few
09:06:56 fghaas No rush at all. If we can get this sorted within the week, I'm happy.
09:30:14 openstackgerrit Jan Gutter proposed openstack/os-vif master: Do not call linux_net.delete_net_dev on Windows https://review.openstack.org/610916
09:31:40 jangutter Is anyone familiar enough with Hyper-V functionality to check for a better way of doing ^ ?
09:33:09 openstackgerrit Jan Gutter proposed openstack/os-vif master: Extend host_info to cover port profiles https://review.openstack.org/610636
09:44:32 openstackgerrit Stephen Finucane proposed openstack/nova master: Modify PciDevice.uuid generation code https://review.openstack.org/530487
09:44:32 openstackgerrit Stephen Finucane proposed openstack/nova master: Add an online migration for PciDevice.uuid https://review.openstack.org/530905
09:47:30 ShilpaSD mriedem: Hi
09:48:50 ShilpaSD mriedem: Guide me how to reprodiuce cold migrate issue mentioned at https://bugs.launchpad.net/nova/+bug/1784020 in section 2. b)
09:48:50 openstack Launchpad bug 1784020 in OpenStack Compute (nova) "Shared storage providers are not supported and will break things if used" [Medium,Fix released]
09:56:16 openstackgerrit Florian Haas proposed openstack/nova master: Explain cpu_model_extra_flags and nested guest support https://review.openstack.org/609788
09:57:11 openstackgerrit Florian Haas proposed openstack/nova stable/queens: Explain cpu_model_extra_flags and nested guest support https://review.openstack.org/609790
09:59:29 openstackgerrit Florian Haas proposed openstack/nova stable/rocky: Explain cpu_model_extra_flags and nested guest support https://review.openstack.org/609789
10:01:22 openstackgerrit Jan Gutter proposed openstack/os-vif master: Do not call linux_net.delete_net_dev on Windows https://review.openstack.org/610916
10:02:04 openstackgerrit Florian Haas proposed openstack/nova stable/queens: Explain cpu_model_extra_flags and nested guest support https://review.openstack.org/609790
10:02:22 openstackgerrit Jan Gutter proposed openstack/os-vif master: Extend host_info to cover port profiles https://review.openstack.org/610636
10:07:55 stephenfin gibi: Are you allowed to review these? https://review.openstack.org/#/c/482629/
10:08:13 stephenfin This one too https://review.openstack.org/#/c/580345/
10:29:57 openstackgerrit Merged openstack/nova stable/rocky: hyperv: Cleans up live migration Planned VM https://review.openstack.org/602698
10:30:05 openstackgerrit Merged openstack/nova master: doc: update metadata service doc https://review.openstack.org/602593
10:34:25 gibi stephenfin: what do you mean by allowed? :)
10:35:00 stephenfin gibi: I wasn't sure if you'd authored any of them but it seems you haven't so all good
10:35:25 gibi stephenfin: yeah, I did not write those so I'm going to finish them off this afternoon
10:50:21 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Remove duplicate legacy-tempest-dsvm-multinode-full job https://review.openstack.org/610931
10:51:16 jangutter ralonsoh: do you know anyone knowlegeable on hyper-v networking?
10:55:19 ralonsoh jangutter: no, sorry
11:00:22 openstackgerrit Merged openstack/nova stable/rocky: Replace usage of get_legacy_facade() with get_engine() https://review.openstack.org/608574
11:32:35 gibi stephenfin: I've sent the volume notification patch to the gate but I have concerns about the compute_task one
11:47:18 openstackgerrit Jan Gutter proposed openstack/os-vif master: Do not call linux_net.delete_net_dev on Windows https://review.openstack.org/610916
11:50:31 openstackgerrit Jan Gutter proposed openstack/os-vif master: Extend host_info to cover port profiles https://review.openstack.org/610636
12:08:37 amorin hey all
12:08:52 amorin I am facing issue on my openstack deployment when I try to live migrate an instance
12:09:00 amorin if the original image is deleted on glance
12:09:05 amorin live-migration fail
12:09:09 amorin I am using openstack newton
12:09:23 amorin do you know if this bug is already declared somewhere ?
12:09:26 amorin Eventually fixed?
13:09:34 bauzas amorin: do you have some stacktrace to share ?
13:10:17 amorin well, it's not a stacktrace but just a image not found
13:10:20 amorin I will show you
13:10:54 amorin I have that on source host:
13:10:57 amorin [instance: e4c16231-5c3e-49d3-b985-c963bfa52437] Live Migration failure: internal error: info migration reply was missing return status
13:11:00 bauzas amorin: we had a bug like this https://bugs.launchpad.net/nova/+bug/1270825
13:11:00 openstack Launchpad bug 1270825 in OpenStack Compute (nova) "Live block migration fails for instances whose glance images have been deleted" [High,Fix released] - Assigned to melanie witt (melwitt)
13:11:59 amorin sounds like my issue !
13:12:13 bauzas we also had https://bugs.launchpad.net/nova/+bug/1546778
13:12:13 openstack Launchpad bug 1546778 in OpenStack Compute (nova) liberty "libvirt: resize with deleted backing image fails" [Medium,Fix released] - Assigned to Matthew Booth (mbooth-9)
13:12:36 bauzas but that's for resize
13:12:56 amorin first bug look good, but I am running openstack newton...
13:13:04 amorin seems that the bug is supposed to be fixed since juno
13:13:37 bauzas yup, very old bug, hence the needed stacktrace
13:13:49 bauzas we need to understand more why it fails
13:17:26 amorin I'll try to restart nova compute in debug and find a trace
13:17:31 amorin on both source and dest host
13:17:41 amorin I will come back to you asap
13:20:32 bauzas ok, please highlight me when you reply so I can see it
13:20:48 bauzas amorin: like this :)
13:20:59 amorin yup
13:22:36 openstackgerrit Adam Spiers proposed openstack/nova-specs master: Add spec for libvirt driver launching AMD SEV-encrypted instances https://review.openstack.org/609779
13:42:08 openstackgerrit Matt Riedemann proposed openstack/nova stable/queens: Handle missing marker during online data migration https://review.openstack.org/610974
13:45:18 mnaser asking here because i think nova would probably be a project that does this but
13:45:25 mnaser is it possible to have multiple rootwrap daemons?
13:45:53 mnaser i'm running to problems with neutron vpnagent doing a lot of commands that take a long time which block everything else from running (in rootwrap daemon)
13:46:18 dansmith multiple in a load-balance situation? I kinda doubt it
13:46:32 mnaser even as in dedicated situation
13:46:33 dansmith I think that's one of the many performance limitations of rootwrap
13:46:40 mnaser it also made me wonder if privsep has the same issues
13:46:45 mnaser which i think it might not?
13:46:57 dansmith I think privsep is the same
13:47:02 mnaser because i frequently see privsep spawn processes for a specific module or so
13:47:08 dansmith ISTR the cinder people being concerned about that
13:47:32 mnaser i much rather have vpnaas (in this case) fight for resources between itself rather than with things that are important and need to happen in a few seconds
13:49:27 mnaser i guess the advantage this would give would be the ability to replace a shell out by a code/library
13:52:56 smcginnis There is a performance issue with privsep right now that it serializes anything it runs.
13:53:11 smcginnis So only one "priveleged" thing can happen at a time.
13:53:19 smcginnis But there's a patch up to fix that.
13:53:22 mnaser smcginnis: thats the case with rootwrap daemon too, no?
13:53:32 mnaser at least, that's what the behavior im seeing anyways
13:53:49 smcginnis mnaser: I didn't think so. That just calls out to run commands, so I thought it didn't have the same issue.
13:54:14 mnaser well, rootwrap yes, it just calls out to run commads, but rootwrap daemon seems to do the whole serialize thing
13:54:24 mnaser (i think)
13:54:33 smcginnis Here's the privsep patch if anyone is interested - https://review.openstack.org/#/c/593556/
13:55:01 smcginnis It must not be quite as bad. There was push back on moving fully to privsep because there was a noticeable performance impact in doing so.
13:55:38 openstackgerrit Stephen Finucane proposed openstack/nova master: Transform scheduler.select_destinations notification https://review.openstack.org/508506
13:57:36 dansmith smcginnis: to be clear, he's talking about rootwrap *daemon*
14:00:21 smcginnis Yeah
14:01:38 mnaser i wonder if i can spawn an independent/second rootwrap daemon
14:19:26 bauzas mnaser: I guess the problem is how nova.rootwrap would know which daemon to pick
14:21:41 bauzas mnaser: oh wait, you can spawn multiple daemons, each per service, nope ?
14:21:58 mnaser bauzas: i think so, thats what im attempting
14:22:01 mnaser just launch another client..
14:22:04 openstackgerrit Merged openstack/nova master: Use tempest-pg-full https://review.openstack.org/609954
14:22:47 bauzas anyway, taxi time

Earlier   Later