Run nova-compute in native threading mode
Previous patches removed direct eventlet usage from nova-compute so now we can run it with native threading as well. This patch documents the possibility and switches both nova-compute processes to native threading mode in the nova-next job. Change-Id: I7bb29c627326892d1cf628bbf57efbaedda12f1a Signed-off-by: Balazs Gibizer <gibi@redhat.com>
This commit is contained in:
@@ -34,8 +34,8 @@ eventlet mode. If the variable is not set the above default is applied.
|
||||
Since nova 32.0.0 (2025.2 Flamingo) the nova-scheduler, nova-metadata, and
|
||||
nova-api can be switched to native threading mode.
|
||||
|
||||
Since nova 33.0.0 (2026.1 Gazpacho) also the nova-conductor can be switched
|
||||
to native threading mode.
|
||||
Since nova 33.0.0 (2026.1 Gazpacho) the nova-conductor and nova-compute
|
||||
can also be switched to native threading mode.
|
||||
|
||||
Since nova 33.0.0 (2026.1. Gazpacho) the nova-scheduler, nova-metadata, and
|
||||
nova-api using native threading mode by default but still can be switched
|
||||
|
||||
Reference in New Issue
Block a user