開発中バージョンのリリースノート¶
32.0.0-12¶
新機能¶
The nova-conductor services now can be run in native threading mode instead of with eventlet. This is an experimental feature that is disabled by default. Please test the native threading mode in pre-production before enabling it in production. Please read the concurrency guide for more details.
バグ修正¶
Fixed the issue bug 2044235 where Nova Conductor puts an instance into an error state if any errors occur during execution of the 'check_can_live_migrate_source()' method in an RPC call. Now, any error is caught and a MigrationPreCheckError exception is re-raised to reset the instance state.