Earlier  
Posted Nick Remark
#openstack-nova - 2020-05-25
14:20:21 stephenfin then the first one is better, yes
14:20:28 sean-k-mooney im porting evacuate not host-evacuate
14:20:48 stephenfin although I don't know if osc uses the term "instance"
14:20:59 sean-k-mooney host-evacuate it the clinet side command that enumarate the instance on the host and evacuates all of them
14:21:20 sean-k-mooney i think it might use server but that is kind of wronge
14:21:23 sean-k-mooney i could use server
14:22:02 sean-k-mooney server is proably more inline with the other messages in teh file so ill use that
14:33:02 openstackgerrit Merged openstack/python-novaclient master: Remove Babel requirement https://review.opendev.org/723139
15:37:42 openstackgerrit Balazs Gibizer proposed openstack/nova-specs master: Make Feature Liaison optional https://review.opendev.org/730638
16:57:52 openstackgerrit Stephen Finucane proposed openstack/nova master: virt: Add 'context', drop 'network_info' parameters for 'unrescue' https://review.opendev.org/730382
16:57:52 openstackgerrit Stephen Finucane proposed openstack/nova master: Add emulated TPM support to Nova https://review.opendev.org/631363
16:57:53 openstackgerrit Stephen Finucane proposed openstack/nova master: WIP: Add support for resize and cold migration of emulated TPM files https://review.opendev.org/639934
23:28:38 openstackgerrit Merged openstack/nova stable/queens: Revert "nova shared storage: rbd is always shared storage" https://review.opendev.org/726864
#openstack-nova - 2020-05-26
01:10:02 openstackgerrit Wenping Song proposed openstack/nova master: WIP: Cyborg suspend/resume support https://review.opendev.org/729945
02:47:15 openstackgerrit Merged openstack/nova master: docs: Resolve issue with deprecated extra specs https://review.opendev.org/726315
04:08:56 openstackgerrit Merged openstack/nova master: replace the "hide_hypervisor_id" to "hw:hide_hypervisor_id" https://review.opendev.org/722187
05:14:50 tacco ho everyone. Have a mostly clean setup. But now i have a problem with downsizing of a VM.
05:15:28 tacco i cannot apply a smaller flavor anymore, but there is still a bunch of space on HVs and it is also allowed to migrate to the same host.
05:15:34 tacco have no clue what is broken in here.
05:15:41 tacco Will the RAM allocated two times?
05:15:59 tacco because it looks as it would be the RAM that causes this issue.
05:16:04 tacco any ideas?
06:55:31 gibi good morning nova
07:09:38 bauzas good morning Nova
07:10:11 openstackgerrit Wenping Song proposed openstack/nova master: WIP: Cyborg suspend/resume support https://review.opendev.org/729945
07:20:59 slaweq gibi: bauzas: good morning nova (from neutron) ;)
07:24:48 gibi slaweq: :)
07:42:00 tacco morning everyone. :)
07:42:52 tacco anyone has a idea why placement shows targets for possible placement of a large flavor. but... downsize a vm to a smaler flavor is not possible? any hints? tips and tricks?
07:59:30 gibi tacco: during resize there is doubled up allocation. The source host allocation is held by the migration_uuid and the dest host allocation held by the instance_uuid. If you resize to same host then both allocation is against the same host
08:00:51 gibi tacco: https://bugs.launchpad.net/nova/+bug/1609193
08:00:51 openstack Launchpad bug 1609193 in OpenStack Compute (nova) "resize error on the same current host with enough vcpu resource" [Wishlist,Confirmed]
08:09:20 openstackgerrit Balazs Gibizer proposed openstack/nova-specs master: Make Feature Liaison optional https://review.opendev.org/730638
08:29:24 tacco gibi: thanks. was thinking about shelving the instance and try to set a new flavor. because even shutdown dosn't fixed the problem.
08:29:38 openstackgerrit Balazs Gibizer proposed openstack/nova-specs master: Make Feature Liaison optional https://review.opendev.org/730638
08:37:37 openstackgerrit Balazs Gibizer proposed openstack/nova-specs master: Make Feature Liaison optional https://review.opendev.org/730638
08:41:13 openstackgerrit Lee Yarwood proposed openstack/nova stable/stein: stable-only: skip volume backup tests in cellsv1 job https://review.opendev.org/727147
08:47:06 openstackgerrit Lee Yarwood proposed openstack/nova master: zuul: Make devstack-plugin-ceph-tempest-py3 a voting check job again https://review.opendev.org/730320
08:50:58 openstackgerrit Balazs Gibizer proposed openstack/nova master: get_ksa_adapter: nix by-service-type confgrp hack https://review.opendev.org/664689
09:37:22 masterpe hi, I don't know if this question is in the right place but, when I create an instances with "openstack server create" I get an adminPass, how does cloud-init pick this up in a Ubuntu instance?
09:45:55 openstackgerrit Lee Yarwood proposed openstack/nova master: Add functional test for bug 1550919 https://review.opendev.org/631294
09:45:55 openstack bug 1550919 in OpenStack Compute (nova) "[Libvirt]Evacuate fail may cause disk image be deleted" [Medium,In progress] https://launchpad.net/bugs/1550919 - Assigned to Lee Yarwood (lyarwood)
09:45:55 openstackgerrit Lee Yarwood proposed openstack/nova master: libvirt: Don't delete disks on shared storage during evacuate https://review.opendev.org/578846
10:27:22 lyarwood stephenfin: stupid question, do we have docs for the custom sphinx extenstions we have for referencing oslo config etc?
10:27:56 stephenfin lyarwood: https://docs.openstack.org/oslo.config/latest/reference/sphinxext.html
10:28:40 lyarwood ah thanks
10:29:16 lyarwood stephenfin: ah we can't use that from nova-specs however?
10:29:56 lyarwood looks like it has to be in the same codebase, nvm.
10:29:58 stephenfin no, you'd need to have the 'show-options' directive declared somewhere, and it doesn't really make sense there
10:30:13 lyarwood kk np
10:40:07 hossein_14861833 hello every One
10:40:08 hossein_14861833 i have a problem with cinder volume on instances on ocata
10:40:08 hossein_14861833 openstack volume on cinder vapid on instances but on horizon show attached but on fdisk command not shown
10:51:46 jsuchome dansmith: Hi, reminder if you have a time for review... https://review.opendev.org/#/c/574301/
11:18:22 openstackgerrit Nalini Varshney proposed openstack/nova master: When unshelving an instance that was booted from a volume, "shelved_image_id" is None. Therefore, when performing unshelve, the image metadata could not be retrieved and ImagePropertiesFilter scheduling will fail. https://review.opendev.org/728675
13:00:35 openstackgerrit Nalini Varshney proposed openstack/nova master: When unshelving an instance that was booted from a volume, "shelved_image_id" is None. Therefore, when performing unshelve, the image metadata could not be retrieved and ImagePropertiesFilter scheduling will fail. https://review.opendev.org/728675
13:21:06 lyarwood stephenfin: https://review.opendev.org/#/q/topic:bug/1550919+status:open - would you mind hitting this again today if you have time?
13:21:27 lyarwood artom: ^ also if you have bandwidth this week
13:21:47 lyarwood and any other cores able to take a look while I'm still around to address feedback.
13:22:29 artom lyarwood, oh right, thanks for reminding me
13:23:03 stephenfin lyarwood: sure
13:25:02 lyarwood thanks both
13:30:27 dansmith jsuchome: did the spec get approved?
13:50:05 jsuchome dansmith: the spec is merged
13:58:49 jsuchome dansmith: and I think I addressed some of your previous comments, as lyarwood raised them too (or similar ones)
14:18:52 openstackgerrit Stephen Finucane proposed openstack/nova master: libvirt: Add 'paths' module https://review.opendev.org/730833
15:34:05 openstackgerrit Merged openstack/nova-specs master: Re-propose nova-audit spec for Victoria https://review.opendev.org/724430
15:41:08 openstackgerrit Merged openstack/nova-specs master: Switch to newer openstackdocstheme and reno versions https://review.opendev.org/728611
15:49:28 openstackgerrit Stephen Finucane proposed openstack/nova master: libvirt: Remove MIN_LIBVIRT_ETHERNET_SCRIPT_PATH_NONE https://review.opendev.org/730865
15:49:28 openstackgerrit Stephen Finucane proposed openstack/nova master: libvirt: Remove MIN_*_INTERFACE_MTU, MIN_*_TX_QUEUE_SIZE https://review.opendev.org/730866
16:19:42 openstackgerrit Dan Smith proposed openstack/nova-specs master: Add rbd-glance-multistore spec https://review.opendev.org/730126
16:19:54 dansmith gibi: see if that ^ covers your questions
16:54:10 openstackgerrit Stephen Finucane proposed openstack/nova master: virt: Add 'context', drop 'network_info' parameters for 'unrescue' https://review.opendev.org/730382
16:54:11 openstackgerrit Stephen Finucane proposed openstack/nova master: Add emulated TPM support to Nova https://review.opendev.org/631363
16:54:11 openstackgerrit Stephen Finucane proposed openstack/nova master: Add support for resize and cold migration of emulated TPM files https://review.opendev.org/639934
17:46:07 mnaser melwitt: o/ https://review.opendev.org/#/c/729088/ is a stable backport for my patch that merges to other branches
18:41:50 sean-k-mooney gibi: by the way i belive the issue in https://bugs.launchpad.net/neutron/+bug/1880389 is i think neutron is telling us the network backend is wired up via the netwrok-vif-plugged event before it acctully add the subport to the linux bridge that connects it to the physical network
18:41:50 openstack Launchpad bug 1880389 in OpenStack Compute (nova) "lost net connection when live migration" [Undecided,New]
18:42:05 sean-k-mooney in that specific case before it add the vlan port to the bridge
18:42:18 sean-k-mooney although the same would happen for vxlan
18:42:37 sean-k-mooney i added neutorn too the bug
18:43:13 sean-k-mooney i treied repoducing it today and on my lightly loaded system i did not see it
18:43:40 sean-k-mooney but i think im just winning the race and the l2 agent happens to wire it up quickly
18:43:57 sean-k-mooney i might look into this a littel more tomorow to confirm but im calling it a day o/
19:57:32 openstackgerrit Hervé Beraud proposed openstack/nova master: Cap jsonschema 3.2.0 as the minimal version https://review.opendev.org/730960
19:57:32 openstackgerrit Hervé Beraud proposed openstack/nova master: Cap jsonschema 3.2.0 as the minimal version https://review.opendev.org/730960
21:33:38 melwitt mnaser: hey, I know and I updated it to call out the conflicting change-ids in the commit message. so probably someone else like dansmith should review
21:38:08 dansmith melwitt: mnaser: done
21:40:26 melwitt thanks
22:09:29 mnaser melwitt: oh cool, sorry, didnt notice that. thanks dansmith :)
#openstack-nova - 2020-05-27
00:15:55 openstackgerrit Merged openstack/nova stable/stein: Make quotas respect instance_list_per_project_cells https://review.opendev.org/729088
01:08:37 ikla every time I try to boot a gpu flavor, the instance gets stuck in spawning and it looks like it loses connectivity to nova-conductor. Any ideas?
03:05:41 ikla I have a dual port card that I created 4 VF's per port for. How do I tell which physical port it's coming from when I do pci passthrough? I have an alias for it but it covers the entire card since I only use vendor_id and product_id.
07:53:05 gibi sean-k-mooney: thanks for looking at https://bugs.launchpad.net/nova/+bug/1880389 I hope neutron folks will confirm what you found and then we can close the nova side of that bug
07:53:05 openstack Launchpad bug 1880389 in OpenStack Compute (nova) "lost net connection when live migration" [Undecided,New]
07:59:21 bauzas gibi: fwiw, I'm on PTO today
08:00:00 gibi bauzas: ack, have a nice PTO
08:00:54 gibi my day is also a bit hectic
08:25:05 brinzhang gibi, dansmith: good morning^
08:34:43 luyao stephenfin: could you have a look at https://review.opendev.org/#/c/726284/, it's a tiny spec update.

Earlier   Later