2022-01-04 16:27:26.951 2088 WARNING oslo_config.cfg [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] Deprecated: Option "sql_connection" from group "DEFAULT" is deprecated. Use option "connection" from group "database". 2022-01-04 16:27:28.014 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 10 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:27:39.040 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 9 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:27:50.071 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 8 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:28:01.118 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 7 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:28:12.149 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 6 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:28:23.196 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 5 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:28:34.243 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 4 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:28:45.274 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 3 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:28:56.319 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 2 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:29:07.352 2088 WARNING oslo_db.sqlalchemy.engines [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] SQL connection failed. 1 attempts left.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] Volume service hv-osbrick-8228@wincnd failed to start.: oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") (Background on this error at: https://sqlalche.me/e/14/e3q8) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume Traceback (most recent call last): 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\pymysql\connections.py", line 613, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume sock = socket.create_connection( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\eventlet\green\socket.py", line 63, in create_connection 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise err 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\eventlet\green\socket.py", line 53, in create_connection 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume sock.connect(sa) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\eventlet\greenio\base.py", line 270, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume socket_checkerr(fd) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\eventlet\greenio\base.py", line 54, in socket_checkerr 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise socket.error(err, errno.errorcode[err]) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume ConnectionRefusedError: [Errno 10061] WSAECONNREFUSED 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume During handling of the above exception, another exception occurred: 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume Traceback (most recent call last): 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\base.py", line 3250, in _wrap_pool_connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return fn() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 310, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return _ConnectionFairy._checkout(self) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 868, in _checkout 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume fairy = _ConnectionRecord.checkout(pool) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 476, in checkout 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume rec = pool._do_get() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\impl.py", line 146, in _do_get 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self._dec_overflow() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\util\langhelpers.py", line 70, in __exit__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume compat.raise_( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\util\compat.py", line 207, in raise_ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise exception 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\impl.py", line 143, in _do_get 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return self._create_connection() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 256, in _create_connection 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return _ConnectionRecord(self) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 371, in __init__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self.__connect() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 666, in __connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume pool.logger.debug("Error on connect(): %s", e) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\util\langhelpers.py", line 70, in __exit__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume compat.raise_( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\util\compat.py", line 207, in raise_ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise exception 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 661, in __connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self.dbapi_connection = connection = pool._invoke_creator(self) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\create.py", line 590, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return dialect.connect(*cargs, **cparams) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\default.py", line 597, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return self.dbapi.connect(*cargs, **cparams) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\pymysql\connections.py", line 353, in __init__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self.connect() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\pymysql\connections.py", line 664, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise exc 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume The above exception was the direct cause of the following exception: 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume Traceback (most recent call last): 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\cmd\volume.py", line 99, in _launch_service 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume server = service.Service.create(host=host, 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\service.py", line 394, in create 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume service_obj = cls(host, binary, topic, manager, 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\service.py", line 152, in __init__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self.manager = manager_class(host=self.host, 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\volume\manager.py", line 254, in __init__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume super(VolumeManager, self).__init__( # type: ignore 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\manager.py", line 192, in __init__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self.scheduler_rpcapi = scheduler_rpcapi.SchedulerAPI() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\rpc.py", line 218, in __init__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume obj_version_cap = self.determine_obj_version_cap() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\rpc.py", line 272, in determine_obj_version_cap 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume version_cap = objects.Service.get_minimum_obj_version( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\objects\service.py", line 202, in get_minimum_obj_version 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return cls._get_minimum_version('object_current_version', context, 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\objects\service.py", line 173, in _get_minimum_version 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume services = ServiceList.get_all_by_binary(context, binary) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\objects\service.py", line 236, in get_all_by_binary 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume services = db.service_get_all(context, binary=binary, 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\db\api.py", line 133, in service_get_all 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return IMPL.service_get_all(context, backend_match_level, **filters) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\db\sqlalchemy\api.py", line 167, in wrapper 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return f(*args, **kwargs) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\db\sqlalchemy\api.py", line 547, in service_get_all 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume query = _service_query(context, backend_match_level=backend_match_level, 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\db\sqlalchemy\api.py", line 467, in _service_query 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume query = model_query(context, models.Service, session=session, 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\db\sqlalchemy\api.py", line 256, in model_query 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume session = kwargs.get('session') or get_session() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\openstack\build\cinder\cinder\db\sqlalchemy\api.py", line 94, in get_session 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return main_context_manager._factory.get_legacy_facade().get_session( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\oslo_db\sqlalchemy\enginefacade.py", line 357, in get_legacy_facade 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self._start() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\oslo_db\sqlalchemy\enginefacade.py", line 504, in _start 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self._setup_for_connection( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\oslo_db\sqlalchemy\enginefacade.py", line 529, in _setup_for_connection 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume engine = engines.create_engine( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\debtcollector\renames.py", line 43, in decorator 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return wrapped(*args, **kwargs) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\oslo_db\sqlalchemy\engines.py", line 211, in create_engine 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume test_conn = _test_connection(engine, max_retries, retry_interval) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\oslo_db\sqlalchemy\engines.py", line 394, in _test_connection 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise de_ref 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\oslo_db\sqlalchemy\engines.py", line 386, in _test_connection 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return engine.connect() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\base.py", line 3204, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return self._connection_cls(self, close_with_result=close_with_result) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\base.py", line 96, in __init__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume else engine.raw_connection() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\base.py", line 3283, in raw_connection 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return self._wrap_pool_connect(self.pool.connect, _connection) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\base.py", line 3253, in _wrap_pool_connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume Connection._handle_dbapi_exception_noconnection( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\base.py", line 2098, in _handle_dbapi_exception_noconnection 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\util\compat.py", line 207, in raise_ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise exception 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\base.py", line 3250, in _wrap_pool_connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return fn() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 310, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return _ConnectionFairy._checkout(self) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 868, in _checkout 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume fairy = _ConnectionRecord.checkout(pool) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 476, in checkout 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume rec = pool._do_get() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\impl.py", line 146, in _do_get 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self._dec_overflow() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\util\langhelpers.py", line 70, in __exit__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume compat.raise_( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\util\compat.py", line 207, in raise_ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise exception 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\impl.py", line 143, in _do_get 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return self._create_connection() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 256, in _create_connection 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return _ConnectionRecord(self) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 371, in __init__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self.__connect() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 666, in __connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume pool.logger.debug("Error on connect(): %s", e) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\util\langhelpers.py", line 70, in __exit__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume compat.raise_( 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\util\compat.py", line 207, in raise_ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise exception 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\pool\base.py", line 661, in __connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self.dbapi_connection = connection = pool._invoke_creator(self) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\create.py", line 590, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return dialect.connect(*cargs, **cparams) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\sqlalchemy\engine\default.py", line 597, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume return self.dbapi.connect(*cargs, **cparams) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\pymysql\connections.py", line 353, in __init__ 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume self.connect() 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume File "c:\python38\lib\site-packages\pymysql\connections.py", line 664, in connect 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume raise exc 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '10.222.0.23' ([Errno 10061] WSAECONNREFUSED)") 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume (Background on this error at: https://sqlalche.me/e/14/e3q8) 2022-01-04 16:29:17.367 2088 ERROR cinder.cmd.volume 2022-01-04 16:29:17.385 2088 ERROR cinder.cmd.volume [req-e4b4d1ec-238f-481a-b22c-b898823b68f6 - - - - -] No volume service(s) started successfully, terminating.