Merge "Ask for pre-prod testing for native threading"
This commit is contained in:
@@ -13,7 +13,10 @@ up support for the native threading mode.
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The native threading mode is not ready yet. Do not use it in production.
|
The native threading mode is experimental. Do not use it in production
|
||||||
|
without first testing it in pre-production. If you do so please let us now
|
||||||
|
how it went on the mailing list openstack-discuss@lists.openstack.org.
|
||||||
|
|
||||||
|
|
||||||
Selecting concurrency mode for a service
|
Selecting concurrency mode for a service
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
@@ -110,4 +110,5 @@ def patch():
|
|||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
LOG.warning(
|
LOG.warning(
|
||||||
"Service is starting with native threading. This is currently "
|
"Service is starting with native threading. This is currently "
|
||||||
"experimental. Do not use it in production.")
|
"experimental. Do not use it in production without first "
|
||||||
|
"testing it in pre-production.")
|
||||||
|
@@ -3,6 +3,9 @@ features:
|
|||||||
- |
|
- |
|
||||||
The nova-api and nova-metadata services now can be run in native threading
|
The nova-api and nova-metadata services now can be run in native threading
|
||||||
mode instead of with eventlet. This is an experimental feature that is
|
mode instead of with eventlet. This is an experimental feature that is
|
||||||
disabled by default. Please read the
|
disabled by default. Please test the native threading mode in
|
||||||
|
pre-production before enabling it in production. If you do so please let us
|
||||||
|
now how it went on the mailing list openstack-discuss@lists.openstack.org.
|
||||||
|
Please read the
|
||||||
`concurrency <https://docs.openstack.org/nova/latest/admin/concurrency.html>`__
|
`concurrency <https://docs.openstack.org/nova/latest/admin/concurrency.html>`__
|
||||||
guide for more details.
|
guide for more details.
|
||||||
|
@@ -3,7 +3,9 @@ features:
|
|||||||
- |
|
- |
|
||||||
The nova-scheduler now can be run in native threading mode instead
|
The nova-scheduler now can be run in native threading mode instead
|
||||||
of with eventlet. This is an experimental feature that is disabled by
|
of with eventlet. This is an experimental feature that is disabled by
|
||||||
default. Please read the
|
default. Please test the native threading mode in pre-production before
|
||||||
|
enabling it in production. If you do so please let us now how it went on
|
||||||
|
the mailing list openstack-discuss@lists.openstack.org. Please read the
|
||||||
`concurrency <https://docs.openstack.org/nova/latest/admin/concurrency.html>`__
|
`concurrency <https://docs.openstack.org/nova/latest/admin/concurrency.html>`__
|
||||||
guide for more details.
|
guide for more details.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user