+ exec manila-data --config-file /etc/manila/manila.conf 1 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. 2026-05-10 01:44:03.282 1 INFO manila.service [-] Starting manila-data node (version 19.1.2) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service [None req-1dd5f51d-6122-4b4f-8ba8-c15070dc0229 - - - - - -] Error starting thread.: oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'nova-False' for key 'availability_zones.az_name_uc'") [SQL: INSERT INTO availability_zones (id, deleted, name, created_at, updated_at, deleted_at) VALUES (%(id)s, %(deleted)s, %(name)s, %(created_at)s, %(updated_at)s, %(deleted_at)s)] [parameters: {'id': '08974982-669f-4a07-8967-fb0cfe34165b', 'deleted': 'False', 'name': 'nova', 'created_at': datetime.datetime(2026, 5, 10, 1, 44, 3, 957088), 'updated_at': None, 'deleted_at': None}] (Background on this error at: https://sqlalche.me/e/20/gkpj) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service Traceback (most recent call last): 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/service.py", line 146, in start 2026-05-10 01:44:03.959 1 ERROR oslo_service.service service_ref = db.service_get_by_args(ctxt, 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/api.py", line 123, in service_get_by_args 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return IMPL.service_get_by_args(context, host, binary) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return fn(*args, **kwargs) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 665, in service_get_by_args 2026-05-10 01:44:03.959 1 ERROR oslo_service.service raise exception.HostBinaryNotFound(host=host, binary=binary) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service manila.exception.HostBinaryNotFound: Could not find binary manila-data on host manila-share-worker. 2026-05-10 01:44:03.959 1 ERROR oslo_service.service 2026-05-10 01:44:03.959 1 ERROR oslo_service.service During handling of the above exception, another exception occurred: 2026-05-10 01:44:03.959 1 ERROR oslo_service.service 2026-05-10 01:44:03.959 1 ERROR oslo_service.service Traceback (most recent call last): 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 6304, in _availability_zone_create_if_not_exist 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return _availability_zone_get(context, name) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 166, in wrapper 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 6295, in _availability_zone_get 2026-05-10 01:44:03.959 1 ERROR oslo_service.service raise exception.AvailabilityZoneNotFound(id=id_or_name) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service manila.exception.AvailabilityZoneNotFound: Availability zone nova could not be found. 2026-05-10 01:44:03.959 1 ERROR oslo_service.service 2026-05-10 01:44:03.959 1 ERROR oslo_service.service During handling of the above exception, another exception occurred: 2026-05-10 01:44:03.959 1 ERROR oslo_service.service 2026-05-10 01:44:03.959 1 ERROR oslo_service.service Traceback (most recent call last): 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context 2026-05-10 01:44:03.959 1 ERROR oslo_service.service self.dialect.do_execute( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute 2026-05-10 01:44:03.959 1 ERROR oslo_service.service cursor.execute(statement, parameters) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-10 01:44:03.959 1 ERROR oslo_service.service result = self._query(query) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-10 01:44:03.959 1 ERROR oslo_service.service conn.query(q) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 563, in query 2026-05-10 01:44:03.959 1 ERROR oslo_service.service self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 825, in _read_query_result 2026-05-10 01:44:03.959 1 ERROR oslo_service.service result.read() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1199, in read 2026-05-10 01:44:03.959 1 ERROR oslo_service.service first_packet = self.connection._read_packet() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 775, in _read_packet 2026-05-10 01:44:03.959 1 ERROR oslo_service.service packet.raise_for_error() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error 2026-05-10 01:44:03.959 1 ERROR oslo_service.service err.raise_mysql_exception(self._data) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception 2026-05-10 01:44:03.959 1 ERROR oslo_service.service raise errorclass(errno, errval) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service pymysql.err.IntegrityError: (1062, "Duplicate entry 'nova-False' for key 'availability_zones.az_name_uc'") 2026-05-10 01:44:03.959 1 ERROR oslo_service.service 2026-05-10 01:44:03.959 1 ERROR oslo_service.service The above exception was the direct cause of the following exception: 2026-05-10 01:44:03.959 1 ERROR oslo_service.service 2026-05-10 01:44:03.959 1 ERROR oslo_service.service Traceback (most recent call last): 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 810, in run_service 2026-05-10 01:44:03.959 1 ERROR oslo_service.service service.start() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/service.py", line 152, in start 2026-05-10 01:44:03.959 1 ERROR oslo_service.service self._create_service_ref(ctxt) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/service.py", line 194, in _create_service_ref 2026-05-10 01:44:03.959 1 ERROR oslo_service.service service_ref = db.service_create(context, service_args) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/api.py", line 128, in service_create 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return IMPL.service_create(context, values) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 246, in wrapper 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ensure_availability_zone_exists(context, values, strict=strict) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return fn(*args, **kwargs) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 6272, in ensure_availability_zone_exists 2026-05-10 01:44:03.959 1 ERROR oslo_service.service az_ref = _availability_zone_create_if_not_exist(context, az_name) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 166, in wrapper 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-10 01:44:03.959 1 ERROR oslo_service.service with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service self.force_reraise() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 01:44:03.959 1 ERROR oslo_service.service raise self.value 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 6308, in _availability_zone_create_if_not_exist 2026-05-10 01:44:03.959 1 ERROR oslo_service.service az.save(context.session) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/models.py", line 38, in save 2026-05-10 01:44:03.959 1 ERROR oslo_service.service session.flush() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4352, in flush 2026-05-10 01:44:03.959 1 ERROR oslo_service.service self._flush(objects) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush 2026-05-10 01:44:03.959 1 ERROR oslo_service.service with util.safe_reraise(): 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service raise exc_value.with_traceback(exc_tb) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush 2026-05-10 01:44:03.959 1 ERROR oslo_service.service flush_context.execute() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute 2026-05-10 01:44:03.959 1 ERROR oslo_service.service rec.execute(self) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute 2026-05-10 01:44:03.959 1 ERROR oslo_service.service util.preloaded.orm_persistence.save_obj( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj 2026-05-10 01:44:03.959 1 ERROR oslo_service.service _emit_insert_statements( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements 2026-05-10 01:44:03.959 1 ERROR oslo_service.service result = connection.execute( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1418, in execute 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return meth( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return connection._execute_clauseelement( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ret = self._execute_context( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context 2026-05-10 01:44:03.959 1 ERROR oslo_service.service return self._exec_single_context( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context 2026-05-10 01:44:03.959 1 ERROR oslo_service.service self._handle_dbapi_exception( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception 2026-05-10 01:44:03.959 1 ERROR oslo_service.service raise newraise.with_traceback(exc_info[2]) from e 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context 2026-05-10 01:44:03.959 1 ERROR oslo_service.service self.dialect.do_execute( 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute 2026-05-10 01:44:03.959 1 ERROR oslo_service.service cursor.execute(statement, parameters) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-10 01:44:03.959 1 ERROR oslo_service.service result = self._query(query) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-10 01:44:03.959 1 ERROR oslo_service.service conn.query(q) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 563, in query 2026-05-10 01:44:03.959 1 ERROR oslo_service.service self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 825, in _read_query_result 2026-05-10 01:44:03.959 1 ERROR oslo_service.service result.read() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1199, in read 2026-05-10 01:44:03.959 1 ERROR oslo_service.service first_packet = self.connection._read_packet() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 775, in _read_packet 2026-05-10 01:44:03.959 1 ERROR oslo_service.service packet.raise_for_error() 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error 2026-05-10 01:44:03.959 1 ERROR oslo_service.service err.raise_mysql_exception(self._data) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception 2026-05-10 01:44:03.959 1 ERROR oslo_service.service raise errorclass(errno, errval) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'nova-False' for key 'availability_zones.az_name_uc'") 2026-05-10 01:44:03.959 1 ERROR oslo_service.service [SQL: INSERT INTO availability_zones (id, deleted, name, created_at, updated_at, deleted_at) VALUES (%(id)s, %(deleted)s, %(name)s, %(created_at)s, %(updated_at)s, %(deleted_at)s)] 2026-05-10 01:44:03.959 1 ERROR oslo_service.service [parameters: {'id': '08974982-669f-4a07-8967-fb0cfe34165b', 'deleted': 'False', 'name': 'nova', 'created_at': datetime.datetime(2026, 5, 10, 1, 44, 3, 957088), 'updated_at': None, 'deleted_at': None}] 2026-05-10 01:44:03.959 1 ERROR oslo_service.service (Background on this error at: https://sqlalche.me/e/20/gkpj) 2026-05-10 01:44:03.959 1 ERROR oslo_service.service 2026-05-10 01:44:03.973 1 CRITICAL manila [None req-a9e270ca-5bd1-4e83-b66d-1476a57eca2b - - - - - -] Unhandled error: manila.exception.ServiceNotFound: Service None could not be found. 2026-05-10 01:44:03.973 1 ERROR manila Traceback (most recent call last): 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/service.py", line 146, in start 2026-05-10 01:44:03.973 1 ERROR manila service_ref = db.service_get_by_args(ctxt, 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/api.py", line 123, in service_get_by_args 2026-05-10 01:44:03.973 1 ERROR manila return IMPL.service_get_by_args(context, host, binary) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return f(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return fn(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 665, in service_get_by_args 2026-05-10 01:44:03.973 1 ERROR manila raise exception.HostBinaryNotFound(host=host, binary=binary) 2026-05-10 01:44:03.973 1 ERROR manila manila.exception.HostBinaryNotFound: Could not find binary manila-data on host manila-share-worker. 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila During handling of the above exception, another exception occurred: 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila Traceback (most recent call last): 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 6304, in _availability_zone_create_if_not_exist 2026-05-10 01:44:03.973 1 ERROR manila return _availability_zone_get(context, name) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 166, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return f(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 6295, in _availability_zone_get 2026-05-10 01:44:03.973 1 ERROR manila raise exception.AvailabilityZoneNotFound(id=id_or_name) 2026-05-10 01:44:03.973 1 ERROR manila manila.exception.AvailabilityZoneNotFound: Availability zone nova could not be found. 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila During handling of the above exception, another exception occurred: 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila Traceback (most recent call last): 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context 2026-05-10 01:44:03.973 1 ERROR manila self.dialect.do_execute( 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute 2026-05-10 01:44:03.973 1 ERROR manila cursor.execute(statement, parameters) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-10 01:44:03.973 1 ERROR manila result = self._query(query) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-10 01:44:03.973 1 ERROR manila conn.query(q) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 563, in query 2026-05-10 01:44:03.973 1 ERROR manila self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 825, in _read_query_result 2026-05-10 01:44:03.973 1 ERROR manila result.read() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1199, in read 2026-05-10 01:44:03.973 1 ERROR manila first_packet = self.connection._read_packet() 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 775, in _read_packet 2026-05-10 01:44:03.973 1 ERROR manila packet.raise_for_error() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error 2026-05-10 01:44:03.973 1 ERROR manila err.raise_mysql_exception(self._data) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception 2026-05-10 01:44:03.973 1 ERROR manila raise errorclass(errno, errval) 2026-05-10 01:44:03.973 1 ERROR manila pymysql.err.IntegrityError: (1062, "Duplicate entry 'nova-False' for key 'availability_zones.az_name_uc'") 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila The above exception was the direct cause of the following exception: 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila Traceback (most recent call last): 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 810, in run_service 2026-05-10 01:44:03.973 1 ERROR manila service.start() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/service.py", line 152, in start 2026-05-10 01:44:03.973 1 ERROR manila self._create_service_ref(ctxt) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/service.py", line 194, in _create_service_ref 2026-05-10 01:44:03.973 1 ERROR manila service_ref = db.service_create(context, service_args) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/api.py", line 128, in service_create 2026-05-10 01:44:03.973 1 ERROR manila return IMPL.service_create(context, values) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return f(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 246, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila ensure_availability_zone_exists(context, values, strict=strict) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return fn(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 6272, in ensure_availability_zone_exists 2026-05-10 01:44:03.973 1 ERROR manila az_ref = _availability_zone_create_if_not_exist(context, az_name) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 166, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return f(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-10 01:44:03.973 1 ERROR manila self.force_reraise() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 01:44:03.973 1 ERROR manila raise self.value 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return f(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 6308, in _availability_zone_create_if_not_exist 2026-05-10 01:44:03.973 1 ERROR manila az.save(context.session) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/models.py", line 38, in save 2026-05-10 01:44:03.973 1 ERROR manila session.flush() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4352, in flush 2026-05-10 01:44:03.973 1 ERROR manila self._flush(objects) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush 2026-05-10 01:44:03.973 1 ERROR manila with util.safe_reraise(): 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ 2026-05-10 01:44:03.973 1 ERROR manila raise exc_value.with_traceback(exc_tb) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush 2026-05-10 01:44:03.973 1 ERROR manila flush_context.execute() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute 2026-05-10 01:44:03.973 1 ERROR manila rec.execute(self) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute 2026-05-10 01:44:03.973 1 ERROR manila util.preloaded.orm_persistence.save_obj( 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj 2026-05-10 01:44:03.973 1 ERROR manila _emit_insert_statements( 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements 2026-05-10 01:44:03.973 1 ERROR manila result = connection.execute( 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1418, in execute 2026-05-10 01:44:03.973 1 ERROR manila return meth( 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection 2026-05-10 01:44:03.973 1 ERROR manila return connection._execute_clauseelement( 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement 2026-05-10 01:44:03.973 1 ERROR manila ret = self._execute_context( 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context 2026-05-10 01:44:03.973 1 ERROR manila return self._exec_single_context( 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context 2026-05-10 01:44:03.973 1 ERROR manila self._handle_dbapi_exception( 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception 2026-05-10 01:44:03.973 1 ERROR manila raise newraise.with_traceback(exc_info[2]) from e 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context 2026-05-10 01:44:03.973 1 ERROR manila self.dialect.do_execute( 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute 2026-05-10 01:44:03.973 1 ERROR manila cursor.execute(statement, parameters) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-10 01:44:03.973 1 ERROR manila result = self._query(query) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-10 01:44:03.973 1 ERROR manila conn.query(q) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 563, in query 2026-05-10 01:44:03.973 1 ERROR manila self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 825, in _read_query_result 2026-05-10 01:44:03.973 1 ERROR manila result.read() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1199, in read 2026-05-10 01:44:03.973 1 ERROR manila first_packet = self.connection._read_packet() 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 775, in _read_packet 2026-05-10 01:44:03.973 1 ERROR manila packet.raise_for_error() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error 2026-05-10 01:44:03.973 1 ERROR manila err.raise_mysql_exception(self._data) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception 2026-05-10 01:44:03.973 1 ERROR manila raise errorclass(errno, errval) 2026-05-10 01:44:03.973 1 ERROR manila oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'nova-False' for key 'availability_zones.az_name_uc'") 2026-05-10 01:44:03.973 1 ERROR manila [SQL: INSERT INTO availability_zones (id, deleted, name, created_at, updated_at, deleted_at) VALUES (%(id)s, %(deleted)s, %(name)s, %(created_at)s, %(updated_at)s, %(deleted_at)s)] 2026-05-10 01:44:03.973 1 ERROR manila [parameters: {'id': '08974982-669f-4a07-8967-fb0cfe34165b', 'deleted': 'False', 'name': 'nova', 'created_at': datetime.datetime(2026, 5, 10, 1, 44, 3, 957088), 'updated_at': None, 'deleted_at': None}] 2026-05-10 01:44:03.973 1 ERROR manila (Background on this error at: https://sqlalche.me/e/20/gkpj) 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila During handling of the above exception, another exception occurred: 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila Traceback (most recent call last): 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 367, in _wait_for_exit_or_signal 2026-05-10 01:44:03.973 1 ERROR manila super(ServiceLauncher, self).wait() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 297, in wait 2026-05-10 01:44:03.973 1 ERROR manila self.services.wait() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 779, in wait 2026-05-10 01:44:03.973 1 ERROR manila self.tg.wait() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/threadgroup.py", line 366, in wait 2026-05-10 01:44:03.973 1 ERROR manila self._wait_threads() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/threadgroup.py", line 341, in _wait_threads 2026-05-10 01:44:03.973 1 ERROR manila self._perform_action_on_threads( 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/threadgroup.py", line 268, in _perform_action_on_threads 2026-05-10 01:44:03.973 1 ERROR manila action_func(x) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/threadgroup.py", line 342, in 2026-05-10 01:44:03.973 1 ERROR manila lambda x: x.wait(), 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/threadgroup.py", line 61, in wait 2026-05-10 01:44:03.973 1 ERROR manila return self.thread.wait() 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/eventlet/greenthread.py", line 225, in wait 2026-05-10 01:44:03.973 1 ERROR manila return self._exit_event.wait() 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/eventlet/event.py", line 124, in wait 2026-05-10 01:44:03.973 1 ERROR manila result = hub.switch() 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/eventlet/hubs/hub.py", line 310, in switch 2026-05-10 01:44:03.973 1 ERROR manila return self.greenlet.switch() 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/eventlet/hubs/hub.py", line 352, in run 2026-05-10 01:44:03.973 1 ERROR manila self.fire_timers(self.clock()) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/eventlet/hubs/hub.py", line 471, in fire_timers 2026-05-10 01:44:03.973 1 ERROR manila timer() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/eventlet/hubs/timer.py", line 59, in __call__ 2026-05-10 01:44:03.973 1 ERROR manila cb(*args, **kw) 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/eventlet/greenthread.py", line 265, in main 2026-05-10 01:44:03.973 1 ERROR manila result = function(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 813, in run_service 2026-05-10 01:44:03.973 1 ERROR manila raise SystemExit(1) 2026-05-10 01:44:03.973 1 ERROR manila SystemExit: 1 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila During handling of the above exception, another exception occurred: 2026-05-10 01:44:03.973 1 ERROR manila 2026-05-10 01:44:03.973 1 ERROR manila Traceback (most recent call last): 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/bin/manila-data", line 10, in 2026-05-10 01:44:03.973 1 ERROR manila sys.exit(main()) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/cmd/data.py", line 53, in main 2026-05-10 01:44:03.973 1 ERROR manila service.wait() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/service.py", line 456, in wait 2026-05-10 01:44:03.973 1 ERROR manila _launcher.wait() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 389, in wait 2026-05-10 01:44:03.973 1 ERROR manila status, signo = self._wait_for_exit_or_signal() 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 374, in _wait_for_exit_or_signal 2026-05-10 01:44:03.973 1 ERROR manila self.stop() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 289, in stop 2026-05-10 01:44:03.973 1 ERROR manila self.services.stop() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_service/service.py", line 765, in stop 2026-05-10 01:44:03.973 1 ERROR manila service.stop() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/service.py", line 257, in stop 2026-05-10 01:44:03.973 1 ERROR manila db.service_update(context.get_admin_context(), 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/api.py", line 137, in service_update 2026-05-10 01:44:03.973 1 ERROR manila return IMPL.service_update(context, service_id, values) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return f(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 247, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return f(context, *args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-10 01:44:03.973 1 ERROR manila self.force_reraise() 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-10 01:44:03.973 1 ERROR manila raise self.value 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return f(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return fn(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 688, in service_update 2026-05-10 01:44:03.973 1 ERROR manila service_ref = _service_get(context, service_id) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-10 01:44:03.973 1 ERROR manila return f(*args, **kwargs) 2026-05-10 01:44:03.973 1 ERROR manila ^^^^^^^^^^^^^^^^^^ 2026-05-10 01:44:03.973 1 ERROR manila File "/var/lib/openstack/lib/python3.12/site-packages/manila/db/sqlalchemy/api.py", line 562, in _service_get 2026-05-10 01:44:03.973 1 ERROR manila raise exception.ServiceNotFound(service_id=service_id) 2026-05-10 01:44:03.973 1 ERROR manila manila.exception.ServiceNotFound: Service None could not be found. 2026-05-10 01:44:03.973 1 ERROR manila