+ COMMAND=start + start + exec uwsgi --ini /etc/manila/manila-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/manila/manila-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Mar 2 22:17:00 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:06 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: manila-api-6579555cff-2jnwt machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:8786 fd 3 Python version: 3.12.3 (main, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7f3858972668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-03-02 22:17:03.723 8 INFO manila.api.extensions [-] Initializing extension manager. 2026-03-02 22:17:03.867 7 INFO manila.api.extensions [-] Initializing extension manager. 2026-03-02 22:17:04.228 8 INFO manila.api.extensions [-] Initializing extension manager. 2026-03-02 22:17:04.282 8 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. 2026-03-02 22:17:04.286 8 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-03-02 22:17:04.360 7 INFO manila.api.extensions [-] Initializing extension manager. 2026-03-02 22:17:04.415 7 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. 2026-03-02 22:17:04.419 7 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-03-02 22:17:04.696 8 INFO manila.api.extensions [-] Initializing extension manager. 2026-03-02 22:17:04.752 8 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. WSGI app 0 (mountpoint='') ready in 4 seconds on interpreter 0x7f3858972668 pid: 8 (default app) 2026-03-02 22:17:04.765 8 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.86:8786/ 2026-03-02 22:17:04.765 8 INFO manila.api.openstack.wsgi [-] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:17:04.766 8 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.86:8786/ 2026-03-02 22:17:04.766 8 INFO manila.api.openstack.wsgi [-] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:17:04.810 7 INFO manila.api.extensions [-] Initializing extension manager. 2026-03-02 22:17:04.865 7 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. WSGI app 0 (mountpoint='') ready in 4 seconds on interpreter 0x7f3858972668 pid: 7 (default app) 2026-03-02 22:17:08.210 8 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.86:8786/ 2026-03-02 22:17:08.211 8 INFO manila.api.openstack.wsgi [-] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:17:09.517 7 INFO manila.api.openstack.wsgi [-] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-03-02 22:17:09.518 7 INFO manila.api.openstack.wsgi [-] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 7|app: 0|req: 1/4] 10.0.0.61 () {32 vars in 632 bytes} [Mon Mar 2 22:17:09 2026] GET / => generated 800 bytes in 10 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.12/logging/__init__.py", line 1160, in emit msg = self.format(record) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/logging/__init__.py", line 999, in format return fmt.format(record) ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format context = _update_record_with_context(record) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context d = _dictify_context(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context return context.get_logging_values() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) ^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted ^^^^^^^^^^^^^^^^^^ AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? Call stack: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) [Previous line repeated 1 more time] File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 510, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 226, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 195, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1189, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 994, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 626, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 945, in _load_policy_file rules = Rules.load(data, self.default_rule) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 437, in load parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 416, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.12/logging/__init__.py", line 1160, in emit msg = self.format(record) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/logging/__init__.py", line 999, in format return fmt.format(record) ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format context = _update_record_with_context(record) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context d = _dictify_context(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context return context.get_logging_values() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) ^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted ^^^^^^^^^^^^^^^^^^ AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? Call stack: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) [Previous line repeated 1 more time] File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 510, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 226, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 195, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1189, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 994, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 626, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 948, in _load_policy_file self._record_file_rules(data, overwrite) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 914, in _record_file_rules parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 416, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () 2026-03-02 22:17:10.244 8 INFO manila.api.openstack.wsgi [None req-bfbf8581-e058-438e-b501-838c0986f9d1 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-03-02 22:17:11.037 8 INFO manila.api.openstack.wsgi [None req-bfbf8581-e058-438e-b501-838c0986f9d1 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 8|app: 0|req: 4/5] 10.0.0.61 () {32 vars in 703 bytes} [Mon Mar 2 22:17:09 2026] GET /v2/types?all_tenants=1&is_public=all => generated 39 bytes in 1512 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.12/logging/__init__.py", line 1160, in emit msg = self.format(record) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/logging/__init__.py", line 999, in format return fmt.format(record) ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format context = _update_record_with_context(record) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context d = _dictify_context(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context return context.get_logging_values() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) ^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted ^^^^^^^^^^^^^^^^^^ AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? Call stack: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) [Previous line repeated 1 more time] File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 510, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 226, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 195, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1189, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 994, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 626, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 945, in _load_policy_file rules = Rules.load(data, self.default_rule) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 437, in load parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 416, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.12/logging/__init__.py", line 1160, in emit msg = self.format(record) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/logging/__init__.py", line 999, in format return fmt.format(record) ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format context = _update_record_with_context(record) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context d = _dictify_context(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context return context.get_logging_values() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) ^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted ^^^^^^^^^^^^^^^^^^ AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? Call stack: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) [Previous line repeated 1 more time] File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 510, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 226, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 195, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1189, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 994, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 626, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 948, in _load_policy_file self._record_file_rules(data, overwrite) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 914, in _record_file_rules parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 416, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () 2026-03-02 22:17:11.385 7 INFO manila.api.openstack.wsgi [None req-88b9cee1-2c73-4266-9123-6cfc82f026c6 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-03-02 22:17:12.173 7 INFO manila.api.openstack.wsgi [None req-88b9cee1-2c73-4266-9123-6cfc82f026c6 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 7|app: 0|req: 2/6] 10.0.0.61 () {32 vars in 703 bytes} [Mon Mar 2 22:17:11 2026] GET /v2/types?all_tenants=1&is_public=all => generated 39 bytes in 1129 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) 2026-03-02 22:17:13.773 8 INFO manila.api.openstack.wsgi [None req-bfbf8581-e058-438e-b501-838c0986f9d1 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-03-02 22:17:13.775 8 INFO manila.api.openstack.wsgi [None req-bfbf8581-e058-438e-b501-838c0986f9d1 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 8|app: 0|req: 5/7] 10.0.0.61 () {32 vars in 632 bytes} [Mon Mar 2 22:17:13 2026] GET / => generated 800 bytes in 4 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2026-03-02 22:17:14.134 7 INFO manila.api.openstack.wsgi [None req-851d9add-1445-4072-83d9-d0a88fd5217c dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] POST http://manila-api.openstack.svc.cluster.local:8786/v2/types 2026-03-02 22:17:14.153 7 INFO manila.api.openstack.wsgi [None req-851d9add-1445-4072-83d9-d0a88fd5217c dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types returned with HTTP 200 [pid: 7|app: 0|req: 3/8] 10.0.0.61 () {36 vars in 702 bytes} [Mon Mar 2 22:17:13 2026] POST /v2/types => generated 609 bytes in 372 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2026-03-02 22:17:15.874 8 INFO manila.api.openstack.wsgi [None req-bfbf8581-e058-438e-b501-838c0986f9d1 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-03-02 22:17:15.875 8 INFO manila.api.openstack.wsgi [None req-bfbf8581-e058-438e-b501-838c0986f9d1 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 8|app: 0|req: 6/9] 10.0.0.61 () {32 vars in 632 bytes} [Mon Mar 2 22:17:15 2026] GET / => generated 800 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2026-03-02 22:17:15.918 7 INFO manila.api.openstack.wsgi [None req-49eaac52-de8c-4800-9cba-e37312b34de2 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all 2026-03-02 22:17:15.930 7 INFO manila.api.openstack.wsgi [None req-49eaac52-de8c-4800-9cba-e37312b34de2 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 7|app: 0|req: 4/10] 10.0.0.61 () {32 vars in 727 bytes} [Mon Mar 2 22:17:15 2026] GET /v2/share-group-types?all_tenants=1&is_public=all => generated 25 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) 2026-03-02 22:17:15.940 8 INFO manila.api.openstack.wsgi [None req-ce7786d1-df65-4d92-b64f-feccff78f5bb dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all 2026-03-02 22:17:15.954 8 INFO manila.api.openstack.wsgi [None req-ce7786d1-df65-4d92-b64f-feccff78f5bb dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 8|app: 0|req: 7/11] 10.0.0.61 () {32 vars in 727 bytes} [Mon Mar 2 22:17:15 2026] GET /v2/share-group-types?all_tenants=1&is_public=all => generated 25 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) 2026-03-02 22:17:17.487 7 INFO manila.api.openstack.wsgi [None req-49eaac52-de8c-4800-9cba-e37312b34de2 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-03-02 22:17:17.489 7 INFO manila.api.openstack.wsgi [None req-49eaac52-de8c-4800-9cba-e37312b34de2 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 7|app: 0|req: 5/12] 10.0.0.61 () {32 vars in 632 bytes} [Mon Mar 2 22:17:17 2026] GET / => generated 800 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2026-03-02 22:17:17.531 8 INFO manila.api.openstack.wsgi [None req-6e4e6640-340b-42a1-83d5-849f97b3d834 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-03-02 22:17:17.536 8 INFO manila.api.openstack.wsgi [None req-6e4e6640-340b-42a1-83d5-849f97b3d834 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 8|app: 0|req: 8/13] 10.0.0.61 () {32 vars in 703 bytes} [Mon Mar 2 22:17:17 2026] GET /v2/types?all_tenants=1&is_public=all => generated 619 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2026-03-02 22:17:17.546 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-03-02 22:17:17.554 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 7|app: 0|req: 6/14] 10.0.0.61 () {32 vars in 703 bytes} [Mon Mar 2 22:17:17 2026] GET /v2/types?all_tenants=1&is_public=all => generated 619 bytes in 13 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2026-03-02 22:17:17.564 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] POST http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types 2026-03-02 22:17:17.597 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types returned with HTTP 200 [pid: 8|app: 0|req: 9/15] 10.0.0.61 () {36 vars in 726 bytes} [Mon Mar 2 22:17:17 2026] POST /v2/share-group-types => generated 202 bytes in 38 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2026-03-02 22:17:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:17:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:17:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:17:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:17:38.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:17:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:17:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:17:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:17:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:17:58.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:18:08.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:18:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:18:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:18:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:18:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:18:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:18:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:18:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:18:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:18:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:18:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:18:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:19:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:19:08.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:19:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:19:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:19:28.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:19:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:19:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:19:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:19:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:19:48.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:19:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:19:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:20:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:20:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:20:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:20:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:20:28.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:20:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:20:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:20:38.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:20:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:20:48.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:20:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:20:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:21:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:21:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:21:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:21:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:21:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:21:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:21:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:21:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:21:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:21:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:21:58.217 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:21:58.218 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:22:08.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:22:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:22:18.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:22:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:22:28.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:22:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:22:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:22:38.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:22:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:22:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:22:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:22:58.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:23:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:23:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:23:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:23:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:23:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:23:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:23:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:23:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:23:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:23:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:23:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:23:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:24:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:24:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:24:18.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:24:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:24:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:24:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:24:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:24:38.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:24:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:24:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:24:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:24:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:25:08.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:25:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:25:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:25:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:25:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:25:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:25:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:25:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:25:48.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:25:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:25:58.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:25:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:26:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:26:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:26:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:26:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:26:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:26:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:26:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:26:38.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:26:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:26:48.213 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:26:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:26:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:27:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:27:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:27:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:27:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:27:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:27:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:27:38.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:27:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:27:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:27:48.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:27:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:27:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:28:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:28:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:28:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:28:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:28:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:28:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:28:38.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:28:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:28:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:28:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:28:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:28:58.214 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:29:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:29:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:29:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:29:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:29:28.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:29:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:29:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:29:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:29:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:29:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:29:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:29:58.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:30:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:30:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:30:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:30:18.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:30:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:30:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:30:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:30:38.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:30:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:30:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:30:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:30:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:31:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:31:08.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:31:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:31:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:31:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:31:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:31:38.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:31:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:31:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:31:48.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:31:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:31:58.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:32:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:32:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:32:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:32:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:32:28.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:32:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:32:38.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:32:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:32:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:32:48.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:32:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:32:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:33:08.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:33:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:33:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:33:18.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:33:28.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:33:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:33:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:33:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:33:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:33:48.213 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:33:58.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:33:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:34:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:34:08.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:34:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:34:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:34:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:34:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:34:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:34:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:34:48.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:34:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:34:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:34:58.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:35:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:35:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:35:18.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:35:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:35:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:35:28.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:35:38.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:35:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:35:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:35:48.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:35:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:35:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:36:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:36:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:36:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:36:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:36:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:36:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:36:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:36:38.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:36:48.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:36:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:36:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:36:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:37:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:37:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:37:18.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:37:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:37:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:37:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:37:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:37:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:37:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:37:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:37:58.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:37:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:38:08.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:38:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:38:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:38:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:38:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:38:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:38:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:38:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:38:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:38:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:38:58.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:38:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:39:08.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:39:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:39:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:39:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:39:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:39:28.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:39:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:39:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:39:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:39:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:39:58.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:39:58.218 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:40:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:40:08.212 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:40:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:40:18.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:40:28.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:40:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:40:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:40:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:40:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:40:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:40:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:40:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:41:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:41:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:41:18.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:41:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:41:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:41:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:41:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:41:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:41:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:41:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:41:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:41:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:42:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:42:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:42:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:42:18.212 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:42:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:42:28.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:42:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:42:38.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:42:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:42:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:42:58.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:42:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:43:08.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:43:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:43:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:43:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:43:28.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:43:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:43:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:43:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:43:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:43:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:43:58.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:43:58.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:44:08.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:44:08.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:44:18.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:44:18.211 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:44:28.209 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:44:28.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:44:38.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:44:38.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:44:48.210 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:44:48.211 8 INFO manila.api.openstack.wsgi [None req-104e0f91-b860-4b79-8e17-85038218947b dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300 2026-03-02 22:44:58.209 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] GET http://10.0.0.86:8786/ 2026-03-02 22:44:58.210 7 INFO manila.api.openstack.wsgi [None req-711a235a-72dc-4c22-9c76-60a27b9e6990 dfb0ead763cd46dbbc68be6e65599465 997f3b3cd93d40309ca94fa96168430b - - default default] http://10.0.0.86:8786/ returned with HTTP 300