+ COMMAND=start + start + exec uwsgi --ini /etc/cinder/cinder-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Aug 24 16:05:21 2026] *** compiled with version: 13.3.0 on 27 January 2026 17:26:08 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: cinder-api-58fd9fc6c5-kzttm machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:8776 fd 3 Python version: 3.12.3 (main, Jan 8 2026, 11:30:50) [GCC 13.3.0] Python main interpreter initialized at 0x7f575e9e6668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:36: DeprecationWarning: eventletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:36: DeprecationWarning: eventletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( /var/lib/openstack/lib/python3.12/site-packages/eventlet/__init__.py:83: DeprecationWarning: Using fork() is a bad idea, and there is no guarantee eventlet will work. See https://eventlet.readthedocs.io/en/latest/fork.html for more details. warnings.warn( /var/lib/openstack/lib/python3.12/site-packages/eventlet/__init__.py:83: DeprecationWarning: Using fork() is a bad idea, and there is no guarantee eventlet will work. See https://eventlet.readthedocs.io/en/latest/fork.html for more details. warnings.warn( simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-08-24 16:05:25.903 7 CRITICAL cinder [-] Unhandled error: ModuleNotFoundError: No module named 'kubernetes' 2026-08-24 16:05:25.903 7 ERROR cinder Traceback (most recent call last): 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/cinder/wsgi/api.py", line 24, in 2026-08-24 16:05:25.903 7 ERROR cinder application = wsgi.initialize_application() 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/cinder/wsgi/wsgi.py", line 52, in initialize_application 2026-08-24 16:05:25.903 7 ERROR cinder coordination.COORDINATOR.start() 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/cinder/coordination.py", line 85, in start 2026-08-24 16:05:25.903 7 ERROR cinder self.coordinator = coordination.get_coordinator(backend_url, member_id) 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/tooz/coordination.py", line 796, in get_coordinator 2026-08-24 16:05:25.903 7 ERROR cinder d = driver.DriverManager( 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/driver.py", line 94, in __init__ 2026-08-24 16:05:25.903 7 ERROR cinder super().__init__( 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/named.py", line 116, in __init__ 2026-08-24 16:05:25.903 7 ERROR cinder super().__init__( 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/extension.py", line 198, in __init__ 2026-08-24 16:05:25.903 7 ERROR cinder extensions = self._load_plugins( 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/named.py", line 193, in _load_plugins 2026-08-24 16:05:25.903 7 ERROR cinder extensions = super()._load_plugins( 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/extension.py", line 311, in _load_plugins 2026-08-24 16:05:25.903 7 ERROR cinder self._on_load_failure_callback(self, ep, err) 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/extension.py", line 302, in _load_plugins 2026-08-24 16:05:25.903 7 ERROR cinder ext = self._load_one_plugin( 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/named.py", line 216, in _load_one_plugin 2026-08-24 16:05:25.903 7 ERROR cinder return super()._load_one_plugin( 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/extension.py", line 338, in _load_one_plugin 2026-08-24 16:05:25.903 7 ERROR cinder plugin = ep.load() 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load 2026-08-24 16:05:25.903 7 ERROR cinder module = import_module(match.group('module')) 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module 2026-08-24 16:05:25.903 7 ERROR cinder return _bootstrap._gcd_import(name[level:], package, level) 2026-08-24 16:05:25.903 7 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.903 7 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/tooz/drivers/kubernetes.py", line 14, in 2026-08-24 16:05:25.903 7 ERROR cinder from kubernetes.client import exceptions as k8s_exc 2026-08-24 16:05:25.903 7 ERROR cinder ModuleNotFoundError: No module named 'kubernetes' 2026-08-24 16:05:25.903 7 ERROR cinder unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. GAME OVER *** 2026-08-24 16:05:25.907 8 CRITICAL cinder [-] Unhandled error: ModuleNotFoundError: No module named 'kubernetes' 2026-08-24 16:05:25.907 8 ERROR cinder Traceback (most recent call last): 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/cinder/wsgi/api.py", line 24, in 2026-08-24 16:05:25.907 8 ERROR cinder application = wsgi.initialize_application() 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/cinder/wsgi/wsgi.py", line 52, in initialize_application 2026-08-24 16:05:25.907 8 ERROR cinder coordination.COORDINATOR.start() 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/cinder/coordination.py", line 85, in start 2026-08-24 16:05:25.907 8 ERROR cinder self.coordinator = coordination.get_coordinator(backend_url, member_id) 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/tooz/coordination.py", line 796, in get_coordinator 2026-08-24 16:05:25.907 8 ERROR cinder d = driver.DriverManager( 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/driver.py", line 94, in __init__ 2026-08-24 16:05:25.907 8 ERROR cinder super().__init__( 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/named.py", line 116, in __init__ 2026-08-24 16:05:25.907 8 ERROR cinder super().__init__( 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/extension.py", line 198, in __init__ 2026-08-24 16:05:25.907 8 ERROR cinder extensions = self._load_plugins( 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/named.py", line 193, in _load_plugins 2026-08-24 16:05:25.907 8 ERROR cinder extensions = super()._load_plugins( 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/extension.py", line 311, in _load_plugins 2026-08-24 16:05:25.907 8 ERROR cinder self._on_load_failure_callback(self, ep, err) 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/extension.py", line 302, in _load_plugins 2026-08-24 16:05:25.907 8 ERROR cinder ext = self._load_one_plugin( 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/named.py", line 216, in _load_one_plugin 2026-08-24 16:05:25.907 8 ERROR cinder return super()._load_one_plugin( 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/stevedore/extension.py", line 338, in _load_one_plugin 2026-08-24 16:05:25.907 8 ERROR cinder plugin = ep.load() 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load 2026-08-24 16:05:25.907 8 ERROR cinder module = import_module(match.group('module')) 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module 2026-08-24 16:05:25.907 8 ERROR cinder return _bootstrap._gcd_import(name[level:], package, level) 2026-08-24 16:05:25.907 8 ERROR cinder ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-08-24 16:05:25.907 8 ERROR cinder File "/var/lib/openstack/lib/python3.12/site-packages/tooz/drivers/kubernetes.py", line 14, in 2026-08-24 16:05:25.907 8 ERROR cinder from kubernetes.client import exceptions as k8s_exc 2026-08-24 16:05:25.907 8 ERROR cinder ModuleNotFoundError: No module named 'kubernetes' 2026-08-24 16:05:25.907 8 ERROR cinder unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. GAME OVER *** OOPS ! failed loading app in worker 1 (pid 7) Mon Aug 24 16:05:26 2026 - need-app requested, destroying the instance... SIGINT/SIGTERM received...killing workers... OOPS ! failed loading app in worker 2 (pid 8) Mon Aug 24 16:05:26 2026 - need-app requested, destroying the instance... goodbye to uWSGI.