Earlier  
Posted Nick Remark
#openstack-nova - 2019-09-26
15:57:45 mriedem artom got all stinky about it
15:58:36 gibi efried:yes, your sentence sounds better than mine
15:58:44 openstackgerrit Eric Fried proposed openstack/nova master: Functional reproduction for bug 1845291 https://review.opendev.org/684545
15:58:44 openstack bug 1845291 in OpenStack Compute (nova) "migration is not recheduled if the server originally booted with --availability-zone :" [Medium,In progress] https://launchpad.net/bugs/1845291 - Assigned to Balazs Gibizer (balazs-gibizer)
15:59:17 openstackgerrit Eric Fried proposed openstack/nova master: Reset forced_destination before migration at a proper time https://review.opendev.org/684546
15:59:32 efried gibi: okay, tweaked a little bit and approved. Thanks.
15:59:48 gibi efried: thanks
16:00:04 gibi mriedem: sorry I did not remember. How did you managed to do a conditional in the fake based on the call count?
16:00:19 mriedem i'm trying to find it
16:00:37 mriedem https://review.opendev.org/#/c/682140/1/nova/tests/functional/test_servers.py@6817
16:03:48 openstackgerrit Merged openstack/nova-specs master: Amend "Configure max number of volumes to attach" spec https://review.opendev.org/682136
16:04:08 gibi mriedem: thanks. now I remember. it is ugly scoping in any case
16:04:16 mriedem hey,
16:04:21 mriedem one man's trash is another man's treasure
16:06:36 gibi mriedem: to be correct I don't like either of the solutions due to the scoping trick. nothing personal :)
16:07:21 qqmber Hi.. I'm usong Rocky and for the first time I didn't assign a floating IP to an instance... I enter thru another instance (that has floating IP). When I run "yum upgrade" it takes forever and I see a lot of hangs and timeouts... could be related to not having a floating IP assigned? (even I see it has a floating IP anyways)
16:08:26 qqmber I see stuff like this: Sep 26 16:04:43 es-3 dbus[579]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
16:10:51 donnyd floating ips are at the most basic just an inbound NAT done at the network node. Outbound traffic should follow the same flow with or without a floating ip
16:11:23 donnyd I would also ask in neutron
16:12:32 donnyd qqmber: also i would be looking at a dns issue
16:13:16 donnyd try something like ping -4 google.com and then ping -4 172.217.13.238
16:13:32 donnyd if the second command has no issue or delay... you have a dns problem
16:13:42 donnyd likely i should say
16:14:40 qqmber donnyd: I'm running the same (yum upgrade) on two instances.. both in the same host.. one with floating IP, one without.. the one without floating IP has the hanging problem... weird...
16:17:26 mriedem not really a nova development question either way
16:17:29 donnyd qqmber: maybe the neutron channel would have more info on ways to t/s
16:17:56 donnyd or openstack-operators
16:18:03 qqmber ok, thanks!
17:49:07 melwitt mriedem: fyi I'm looking into https://bugs.launchpad.net/nova/+bug/1845243
17:49:07 openstack Launchpad bug 1845243 in OpenStack Compute (nova) stein "Nested 'path' query param in console URL breaks serialproxy" [High,Confirmed]
17:52:21 mriedem ack, cool
19:32:01 openstackgerrit Dustin Cowles proposed openstack/nova-specs master: Spec: Use OpenStack SDK in Nova (Ussuri) https://review.opendev.org/685154
20:49:05 openstackgerrit Merged openstack/nova-specs master: Spec: Use OpenStack SDK in Nova (Ussuri) https://review.opendev.org/685154
20:50:57 efried mriedem: wanna update https://etherpad.openstack.org/p/nova-train-release-todo to track RC2 candidates?
20:51:43 mriedem meaning? https://bugs.launchpad.net/nova/+bugs?field.tag=train-rc-potential
20:53:07 efried maybe just s/RC1/RC2/ on L13, but I dunno, swhy I'm asking
20:53:43 mriedem i'll let you drive
21:34:41 openstackgerrit Matt Riedemann proposed openstack/nova master: Migrate old style volume attachments on nova-compute startup https://review.opendev.org/549130
21:37:23 melwitt mriedem: commented on https://bugs.launchpad.net/nova/+bug/1845243 and would like a sanity check on the fix approach. dansmith too since he was involved in the discussion of the original change. cc efried
21:37:23 openstack Launchpad bug 1845243 in OpenStack Compute (nova) stein "Nested 'path' query param in console URL breaks serialproxy" [High,Confirmed]
21:41:26 mriedem commented
21:43:09 melwitt mriedem: thanks. I think it will be simple. kicking myself for not realizing the 'path' thing was novnc specialness
21:43:28 melwitt consoles: 2 me: 0
21:43:37 mriedem i wouldn't feel too bad about it
21:44:17 mriedem we have no integratoin testing for ironic serial consoles so...
21:44:21 mriedem things are going to break
21:44:34 melwitt yeah. just having a dagnabbit moment
21:45:26 melwitt I wonder if it might be cleanest to do a full revert and then follow with a replacement change. I'll try that first
21:46:30 melwitt because the original change was a bunch of every console type's url changing. is just noise once it gets fixed
21:51:08 mriedem yeah maybe
21:51:24 mriedem do you know how to / have the setup for testing the ironic serial console thing to see if it's fixed?
21:52:50 melwitt unfortunately no. I think any other console type would break too (like spice). so I guess that implies we don't have tempest tests for those either? I'll do some looking around to see how we can verify noVNC + other consoles
21:53:29 openstackgerrit Eric Fried proposed openstack/nova master: Repro bug 1845530: versioned discovery is authed https://review.opendev.org/685180
21:53:29 openstack bug 1845530 in OpenStack Compute (nova) "Versioned discovery endpoint should not require authentication" [Undecided,New] https://launchpad.net/bugs/1845530
21:53:29 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Allow versioned discovery unauthenticated https://review.opendev.org/685181
21:53:37 efried cdent: Help! ^
22:33:44 artom mriedem, actually, for that NUMA bug, I can probably reproduce in a regression func test (re: meeting ping)
22:34:28 artom I've been rebasing and splitting into smaller patches the main NUMA func test patch, it's taking forever because it's a PITA and I'm procrastinating
23:31:52 openstackgerrit Merged openstack/nova master: Functional reproduction for bug 1845291 https://review.opendev.org/684545
23:31:52 openstack bug 1845291 in OpenStack Compute (nova) "migration is not recheduled if the server originally booted with --availability-zone :" [Medium,In progress] https://launchpad.net/bugs/1845291 - Assigned to Balazs Gibizer (balazs-gibizer)
#openstack-nova - 2019-09-27
00:07:39 openstackgerrit Merged openstack/nova master: Reset forced_destination before migration at a proper time https://review.opendev.org/684546
01:45:00 HagunKim Hello, I changed compute node's disk for /var/lib/nova and mount new disk to /var/lib/nova successfully. All vm instances work well.
01:45:00 HagunKim But 'openstack hypervisor show [Compute node]' shows local_gb as old disk capacity.
01:45:00 HagunKim How can I update it?
01:45:00 HagunKim Is there problem when I modify DB(nova.compute_nodes.local_gb) directly?
02:25:51 openstackgerrit melanie witt proposed openstack/nova master: Reduce scope of 'path' query parameter to noVNC consoles https://review.opendev.org/685194
08:21:29 openstackgerrit Seyeong Kim proposed openstack/nova master: block_device: Optionally recreate attachments when refreshing connection_info https://review.opendev.org/579004
08:22:15 openstackgerrit Yongli He proposed openstack/nova master: clean up orphan instances https://review.opendev.org/627765
08:42:33 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Disable neutron explicitly for 'ServersSampleBase' subclasses https://review.opendev.org/684330
08:42:33 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove *even* more unnecessary 'USE_NEUTRON = False' https://review.opendev.org/684331
08:42:34 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_availability_zone' functional tests https://review.opendev.org/684332
08:42:34 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_floating_ip_pools' functional tests https://review.opendev.org/684333
08:42:35 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_quota_sets' functional tests https://review.opendev.org/684334
08:42:35 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_server_tags' functional tests https://review.opendev.org/684335
08:42:36 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_servers' functional tests https://review.opendev.org/684336
08:42:36 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_hosts' functional tests https://review.opendev.org/684337
08:42:37 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_networks_associate' functional tests https://review.opendev.org/684338
08:42:37 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_rescue' functional tests https://review.opendev.org/684339
08:42:38 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_hypervisors' functional tests https://review.opendev.org/684340
08:42:38 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_attach_interfaces' functional tests https://review.opendev.org/684341
08:42:39 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_simple_tenant_usage' functional tests https://review.opendev.org/684342
08:42:39 openstackgerrit Stephen Finucane proposed openstack/nova master: trivial: Neutron fixture cleanup https://review.opendev.org/684343
08:42:40 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_floating_ips' functional tests https://review.opendev.org/684344
08:42:40 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Add TODOs for remaining nova-network functional tests https://review.opendev.org/684345
08:53:33 gibi stephenfin: hi! do you have oppinion about his oslo.messaging bugfix ? https://review.opendev.org/#/c/683600/
09:06:50 openstackgerrit OpenStack Release Bot proposed openstack/nova stable/train: Update .gitreview for stable/train https://review.opendev.org/685256
09:06:54 openstackgerrit OpenStack Release Bot proposed openstack/nova stable/train: Update TOX/UPPER_CONSTRAINTS_FILE for stable/train https://review.opendev.org/685257
09:06:58 openstackgerrit OpenStack Release Bot proposed openstack/nova master: Update master for stable/train https://review.opendev.org/685258
09:14:09 openstackgerrit Luyao Zhong proposed openstack/nova master: Add functional tests for virtual persistent memory https://review.opendev.org/678470
09:18:58 openstackgerrit Merged openstack/nova master: docs: Note use of 'nova-manage db sync --config-file' https://review.opendev.org/671298
09:26:36 openstackgerrit Takashi NATSUME proposed openstack/nova master: conf: Remove deprecated 'project_id_regex' opt https://review.opendev.org/501057
09:28:35 openstackgerrit Merged openstack/nova master: docs: Correct 'nova-manage db sync' documentation https://review.opendev.org/677508
09:28:42 openstackgerrit Merged openstack/nova master: docs: Rework the PCI passthrough guides https://review.opendev.org/635243
09:41:49 openstackgerrit Takashi NATSUME proposed openstack/nova master: conf: Remove deprecated 'project_id_regex' opt https://review.opendev.org/501057
09:44:00 stephenfin gibi: I was hoping someone more knowledgeable in oslo.messaging stuff would take a look first, but adding oslo-messaging-core a few days ago hasn't helped. +2d
09:44:33 gibi stephenfin: thanks. It is a pretty old bug
09:44:45 gibi stephenfin: with lost history
09:48:35 stephenfin Shouldn't we have a stable/train branch now?
09:48:41 stephenfin Oh, wait, we do
09:58:44 stephenfin This means I can merge all the mox removal patches now, I assume?

Earlier   Later