Earlier  
Posted Nick Remark
#openstack-nova - 2019-03-05
22:36:02 openstackgerrit Michael Still proposed openstack/nova master: Move FP device creation and deletion to privsep. https://review.openstack.org/635433
22:36:02 openstackgerrit Michael Still proposed openstack/nova master: Cleanup the exec_ebtables code a little. https://review.openstack.org/635434
22:36:03 openstackgerrit Michael Still proposed openstack/nova master: Privsep the ebtables modification code. https://review.openstack.org/635435
22:36:03 openstackgerrit Michael Still proposed openstack/nova master: Move adding vlans to interfaces to privsep. https://review.openstack.org/635436
22:36:04 openstackgerrit Michael Still proposed openstack/nova master: Move iptables rule fetching and setting to privsep. https://review.openstack.org/636508
22:36:04 openstackgerrit Michael Still proposed openstack/nova master: Move dnsmasq restarts to privsep. https://review.openstack.org/639280
22:36:05 openstackgerrit Michael Still proposed openstack/nova master: Move router advertisement daemon restarts to privsep. https://review.openstack.org/639281
22:36:05 openstackgerrit Michael Still proposed openstack/nova master: Move calls to ovs-vsctl to privsep. https://review.openstack.org/639282
22:36:08 dansmith mriedem: ack thanks
22:37:01 mriedem no one puts mikal in a corner
22:39:27 openstackgerrit Matt Riedemann proposed openstack/nova master: Validate PCI aliases early in resize https://review.openstack.org/641131
22:40:22 cfriesen mriedem: gah...thanks for the fixup
22:58:41 efried Do we allow backports of fixes to client libs, and corresponding requirements bumps in nova??
22:59:52 mriedem yes on the former, no on the latter
23:00:21 efried swhat I thought, thanks.
23:00:35 efried mriedem: fyi https://review.openstack.org/#/c/640879/2/nova/virt/ironic/client_wrapper.py@106
23:01:39 efried mriedem: I guess deployers wanting the bug fix can pull in the updated client lib version, even though it exceeds upper constraints for that release?
23:01:52 efried or do we bump upper constraints for the release? /me confused.
23:02:05 mriedem we can bump upper-constraints in stalbe
23:02:06 mriedem *stalbe
23:02:08 mriedem gah
23:02:14 mriedem we don't bump lower-constraints
23:02:23 mriedem because those could be frozen for people at GA
23:03:09 efried okay, got it.
23:03:23 mriedem so yeah they can backport the ironicclient fix and release it with a patch version on stable
23:03:32 mriedem but we can't depend on it with a requirements/lower-constraints update on stable
23:03:59 mriedem if we can hack around it in a backportable way and then fix on master-only with a lower-constraints bump on ironicclient, then sure
23:05:01 efried ack
23:53:58 mriedem WOO F TO THE HOO
23:55:02 mriedem time to fix a multi-cell bug in our functional tests
23:56:26 openstackgerrit Merged openstack/nova master: Parse elements from virConnectGetCapabilities() https://review.openstack.org/640483
23:56:58 eandersson Anyone else having issues with soft-anti-affinity etc in Rocky?
23:57:17 eandersson > Invalid input for field/attribute 0. Value: soft-anti-affinity. u'soft-anti-affinity' is not one of ['anti-affinity', 'affinity']
23:57:25 eandersson > openstack --os-compute-api-version 2.15 server group create anti-affinity-test --policy soft-anti-affinity
23:57:33 openstackgerrit Merged openstack/nova master: Correct instance port binding for rebuilds https://review.openstack.org/603844
23:57:39 eandersson Tested both with openstack client and terraform
23:57:51 openstackgerrit Merged openstack/nova master: Fix resetting non-persistent fields when saving obj https://review.openstack.org/636271
23:58:14 mriedem eandersson: that looks correct https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/server-group.html#server-group-create
23:58:17 mriedem which version of osc?
23:58:21 eandersson 3.16.3
23:58:52 eandersson It was working before the upgrade with the same clients
23:59:18 mriedem hmm, this is the last change to the server groups module in osc https://github.com/openstack/python-openstackclient/commit/d0917cd14b94ce13fd92237490efb5722761eda4#diff-f8f1dd5d07b16e47671071cb4fede85d
23:59:38 eandersson We havne't changed osc version
23:59:41 eandersson just the nova version
23:59:48 eandersson went to nova rocky
23:59:57 eandersson brb
23:59:58 mriedem that error isn't from nova
#openstack-nova - 2019-03-06
00:00:03 eandersson interesting
00:00:05 mriedem oh wait...
00:00:07 eandersson terraform had the same issue
00:00:17 eandersson and we double checked that we had a version that supports it
00:00:20 eandersson brb
00:00:23 mriedem can you run the osc command with --debug?
00:00:31 mriedem after you're rb
00:08:03 openstackgerrit Merged openstack/nova master: Ensure that bandwidth and VF are from the same PF https://review.openstack.org/623543
00:08:14 openstackgerrit Merged openstack/nova master: api-ref: typo service.disable_reason https://review.openstack.org/640956
00:08:24 openstackgerrit Merged openstack/nova master: Handle missing exception in instance creation code https://review.openstack.org/641082
00:13:28 mriedem eandersson: i'm not seeing it by eyeball but maybe something subtle regressed here https://review.openstack.org/#/c/567534/
00:17:42 openstackgerrit Eric Fried proposed openstack/nova master: WIP: use ironicclient AdapterClient https://review.openstack.org/641170
00:29:53 openstackgerrit Takashi NATSUME proposed openstack/nova stable/rocky: Fix an error when generating a host ID https://review.openstack.org/641173
00:36:45 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Fix RT usage issues in cross-cell resize functional tests https://review.openstack.org/641176
00:36:56 mriedem Kevin_Zheng: figured out another problem ^
00:39:14 openstackgerrit Brin Zhang proposed openstack/nova-specs master: Support for changing deleted_on_termination after boot https://review.openstack.org/580336
00:40:55 openstackgerrit Brin Zhang proposed openstack/nova-specs master: Support delete_on_termination in volume attach api https://review.openstack.org/612949
00:49:46 mriedem cfriesen: does starlingx by chance already have a fix for this? https://review.openstack.org/#/c/641176/1/nova/compute/resource_tracker.py@504
00:50:26 mriedem because that todo left from https://review.openstack.org/#/c/370374/ is the exact issue i'm hitting,
00:50:38 mriedem resource usage on the source node is not correct until update_available_resource runs
00:53:28 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Fix RT usage issues in cross-cell resize functional tests https://review.openstack.org/641176
00:53:29 openstackgerrit Matt Riedemann proposed openstack/nova master: Fix ProviderUsageBaseTestCase._run_periodics for multi-cell https://review.openstack.org/641179
00:57:16 mriedem cfriesen: sob it does
00:57:39 mriedem https://github.com/starlingx-staging/stx-nova/blob/master/nova/compute/resource_tracker.py#L728
01:00:22 yonglihe about this topology api, does it had block issue or we just run out of bandwidth? https://review.openstack.org/#/c/621476/
01:09:17 Kevin_Zheng mriedem: for cross cell resize? ACK
01:13:29 yonglihe Sean's several suggest directly confilict with current spec, what can i do for that? help me.
01:14:05 Kevin_Zheng yonglihe I will try to check
01:15:39 yonglihe Kevin_Zheng, thanks
01:23:39 openstackgerrit guang-yee proposed openstack/nova master: pass endpoint interface to Ironic client https://review.openstack.org/640879
01:44:20 openstackgerrit Merged openstack/nova master: Improve libvirt image and snapshot handling https://review.openstack.org/616692
01:45:21 eandersson I tried the latest openstack client in a lab version of Rocky
01:45:32 eandersson and soft-anti-affinity does not work there either
03:56:30 openstackgerrit Boxiang Zhu proposed openstack/nova master: Raise error when force_raw_images and images_type are incompatible https://review.openstack.org/640271
04:25:51 openstackgerrit Merged openstack/nova master: Check hosts have no instances for AZ rename https://review.openstack.org/509206
04:59:42 openstackgerrit Merged openstack/nova master: Move set_vf_interface_vlan to be with its only caller. https://review.openstack.org/624229
05:00:17 openstackgerrit Merged openstack/nova master: Move DHCP releasing to privsep. https://review.openstack.org/624230
05:00:25 openstackgerrit Merged openstack/nova master: Convert additional IP management calls to privsep. https://review.openstack.org/624231
05:00:33 openstackgerrit Merged openstack/nova master: Move route management to privsep. https://review.openstack.org/624232
05:43:15 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add a live migration regression test https://review.openstack.org/641200
05:45:08 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add a live migration regression test https://review.openstack.org/641200
05:58:36 openstackgerrit Luyao Zhong proposed openstack/nova master: object: Add pmem_namespaces field to the NUMACell obj https://review.openstack.org/634547
05:58:37 openstackgerrit Luyao Zhong proposed openstack/nova master: object: Add virtual_pmems fields to the InstanceNUMACell obj https://review.openstack.org/634548
05:58:37 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Enable driver configures PMEM namespace when initiating libvirt driver https://review.openstack.org/634549
05:58:38 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Update PMEM namespaces info and usage https://review.openstack.org/634550
05:58:38 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: report pmem namespaces resources by provider tree https://review.openstack.org/634551
05:58:38 openstackgerrit Luyao Zhong proposed openstack/nova master: API: parse pmem related flavor extra spec https://review.openstack.org/634552
05:58:39 openstackgerrit Luyao Zhong proposed openstack/nova master: scheduler: translate virtual pmems request to placement request group https://review.openstack.org/634553
05:58:39 openstackgerrit Luyao Zhong proposed openstack/nova master: update _numa_fit_instance_cell for the support of virtual_pmems https://review.openstack.org/634554
05:58:40 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: boot VM with vpmems and cleanup vpmems when destroying https://review.openstack.org/634555
05:58:41 openstackgerrit Luyao Zhong proposed openstack/nova master: support VM resizing with vpmem data migration https://review.openstack.org/634556
06:23:51 openstackgerrit Merged openstack/nova master: Flavor extra spec and image properties validation from API https://review.openstack.org/620706
06:35:56 openstackgerrit Surya Seetharaman proposed openstack/nova master: Update --max-rows parameter description for archive_deleted_rows https://review.openstack.org/606995

Earlier   Later