+ exec manila-data --config-file /etc/manila/manila.conf 2026-05-26 06:50:49.549 1 INFO manila.service [-] Starting manila-data node (version 18.3.1) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service [None req-dff5b2e6-a243-4eda-8dc1-fd90e1d63772 - - - - - -] 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 (created_at, updated_at, deleted_at, id, deleted, name) VALUES (%(created_at)s, %(updated_at)s, %(deleted_at)s, %(id)s, %(deleted)s, %(name)s)] [parameters: {'created_at': datetime.datetime(2026, 5, 26, 6, 50, 50, 65224), 'updated_at': None, 'deleted_at': None, 'id': '51d5704b-f7c1-4552-9868-f1ff6e7f8028', 'deleted': 'False', 'name': 'nova'}] (Background on this error at: https://sqlalche.me/e/14/gkpj) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service Traceback (most recent call last): 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/service.py", line 146, in start 2026-05-26 06:50:50.081 1 ERROR oslo_service.service service_ref = db.service_get_by_args(ctxt, 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/api.py", line 122, in service_get_by_args 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return IMPL.service_get_by_args(context, host, binary) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return fn(*args, **kwargs) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 663, in service_get_by_args 2026-05-26 06:50:50.081 1 ERROR oslo_service.service raise exception.HostBinaryNotFound(host=host, binary=binary) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service manila.exception.HostBinaryNotFound: Could not find binary manila-data on host manila-share-worker. 2026-05-26 06:50:50.081 1 ERROR oslo_service.service 2026-05-26 06:50:50.081 1 ERROR oslo_service.service During handling of the above exception, another exception occurred: 2026-05-26 06:50:50.081 1 ERROR oslo_service.service 2026-05-26 06:50:50.081 1 ERROR oslo_service.service Traceback (most recent call last): 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 6233, in _availability_zone_create_if_not_exist 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return _availability_zone_get(context, name) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 166, in wrapper 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 6224, in _availability_zone_get 2026-05-26 06:50:50.081 1 ERROR oslo_service.service raise exception.AvailabilityZoneNotFound(id=id_or_name) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service manila.exception.AvailabilityZoneNotFound: Availability zone nova could not be found. 2026-05-26 06:50:50.081 1 ERROR oslo_service.service 2026-05-26 06:50:50.081 1 ERROR oslo_service.service During handling of the above exception, another exception occurred: 2026-05-26 06:50:50.081 1 ERROR oslo_service.service 2026-05-26 06:50:50.081 1 ERROR oslo_service.service Traceback (most recent call last): 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1910, in _execute_context 2026-05-26 06:50:50.081 1 ERROR oslo_service.service self.dialect.do_execute( 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 736, in do_execute 2026-05-26 06:50:50.081 1 ERROR oslo_service.service cursor.execute(statement, parameters) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-26 06:50:50.081 1 ERROR oslo_service.service result = self._query(query) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-26 06:50:50.081 1 ERROR oslo_service.service conn.query(q) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 558, in query 2026-05-26 06:50:50.081 1 ERROR oslo_service.service self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 822, in _read_query_result 2026-05-26 06:50:50.081 1 ERROR oslo_service.service result.read() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 1200, in read 2026-05-26 06:50:50.081 1 ERROR oslo_service.service first_packet = self.connection._read_packet() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 772, in _read_packet 2026-05-26 06:50:50.081 1 ERROR oslo_service.service packet.raise_for_error() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error 2026-05-26 06:50:50.081 1 ERROR oslo_service.service err.raise_mysql_exception(self._data) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception 2026-05-26 06:50:50.081 1 ERROR oslo_service.service raise errorclass(errno, errval) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service pymysql.err.IntegrityError: (1062, "Duplicate entry 'nova-False' for key 'availability_zones.az_name_uc'") 2026-05-26 06:50:50.081 1 ERROR oslo_service.service 2026-05-26 06:50:50.081 1 ERROR oslo_service.service The above exception was the direct cause of the following exception: 2026-05-26 06:50:50.081 1 ERROR oslo_service.service 2026-05-26 06:50:50.081 1 ERROR oslo_service.service Traceback (most recent call last): 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 810, in run_service 2026-05-26 06:50:50.081 1 ERROR oslo_service.service service.start() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/service.py", line 152, in start 2026-05-26 06:50:50.081 1 ERROR oslo_service.service self._create_service_ref(ctxt) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/service.py", line 194, in _create_service_ref 2026-05-26 06:50:50.081 1 ERROR oslo_service.service service_ref = db.service_create(context, service_args) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/api.py", line 127, in service_create 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return IMPL.service_create(context, values) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 246, in wrapper 2026-05-26 06:50:50.081 1 ERROR oslo_service.service ensure_availability_zone_exists(context, values, strict=strict) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return fn(*args, **kwargs) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 6201, in ensure_availability_zone_exists 2026-05-26 06:50:50.081 1 ERROR oslo_service.service az_ref = _availability_zone_create_if_not_exist(context, az_name) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 166, in wrapper 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 06:50:50.081 1 ERROR oslo_service.service with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 06:50:50.081 1 ERROR oslo_service.service self.force_reraise() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 06:50:50.081 1 ERROR oslo_service.service raise self.value 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return f(*args, **kwargs) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 6237, in _availability_zone_create_if_not_exist 2026-05-26 06:50:50.081 1 ERROR oslo_service.service az.save(context.session) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/models.py", line 38, in save 2026-05-26 06:50:50.081 1 ERROR oslo_service.service session.flush() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3449, in flush 2026-05-26 06:50:50.081 1 ERROR oslo_service.service self._flush(objects) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3588, in _flush 2026-05-26 06:50:50.081 1 ERROR oslo_service.service with util.safe_reraise(): 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__ 2026-05-26 06:50:50.081 1 ERROR oslo_service.service compat.raise_( 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 211, in raise_ 2026-05-26 06:50:50.081 1 ERROR oslo_service.service raise exception 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3549, in _flush 2026-05-26 06:50:50.081 1 ERROR oslo_service.service flush_context.execute() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 456, in execute 2026-05-26 06:50:50.081 1 ERROR oslo_service.service rec.execute(self) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 630, in execute 2026-05-26 06:50:50.081 1 ERROR oslo_service.service util.preloaded.orm_persistence.save_obj( 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 245, in save_obj 2026-05-26 06:50:50.081 1 ERROR oslo_service.service _emit_insert_statements( 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1097, in _emit_insert_statements 2026-05-26 06:50:50.081 1 ERROR oslo_service.service c = connection._execute_20( 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1710, in _execute_20 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return meth(self, args_10style, kwargs_10style, execution_options) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 334, in _execute_on_connection 2026-05-26 06:50:50.081 1 ERROR oslo_service.service return connection._execute_clauseelement( 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1577, in _execute_clauseelement 2026-05-26 06:50:50.081 1 ERROR oslo_service.service ret = self._execute_context( 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1953, in _execute_context 2026-05-26 06:50:50.081 1 ERROR oslo_service.service self._handle_dbapi_exception( 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2132, in _handle_dbapi_exception 2026-05-26 06:50:50.081 1 ERROR oslo_service.service util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 211, in raise_ 2026-05-26 06:50:50.081 1 ERROR oslo_service.service raise exception 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1910, in _execute_context 2026-05-26 06:50:50.081 1 ERROR oslo_service.service self.dialect.do_execute( 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 736, in do_execute 2026-05-26 06:50:50.081 1 ERROR oslo_service.service cursor.execute(statement, parameters) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-26 06:50:50.081 1 ERROR oslo_service.service result = self._query(query) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-26 06:50:50.081 1 ERROR oslo_service.service conn.query(q) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 558, in query 2026-05-26 06:50:50.081 1 ERROR oslo_service.service self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 822, in _read_query_result 2026-05-26 06:50:50.081 1 ERROR oslo_service.service result.read() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 1200, in read 2026-05-26 06:50:50.081 1 ERROR oslo_service.service first_packet = self.connection._read_packet() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 772, in _read_packet 2026-05-26 06:50:50.081 1 ERROR oslo_service.service packet.raise_for_error() 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error 2026-05-26 06:50:50.081 1 ERROR oslo_service.service err.raise_mysql_exception(self._data) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception 2026-05-26 06:50:50.081 1 ERROR oslo_service.service raise errorclass(errno, errval) 2026-05-26 06:50:50.081 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-26 06:50:50.081 1 ERROR oslo_service.service [SQL: INSERT INTO availability_zones (created_at, updated_at, deleted_at, id, deleted, name) VALUES (%(created_at)s, %(updated_at)s, %(deleted_at)s, %(id)s, %(deleted)s, %(name)s)] 2026-05-26 06:50:50.081 1 ERROR oslo_service.service [parameters: {'created_at': datetime.datetime(2026, 5, 26, 6, 50, 50, 65224), 'updated_at': None, 'deleted_at': None, 'id': '51d5704b-f7c1-4552-9868-f1ff6e7f8028', 'deleted': 'False', 'name': 'nova'}] 2026-05-26 06:50:50.081 1 ERROR oslo_service.service (Background on this error at: https://sqlalche.me/e/14/gkpj) 2026-05-26 06:50:50.081 1 ERROR oslo_service.service  2026-05-26 06:50:50.096 1 CRITICAL manila [None req-4f9ce6e9-6e8d-422a-9cc6-ed3f38339e04 - - - - - -] Unhandled error: manila.exception.ServiceNotFound: Service None could not be found. 2026-05-26 06:50:50.096 1 ERROR manila Traceback (most recent call last): 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/service.py", line 146, in start 2026-05-26 06:50:50.096 1 ERROR manila service_ref = db.service_get_by_args(ctxt, 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/api.py", line 122, in service_get_by_args 2026-05-26 06:50:50.096 1 ERROR manila return IMPL.service_get_by_args(context, host, binary) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return f(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return fn(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 663, in service_get_by_args 2026-05-26 06:50:50.096 1 ERROR manila raise exception.HostBinaryNotFound(host=host, binary=binary) 2026-05-26 06:50:50.096 1 ERROR manila manila.exception.HostBinaryNotFound: Could not find binary manila-data on host manila-share-worker. 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila During handling of the above exception, another exception occurred: 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila Traceback (most recent call last): 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 6233, in _availability_zone_create_if_not_exist 2026-05-26 06:50:50.096 1 ERROR manila return _availability_zone_get(context, name) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 166, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return f(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 6224, in _availability_zone_get 2026-05-26 06:50:50.096 1 ERROR manila raise exception.AvailabilityZoneNotFound(id=id_or_name) 2026-05-26 06:50:50.096 1 ERROR manila manila.exception.AvailabilityZoneNotFound: Availability zone nova could not be found. 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila During handling of the above exception, another exception occurred: 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila Traceback (most recent call last): 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1910, in _execute_context 2026-05-26 06:50:50.096 1 ERROR manila self.dialect.do_execute( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 736, in do_execute 2026-05-26 06:50:50.096 1 ERROR manila cursor.execute(statement, parameters) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-26 06:50:50.096 1 ERROR manila result = self._query(query) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-26 06:50:50.096 1 ERROR manila conn.query(q) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 558, in query 2026-05-26 06:50:50.096 1 ERROR manila self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 822, in _read_query_result 2026-05-26 06:50:50.096 1 ERROR manila result.read() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 1200, in read 2026-05-26 06:50:50.096 1 ERROR manila first_packet = self.connection._read_packet() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 772, in _read_packet 2026-05-26 06:50:50.096 1 ERROR manila packet.raise_for_error() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error 2026-05-26 06:50:50.096 1 ERROR manila err.raise_mysql_exception(self._data) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception 2026-05-26 06:50:50.096 1 ERROR manila raise errorclass(errno, errval) 2026-05-26 06:50:50.096 1 ERROR manila pymysql.err.IntegrityError: (1062, "Duplicate entry 'nova-False' for key 'availability_zones.az_name_uc'") 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila The above exception was the direct cause of the following exception: 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila Traceback (most recent call last): 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 810, in run_service 2026-05-26 06:50:50.096 1 ERROR manila service.start() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/service.py", line 152, in start 2026-05-26 06:50:50.096 1 ERROR manila self._create_service_ref(ctxt) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/service.py", line 194, in _create_service_ref 2026-05-26 06:50:50.096 1 ERROR manila service_ref = db.service_create(context, service_args) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/api.py", line 127, in service_create 2026-05-26 06:50:50.096 1 ERROR manila return IMPL.service_create(context, values) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return f(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 246, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila ensure_availability_zone_exists(context, values, strict=strict) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return fn(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 6201, in ensure_availability_zone_exists 2026-05-26 06:50:50.096 1 ERROR manila az_ref = _availability_zone_create_if_not_exist(context, az_name) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 166, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return f(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 06:50:50.096 1 ERROR manila self.force_reraise() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 06:50:50.096 1 ERROR manila raise self.value 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return f(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 6237, in _availability_zone_create_if_not_exist 2026-05-26 06:50:50.096 1 ERROR manila az.save(context.session) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/models.py", line 38, in save 2026-05-26 06:50:50.096 1 ERROR manila session.flush() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3449, in flush 2026-05-26 06:50:50.096 1 ERROR manila self._flush(objects) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3588, in _flush 2026-05-26 06:50:50.096 1 ERROR manila with util.safe_reraise(): 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__ 2026-05-26 06:50:50.096 1 ERROR manila compat.raise_( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 211, in raise_ 2026-05-26 06:50:50.096 1 ERROR manila raise exception 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3549, in _flush 2026-05-26 06:50:50.096 1 ERROR manila flush_context.execute() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 456, in execute 2026-05-26 06:50:50.096 1 ERROR manila rec.execute(self) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 630, in execute 2026-05-26 06:50:50.096 1 ERROR manila util.preloaded.orm_persistence.save_obj( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 245, in save_obj 2026-05-26 06:50:50.096 1 ERROR manila _emit_insert_statements( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1097, in _emit_insert_statements 2026-05-26 06:50:50.096 1 ERROR manila c = connection._execute_20( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1710, in _execute_20 2026-05-26 06:50:50.096 1 ERROR manila return meth(self, args_10style, kwargs_10style, execution_options) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 334, in _execute_on_connection 2026-05-26 06:50:50.096 1 ERROR manila return connection._execute_clauseelement( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1577, in _execute_clauseelement 2026-05-26 06:50:50.096 1 ERROR manila ret = self._execute_context( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1953, in _execute_context 2026-05-26 06:50:50.096 1 ERROR manila self._handle_dbapi_exception( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2132, in _handle_dbapi_exception 2026-05-26 06:50:50.096 1 ERROR manila util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 211, in raise_ 2026-05-26 06:50:50.096 1 ERROR manila raise exception 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1910, in _execute_context 2026-05-26 06:50:50.096 1 ERROR manila self.dialect.do_execute( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 736, in do_execute 2026-05-26 06:50:50.096 1 ERROR manila cursor.execute(statement, parameters) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-26 06:50:50.096 1 ERROR manila result = self._query(query) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-26 06:50:50.096 1 ERROR manila conn.query(q) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 558, in query 2026-05-26 06:50:50.096 1 ERROR manila self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 822, in _read_query_result 2026-05-26 06:50:50.096 1 ERROR manila result.read() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 1200, in read 2026-05-26 06:50:50.096 1 ERROR manila first_packet = self.connection._read_packet() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/connections.py", line 772, in _read_packet 2026-05-26 06:50:50.096 1 ERROR manila packet.raise_for_error() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error 2026-05-26 06:50:50.096 1 ERROR manila err.raise_mysql_exception(self._data) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception 2026-05-26 06:50:50.096 1 ERROR manila raise errorclass(errno, errval) 2026-05-26 06:50:50.096 1 ERROR manila oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'nova-False' for key 'availability_zones.az_name_uc'") 2026-05-26 06:50:50.096 1 ERROR manila [SQL: INSERT INTO availability_zones (created_at, updated_at, deleted_at, id, deleted, name) VALUES (%(created_at)s, %(updated_at)s, %(deleted_at)s, %(id)s, %(deleted)s, %(name)s)] 2026-05-26 06:50:50.096 1 ERROR manila [parameters: {'created_at': datetime.datetime(2026, 5, 26, 6, 50, 50, 65224), 'updated_at': None, 'deleted_at': None, 'id': '51d5704b-f7c1-4552-9868-f1ff6e7f8028', 'deleted': 'False', 'name': 'nova'}] 2026-05-26 06:50:50.096 1 ERROR manila (Background on this error at: https://sqlalche.me/e/14/gkpj) 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila During handling of the above exception, another exception occurred: 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila Traceback (most recent call last): 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 367, in _wait_for_exit_or_signal 2026-05-26 06:50:50.096 1 ERROR manila super(ServiceLauncher, self).wait() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 297, in wait 2026-05-26 06:50:50.096 1 ERROR manila self.services.wait() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 779, in wait 2026-05-26 06:50:50.096 1 ERROR manila self.tg.wait() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/threadgroup.py", line 366, in wait 2026-05-26 06:50:50.096 1 ERROR manila self._wait_threads() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/threadgroup.py", line 341, in _wait_threads 2026-05-26 06:50:50.096 1 ERROR manila self._perform_action_on_threads( 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/threadgroup.py", line 268, in _perform_action_on_threads 2026-05-26 06:50:50.096 1 ERROR manila action_func(x) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/threadgroup.py", line 342, in 2026-05-26 06:50:50.096 1 ERROR manila lambda x: x.wait(), 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/threadgroup.py", line 61, in wait 2026-05-26 06:50:50.096 1 ERROR manila return self.thread.wait() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/eventlet/greenthread.py", line 224, in wait 2026-05-26 06:50:50.096 1 ERROR manila return self._exit_event.wait() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/eventlet/event.py", line 124, in wait 2026-05-26 06:50:50.096 1 ERROR manila result = hub.switch() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/eventlet/hubs/hub.py", line 310, in switch 2026-05-26 06:50:50.096 1 ERROR manila return self.greenlet.switch() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/eventlet/hubs/hub.py", line 352, in run 2026-05-26 06:50:50.096 1 ERROR manila self.fire_timers(self.clock()) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/eventlet/hubs/hub.py", line 471, in fire_timers 2026-05-26 06:50:50.096 1 ERROR manila timer() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/eventlet/hubs/timer.py", line 59, in __call__ 2026-05-26 06:50:50.096 1 ERROR manila cb(*args, **kw) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/eventlet/greenthread.py", line 264, in main 2026-05-26 06:50:50.096 1 ERROR manila result = function(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 813, in run_service 2026-05-26 06:50:50.096 1 ERROR manila raise SystemExit(1) 2026-05-26 06:50:50.096 1 ERROR manila SystemExit: 1 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila During handling of the above exception, another exception occurred: 2026-05-26 06:50:50.096 1 ERROR manila 2026-05-26 06:50:50.096 1 ERROR manila Traceback (most recent call last): 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/bin/manila-data", line 10, in 2026-05-26 06:50:50.096 1 ERROR manila sys.exit(main()) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/cmd/data.py", line 53, in main 2026-05-26 06:50:50.096 1 ERROR manila service.wait() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/service.py", line 456, in wait 2026-05-26 06:50:50.096 1 ERROR manila _launcher.wait() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 389, in wait 2026-05-26 06:50:50.096 1 ERROR manila status, signo = self._wait_for_exit_or_signal() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 374, in _wait_for_exit_or_signal 2026-05-26 06:50:50.096 1 ERROR manila self.stop() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 289, in stop 2026-05-26 06:50:50.096 1 ERROR manila self.services.stop() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_service/service.py", line 765, in stop 2026-05-26 06:50:50.096 1 ERROR manila service.stop() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/service.py", line 257, in stop 2026-05-26 06:50:50.096 1 ERROR manila db.service_update(context.get_admin_context(), 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/api.py", line 136, in service_update 2026-05-26 06:50:50.096 1 ERROR manila return IMPL.service_update(context, service_id, values) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return f(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 247, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return f(context, *args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila with excutils.save_and_reraise_exception() as ectxt: 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-05-26 06:50:50.096 1 ERROR manila self.force_reraise() 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-05-26 06:50:50.096 1 ERROR manila raise self.value 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return f(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 998, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return fn(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 686, in service_update 2026-05-26 06:50:50.096 1 ERROR manila service_ref = _service_get(context, service_id) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 148, in wrapper 2026-05-26 06:50:50.096 1 ERROR manila return f(*args, **kwargs) 2026-05-26 06:50:50.096 1 ERROR manila File "/var/lib/openstack/lib/python3.10/site-packages/manila/db/sqlalchemy/api.py", line 562, in _service_get 2026-05-26 06:50:50.096 1 ERROR manila raise exception.ServiceNotFound(service_id=service_id) 2026-05-26 06:50:50.096 1 ERROR manila manila.exception.ServiceNotFound: Service None could not be found. 2026-05-26 06:50:50.096 1 ERROR manila