Earlier  
Posted Nick Remark
#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 Is there problem when I modify DB(nova.compute_nodes.local_gb) directly?
01:45:00 HagunKim How can I update it?
01:45:00 HagunKim But 'openstack hypervisor show [Compute node]' shows local_gb as old disk capacity.
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.
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: Remove *even* more unnecessary 'USE_NEUTRON = False' https://review.opendev.org/684331
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:34 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_floating_ip_pools' functional tests https://review.opendev.org/684333
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:35 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_server_tags' functional tests https://review.opendev.org/684335
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:36 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_hosts' functional tests https://review.opendev.org/684337
08:42:36 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_servers' functional tests https://review.opendev.org/684336
08:42:37 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_rescue' functional tests https://review.opendev.org/684339
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:38 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_attach_interfaces' functional tests https://review.opendev.org/684341
08:42:38 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_hypervisors' functional tests https://review.opendev.org/684340
08:42:39 openstackgerrit Stephen Finucane proposed openstack/nova master: trivial: Neutron fixture cleanup https://review.opendev.org/684343
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:40 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Add TODOs for remaining nova-network functional tests https://review.opendev.org/684345
08:42:40 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Migrate 'test_floating_ips' functional tests https://review.opendev.org/684344
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?
09:59:22 openstackgerrit Takashi NATSUME proposed openstack/nova master: conf: Remove deprecated 'project_id_regex' opt https://review.opendev.org/501057
10:03:34 takashin stephenfin: The stable/train branch has been created in nova. So would you remove -2 in https://review.opendev.org/#/c/576020/ and vote workflow +1 for the patch and subsequent patches?
10:04:05 stephenfin takashin: look two lines up :)
10:04:39 stephenfin I'm trying to figure out if there's any reason not to do it now. It shouldn't cause too many conflicts but I'd like someone else's ack first
10:04:58 takashin Okay.
10:11:45 gibi stephenfin: does these patches makes backporting potential rc bugs harder?
10:14:33 stephenfin gibi: I would say no because it only touches the one file (nova/tests/unit/network/test_neutronv2.py) and there have been very few non-mox removal changes against that file this cycle
10:14:45 stephenfin So the chances of there being bugs introduced that we'd have to fix in the file are low
10:21:42 openstackgerrit Stephen Finucane proposed openstack/nova master: tox: Stop overriding the 'install_command' https://review.opendev.org/684775
10:21:42 openstackgerrit Stephen Finucane proposed openstack/nova master: tox: Use common 'command' definition for unit tests https://review.opendev.org/684774
10:21:43 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Start using global stdout, stderr buffers https://review.opendev.org/685310
10:21:43 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Nuke OS_STDOUT_CAPTURE, OS_STDERR_CAPTURE https://review.opendev.org/684773
10:44:38 gibi stephenfin: cool. if you need a second core to push them through then ping me
10:48:31 stephenfin gibi: I think oomichi has reviewed most of them too so we should be good. Think you could look at https://review.opendev.org/#/c/684762/ though?
11:53:12 efried stephenfin: re mox, go for it.
11:53:48 efried and yes, having looked briefly, the only delta since +A on those was updating the bp name in the commit messages. If that's true, feel free to fast approve.
11:54:17 efried Is the bp already approved for ussuri? I think I did that. /me looks...
11:54:53 efried nope, lemme hit that...
11:55:19 efried oh, I did but forgot to no-op update the series goal
11:55:21 efried done now
11:58:52 efried kashyap: Could http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009743.html be https://review.opendev.org/#/c/684375/ ?
12:00:18 kashyap efried: Indeed, that's it -- the "kvm_init_vcpu failed" error gives it away (it's _not_ main memory allocation, but a prob w/ NUMA interaction)
12:00:37 efried kashyap: sweet. Can you respond?
12:00:46 kashyap efried: I'll reply there; first to try with kernel 4.19
12:00:52 efried beaut
12:00:54 efried thank you
12:01:00 kashyap efried: Will do; seems like it _just_ arrived?
12:01:14 efried yeah, <5h ago
12:01:16 efried serendipity
12:01:37 kashyap Ah, missed it; as I was reading only the [nova] tag
12:02:10 efried Couldn't tell you why I actually read this one. Maybe because it said "numa affinity"?
12:02:10 kashyap (And this didn't have the tag)
12:02:20 kashyap Likely
12:02:44 kashyap I don't know if we should make it into yet-another tunable; I'd think we should do the _right_ thing there. Still mulling
12:03:07 efried but someone running into this can resolve by upgrading kernel?
12:03:08 kashyap (Where just use the conservative, 'preferred'. I'll let Sean come back to triple-check on me)
12:03:23 kashyap efried: That's my theory. Let's see if this reporter confirms.
12:03:31 efried is there not a case where you would truly *want* to use strict?
12:03:48 kashyap Also the kernel fix is extremely small (yes, yes, that doesn't say _anything_ about risk) and isoloated; so I'd suggest the Linux distros backport it.
12:03:52 efried seems like something something edge HPC realtime something
12:04:27 kashyap efried: There are cases, but I'll double-check w/ the libvirt dev who meditates on this
12:05:01 efried cool. /me watches from a safe distance
12:05:04 kashyap Heh
12:06:26 openstackgerrit Stephen Finucane proposed openstack/python-novaclient master: Stop silently ignoring invalid 'nova boot --hint' options https://review.opendev.org/684762
12:08:36 kashyap efried: Completely unrelated - I wonder if all the 'no-reply' emails can be directed to another 'openstack-releases' list
12:08:51 kashyap Otherwise the noise feels just too much.
12:08:56 kashyap Maybe I should ask it on the list
12:09:22 kashyap I know that the point of it is to give a heads-up to devs that a new release came out.
12:09:29 efried kashyap: respond to http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009744.html
12:09:59 kashyap Ah, will do
12:10:03 kashyap Thanks for the pointer
12:10:50 efried yahyoubetcha. I didn't care enough to respond; I'm happy to hit [Delete] a couple dozen times twice a year.
12:11:54 kashyap My gripe is, the mailing list archives turn into a toilet
12:12:10 kashyap It just becomes so polluted that the signal is drowned in that noise.
12:12:34 kashyap And it shoos away those who're reading the list to ignore it. I'll respond on that thread. :D
12:22:13 zigo Is Nova really broken with cryptography 2.6 ?
12:22:27 zigo That's kind of annoying me to require 2.7, because the Debian package isn't realy.
12:22:33 zigo (and I'm not the maintainer of that one...)
12:45:00 zigo bauzas: ^ Do you know ?
12:46:08 openstackgerrit Merged openstack/nova master: Remove mox in unit/network/test_neutronv2.py (13) https://review.opendev.org/576020

Earlier   Later