Earlier  
Posted Nick Remark
#openstack-nova - 2018-02-09
17:44:07 figleaf maybe my bouncer hiccupped
17:46:41 figleaf leakypipes: fried_rolls and I had a convo about modeling NUMA using aggs instead of distances
17:46:55 figleaf leakypipes: I don't think there's a spec posted yet
17:46:59 leakypipes gotcha
17:49:29 fried_rolls figleaf, leakypipes: I'm working on it. The summary paragraph is up in a bp template: https://blueprints.launchpad.net/nova/+spec/resource-class-affinity
17:55:04 openstackgerrit Merged openstack/nova master: [placement] Move body examples to an isolated directory https://review.openstack.org/529998
17:55:12 openstackgerrit Merged openstack/nova stable/ocata: Add release note for Aggregate[Core|Ram|Disk]Filter change https://review.openstack.org/542323
17:55:21 openstackgerrit Merged openstack/nova master: Make bdms querying in multi-cell use scatter-gather and ignore down cell https://review.openstack.org/541246
17:55:30 openstackgerrit Merged openstack/nova master: Remove unnecessary arguments in notification methods https://review.openstack.org/535599
17:55:42 openstackgerrit Merged openstack/nova master: Remove microversion fallback code from report client https://review.openstack.org/528794
17:59:45 melwitt dansmith: I had to replace assertEqual with assertItemsEqual for the list comparison so that ordering wouldn't result in sporadic test failures, if you could re-review at your convenience https://review.openstack.org/#/c/540258
18:00:49 openstackgerrit Surya Seetharaman proposed openstack/nova master: Unmap compute nodes when deleting host mappings during delete cell operation https://review.openstack.org/542964
18:05:21 openstackgerrit Surya Seetharaman proposed openstack/nova master: Unmap compute nodes when deleting host mappings in delete cell operation https://review.openstack.org/542964
18:12:07 dansmith melwitt: yeah I saw that this morning, thought I already +2d
18:12:28 dansmith just never clicked the button I guess
18:12:40 melwitt dansmith: super, thanks
18:13:19 melwitt :)
18:13:27 itlinux hello all.. I have a strange behaviors my coworker sent me. this: I'm seeing this weird behavior on the poc. I'm deploying the avi controllers with heat, this creates a nova instance with a cinder volume. the volumes get created, but seems like the last one loses(a timeout?) and another volume gets created and that one is attached to the last instance.
18:55:26 openstackgerrit Matt Riedemann proposed openstack/nova master: Provide basic data for AArch64 support matrix/functionality https://review.openstack.org/541728
18:58:55 openstackgerrit Matt Riedemann proposed openstack/nova master: Check for leaked server resource allocations in post_test_hook https://review.openstack.org/538510
19:07:26 amoralej i'm finding some failures in jobs for queens when security groups are failing to create with unauthorized error
19:07:39 amoralej https://[::1]:8774/v2.1/os-security-groups returned with HTTP 401
19:07:48 amoralej https://centos.logs.rdoproject.org/weirdo-generic-puppet-openstack-scenario001/4365/weirdo-project/logs/apache/nova_api_wsgi_error_ssl.txt.gz
19:07:52 openstackgerrit Merged openstack/python-novaclient master: Remove 2 redundant methods https://review.openstack.org/528325
19:07:57 amoralej i see the corresponding error in neutron
19:08:03 amoralej https://centos.logs.rdoproject.org/weirdo-generic-puppet-openstack-scenario001/4365/weirdo-project/logs/neutron/server.txt.gz#_2018-02-09_17_53_21_219
19:08:11 amoralej any idea what could be the cause?
19:08:24 amoralej it's just happens from time to time
19:24:02 melwitt amoralej: is that a tempest test? the first thing I notice is that the nova api isn't being called with the latest microversion, as we deprecated the os-security-groups proxy api back in newton https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id33
19:24:19 amoralej melwitt, yes, it's tempest test
19:24:33 amoralej tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops
19:24:50 melwitt that's not causing the 401, but just to note
19:25:21 melwitt other than that, neutron is rejecting the request because of failed token validation. the only thing I can think there is if the token expired over a long running time?
19:25:50 melwitt I don't know off the top of my head how tempest gets/refreshes auth tokens throughout a job run
19:25:55 amoralej but expiration time for tokens were hours, right?
19:26:20 melwitt yeah, I would think so. have to check
19:26:45 amoralej the full job, deployment + tempest run took 51 minutes
19:27:40 amoralej but yeah, i thought something like that too
19:30:02 melwitt looks like the default is only an hour https://github.com/openstack/keystone/blob/master/keystone/conf/token.py#L49
19:30:29 melwitt but I see in your keystone.conf it's set to 2400 seconds, even shorter https://centos.logs.rdoproject.org/weirdo-generic-puppet-openstack-scenario001/4365/weirdo-project/logs/etc/keystone/keystone.conf.txt.gz
19:30:55 melwitt 40 minutes
19:31:17 melwitt but, that only matters if tempest gets a token once and keeps reusing it throughout the run, which I don't know if it does
19:32:13 amoralej yeah, i don't know that, but i think the tempest run itself took much less that 40 mins
19:34:17 melwitt oh, okay, you said deployment + tempest
19:34:52 amoralej yes
19:35:06 amoralej let's see how next runs go
19:35:28 amoralej but hitting the same issue twice in a day is normally a bad sign
19:36:01 melwitt I get that it's bad, it's just there's almost no info there. neutron is rejecting with a 401, token auth failure
19:36:41 amoralej yes, no idea about how to debug deeper
19:36:53 amoralej that's why i came to see the experts :)
19:42:30 melwitt looks like upstream tempest jobs leave keystone.conf [token]expiration at the default 3600 seconds, so maybe you could try that. I would think it's an expired token, else there's something seriously wrong in the keystone auth middleware
20:42:30 openstackgerrit Eric Fried proposed openstack/nova master: Ensure resource classes correctly https://review.openstack.org/539738
20:42:31 openstackgerrit Eric Fried proposed openstack/nova master: New-style _set_inventory_for_provider https://review.openstack.org/537648
20:42:31 openstackgerrit Eric Fried proposed openstack/nova master: SchedulerReportClient.update_from_provider_tree https://review.openstack.org/533821
20:42:32 openstackgerrit Eric Fried proposed openstack/nova master: Use update_provider_tree from resource tracker https://review.openstack.org/520246
20:42:32 openstackgerrit Eric Fried proposed openstack/nova master: Fix nits in update_provider_tree series https://review.openstack.org/531260
20:42:33 openstackgerrit Eric Fried proposed openstack/nova master: Move refresh time from report client to prov tree https://review.openstack.org/535517
20:42:33 openstackgerrit Eric Fried proposed openstack/nova master: Make generation optional in ProviderTree https://review.openstack.org/539324
20:42:34 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Add nested resources to server moving tests https://review.openstack.org/527728
20:43:13 fried_rice leakypipes: Ensure resource classes correctly https://review.openstack.org/539738 manual rebase ready for re-+2
20:53:47 openstackgerrit Eric Berglund proposed openstack/nova master: WIP: PowerVM Driver: Snapshot https://review.openstack.org/543023
20:56:59 leakypipes fried_rice: cool. will review tomorrow morning.
20:57:11 openstackgerrit Eric Fried proposed openstack/nova master: Avoid inventory DELETE API (no conflict detection) https://review.openstack.org/539712
20:57:15 fried_rice leakypipes: This one too ^
20:57:41 leakypipes fried_rice: ack
21:34:48 openstackgerrit Merged openstack/nova master: TrivialFix: Add a space between messages https://review.openstack.org/541436
21:38:56 openstackgerrit melanie witt proposed openstack/nova master: Save admin password to sysmeta in libvirt driver https://review.openstack.org/543032
#openstack-nova - 2018-02-10
00:50:32 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in put (3) https://review.openstack.org/531280
01:03:20 openstackgerrit Eric Fried proposed openstack/nova-specs master: Resource Class Affinity https://review.openstack.org/543062
01:03:38 fried_rice leakypipes: ^ There's that spec we were talking about earlier
01:03:53 fried_rice edleafe, sean-k-mooney, finucannot, cfriesen: ^
01:04:11 fried_rice and cdent in case you're trawling eavesdrop for your handle :)
01:28:38 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in get https://review.openstack.org/531299
02:24:35 openstackgerrit Eric Berglund proposed openstack/nova master: WIP: PowerVM Driver: Snapshot https://review.openstack.org/543023
04:52:17 openstackgerrit Merged openstack/nova master: Add log for snapshot an instance https://review.openstack.org/542101
06:16:18 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/541561
08:24:18 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: doc: merge numa.rst to cpu-topologies.rst https://review.openstack.org/540585
14:08:57 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: doc: merge numa.rst to cpu-topologies.rst https://review.openstack.org/540585
14:35:27 openstackgerrit Merged openstack/nova master: [placement] Add sending global request ID in put (3) https://review.openstack.org/531280
14:37:12 openstackgerrit Merged openstack/nova master: [placement] Add sending global request ID in get https://review.openstack.org/531299
14:56:39 m3m0 #freebsd
14:56:43 m3m0 #python
14:58:51 openstackgerrit Andreas Jaeger proposed openstack/python-novaclient stable/ocata: Avoid tox_install.sh for constraints support https://review.openstack.org/543114
15:00:26 openstackgerrit Andreas Jaeger proposed openstack/python-novaclient stable/pike: Avoid tox_install.sh for constraints support https://review.openstack.org/543115
15:29:08 m3m0 Hello nova
15:29:17 m3m0 I'm trying to run nova-compute from stable/pike on archlinux using python 2.7.14 (python 3 I had the same luck) and I keep getting this error when I run it.
15:29:21 m3m0 https://etherpad.openstack.org/p/privsep_nova_pike
15:29:43 m3m0 any ideas?
16:36:23 openstackgerrit Andreas Jaeger proposed openstack/python-novaclient stable/pike: Zuul: Remove project name https://review.openstack.org/541370
16:36:33 AJaeger nova team, please review https://review.openstack.org/543115 , https://review.openstack.org/#/c/543114, https://review.openstack.org/#/c/541370/ - the first two are needed to fix building, the third is needed for Zuul v3
18:59:14 itlinux hello guys I have a SAN and I see the compute nodes with emptry string on enabled_perf_events .. what should be the right string there?
18:59:29 itlinux this is in /etc/nova/nova.conf
22:07:03 ameeda Hello, I know that I shouldn't keep asking for review on my patches, but this review https://review.openstack.org/#/c/526900/ doesn't have activity from awhile. could you please check it when you available. Thanks!!
#openstack-nova - 2018-02-11
01:44:08 openstackgerrit sunjiazz proposed openstack/nova master: Snapshot the volume-backed instance without min_disk in image metadata https://review.openstack.org/542646
01:45:56 openstackgerrit peiyu proposed openstack/nova master: messages need to translate https://review.openstack.org/543153
02:19:54 openstackgerrit gaobin proposed openstack/nova master: Correction revised as Show https://review.openstack.org/542539
06:04:21 openstackgerrit gaobin proposed openstack/nova master: Correction revised as Show https://review.openstack.org/542539
06:18:26 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/541561
06:49:10 openstackgerrit Ameed Ashour proposed openstack/osc-placement master: Change documentation theme https://review.openstack.org/542378
21:16:08 openstackgerrit Matt Riedemann proposed openstack/nova master: Add regression test for BFV+IsolatedHostsFilter failure https://review.openstack.org/543257

Earlier   Later