최신 시리즈에 대한 릴리즈 노트¶
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.