+ 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 [Sat May 9 13:58:07 2026] *** compiled with version: 11.4.0 on 09 May 2026 04:35:20 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: manila-api-5c44648884-qcq45 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.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0] Python main interpreter initialized at 0x559e30fe6890 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: 8, cores: 1) spawned uWSGI worker 2 (pid: 9, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-09 13:58:10.374 8 INFO manila.api.extensions [-] Initializing extension manager. 2026-05-09 13:58:10.413 9 INFO manila.api.extensions [-] Initializing extension manager. 2026-05-09 13:58:10.613 8 INFO manila.api.extensions [-] Initializing extension manager. 2026-05-09 13:58:10.652 9 INFO manila.api.extensions [-] Initializing extension manager. 2026-05-09 13:58:10.661 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-05-09 13:58:10.666 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-05-09 13:58:10.703 9 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-05-09 13:58:10.707 9 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-09 13:58:10.722 8 INFO manila.api.extensions [-] Initializing extension manager. 2026-05-09 13:58:10.771 9 INFO manila.api.extensions [-] Initializing extension manager. 2026-05-09 13:58:10.775 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 3 seconds on interpreter 0x559e30fe6890 pid: 8 (default app) 2026-05-09 13:58:10.830 9 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 3 seconds on interpreter 0x559e30fe6890 pid: 9 (default app) 2026-05-09 13:58:16.821 8 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.195:8786/ 2026-05-09 13:58:16.822 8 INFO manila.api.openstack.wsgi [-] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:58:16.837 9 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.195:8786/ 2026-05-09 13:58:16.838 9 INFO manila.api.openstack.wsgi [-] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:58:24.164 8 INFO manila.api.openstack.wsgi [-] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-05-09 13:58:24.166 8 INFO manila.api.openstack.wsgi [-] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 8|app: 0|req: 2/3] 10.0.0.84 () {32 vars in 632 bytes} [Sat May 9 13:58:24 2026] GET / => generated 800 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/handlers.py", line 156, in format return logging.StreamHandler.format(self, record) + record.reset_color File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 418, in format context = _update_record_with_context(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 72, in _update_record_with_context d = _dictify_context(context) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 35, in _dictify_context return context.get_logging_values() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 96, in to_dict values['read_deleted'] = self.read_deleted File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 76, in _get_read_deleted return self._read_deleted AttributeError: 'RequestContext' object has no attribute '_read_deleted' Call stack: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/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.10/site-packages/oslo_context/context.py", line 472, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 223, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 192, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 1184, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 989, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 622, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 940, in _load_policy_file rules = Rules.load(data, self.default_rule) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 437, in load parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.10/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.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/handlers.py", line 156, in format return logging.StreamHandler.format(self, record) + record.reset_color File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 418, in format context = _update_record_with_context(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 72, in _update_record_with_context d = _dictify_context(context) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 35, in _dictify_context return context.get_logging_values() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 96, in to_dict values['read_deleted'] = self.read_deleted File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 76, in _get_read_deleted return self._read_deleted AttributeError: 'RequestContext' object has no attribute '_read_deleted' Call stack: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/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.10/site-packages/oslo_context/context.py", line 472, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 223, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 192, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 1184, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 989, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 622, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 943, in _load_policy_file self._record_file_rules(data, overwrite) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 909, in _record_file_rules parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.10/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-05-09 13:58:24.924 9 INFO manila.api.openstack.wsgi [None req-0fbec311-1f9a-447e-b40b-b212cf04e149 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-05-09 13:58:25.371 9 INFO manila.api.openstack.wsgi [None req-0fbec311-1f9a-447e-b40b-b212cf04e149 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 9|app: 0|req: 2/4] 10.0.0.84 () {32 vars in 703 bytes} [Sat May 9 13:58:24 2026] GET /v2/types?all_tenants=1&is_public=all => generated 39 bytes in 1196 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/handlers.py", line 156, in format return logging.StreamHandler.format(self, record) + record.reset_color File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 418, in format context = _update_record_with_context(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 72, in _update_record_with_context d = _dictify_context(context) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 35, in _dictify_context return context.get_logging_values() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 96, in to_dict values['read_deleted'] = self.read_deleted File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 76, in _get_read_deleted return self._read_deleted AttributeError: 'RequestContext' object has no attribute '_read_deleted' Call stack: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/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.10/site-packages/oslo_context/context.py", line 472, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 223, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 192, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 1184, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 989, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 622, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 940, in _load_policy_file rules = Rules.load(data, self.default_rule) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 437, in load parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.10/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.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/handlers.py", line 156, in format return logging.StreamHandler.format(self, record) + record.reset_color File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 418, in format context = _update_record_with_context(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 72, in _update_record_with_context d = _dictify_context(context) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 35, in _dictify_context return context.get_logging_values() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 96, in to_dict values['read_deleted'] = self.read_deleted File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 76, in _get_read_deleted return self._read_deleted AttributeError: 'RequestContext' object has no attribute '_read_deleted' Call stack: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/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.10/site-packages/oslo_context/context.py", line 472, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 223, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 192, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 1184, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 989, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 622, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 943, in _load_policy_file self._record_file_rules(data, overwrite) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 909, in _record_file_rules parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.10/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-05-09 13:58:25.788 8 INFO manila.api.openstack.wsgi [None req-56c1b6d1-c508-4c49-8ef9-79059ebe5184 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-05-09 13:58:26.190 8 INFO manila.api.openstack.wsgi [None req-56c1b6d1-c508-4c49-8ef9-79059ebe5184 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - 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: 3/5] 10.0.0.84 () {32 vars in 703 bytes} [Sat May 9 13:58:25 2026] GET /v2/types?all_tenants=1&is_public=all => generated 39 bytes in 811 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) 2026-05-09 13:58:26.808 9 INFO manila.api.openstack.wsgi [None req-0fbec311-1f9a-447e-b40b-b212cf04e149 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:58:26.810 9 INFO manila.api.openstack.wsgi [None req-0fbec311-1f9a-447e-b40b-b212cf04e149 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:58:27.767 8 INFO manila.api.openstack.wsgi [None req-56c1b6d1-c508-4c49-8ef9-79059ebe5184 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-05-09 13:58:27.768 8 INFO manila.api.openstack.wsgi [None req-56c1b6d1-c508-4c49-8ef9-79059ebe5184 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 8|app: 0|req: 4/7] 10.0.0.84 () {32 vars in 632 bytes} [Sat May 9 13:58:27 2026] GET / => generated 800 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2026-05-09 13:58:27.811 9 INFO manila.api.openstack.wsgi [None req-a43cbcaf-aedc-4371-9403-c1f19d289452 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] POST http://manila-api.openstack.svc.cluster.local:8786/v2/types 2026-05-09 13:58:27.838 9 INFO manila.api.openstack.wsgi [None req-a43cbcaf-aedc-4371-9403-c1f19d289452 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types returned with HTTP 200 [pid: 9|app: 0|req: 4/8] 10.0.0.84 () {36 vars in 702 bytes} [Sat May 9 13:58:27 2026] POST /v2/types => generated 609 bytes in 65 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2026-05-09 13:58:29.412 8 INFO manila.api.openstack.wsgi [None req-56c1b6d1-c508-4c49-8ef9-79059ebe5184 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-05-09 13:58:29.413 8 INFO manila.api.openstack.wsgi [None req-56c1b6d1-c508-4c49-8ef9-79059ebe5184 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 8|app: 0|req: 5/9] 10.0.0.84 () {32 vars in 632 bytes} [Sat May 9 13:58:29 2026] GET / => generated 800 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2026-05-09 13:58:29.457 9 INFO manila.api.openstack.wsgi [None req-d527821a-e7e2-4638-826b-7474da9aa5ad 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all 2026-05-09 13:58:29.469 9 INFO manila.api.openstack.wsgi [None req-d527821a-e7e2-4638-826b-7474da9aa5ad 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - 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: 9|app: 0|req: 5/10] 10.0.0.84 () {32 vars in 727 bytes} [Sat May 9 13:58:29 2026] GET /v2/share-group-types?all_tenants=1&is_public=all => generated 25 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) 2026-05-09 13:58:29.482 8 INFO manila.api.openstack.wsgi [None req-8a5452f3-9d11-4365-8792-db6a43a5ba6b 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all 2026-05-09 13:58:29.496 8 INFO manila.api.openstack.wsgi [None req-8a5452f3-9d11-4365-8792-db6a43a5ba6b 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - 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: 6/11] 10.0.0.84 () {32 vars in 727 bytes} [Sat May 9 13:58:29 2026] GET /v2/share-group-types?all_tenants=1&is_public=all => generated 25 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) 2026-05-09 13:58:31.082 9 INFO manila.api.openstack.wsgi [None req-d527821a-e7e2-4638-826b-7474da9aa5ad 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-05-09 13:58:31.084 9 INFO manila.api.openstack.wsgi [None req-d527821a-e7e2-4638-826b-7474da9aa5ad 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 9|app: 0|req: 6/12] 10.0.0.84 () {32 vars in 632 bytes} [Sat May 9 13:58:31 2026] GET / => generated 800 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2026-05-09 13:58:31.443 8 INFO manila.api.openstack.wsgi [None req-fd7a0869-eee6-4b83-a3ba-c065c2db4278 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-05-09 13:58:31.449 8 INFO manila.api.openstack.wsgi [None req-fd7a0869-eee6-4b83-a3ba-c065c2db4278 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - 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: 7/13] 10.0.0.84 () {32 vars in 703 bytes} [Sat May 9 13:58:31 2026] GET /v2/types?all_tenants=1&is_public=all => generated 619 bytes in 361 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2026-05-09 13:58:31.461 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-05-09 13:58:31.467 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 9|app: 0|req: 7/14] 10.0.0.84 () {32 vars in 703 bytes} [Sat May 9 13:58:31 2026] GET /v2/types?all_tenants=1&is_public=all => generated 619 bytes in 10 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2026-05-09 13:58:31.478 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] POST http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types 2026-05-09 13:58:31.512 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types returned with HTTP 200 [pid: 8|app: 0|req: 8/15] 10.0.0.84 () {36 vars in 726 bytes} [Sat May 9 13:58:31 2026] POST /v2/share-group-types => generated 202 bytes in 39 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2026-05-09 13:58:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:58:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:58:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:58:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:58:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:58:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:59:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:59:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:59:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:59:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:59:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:59:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:59:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:59:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:59:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:59:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 13:59:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 13:59:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:00:06.813 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:00:06.815 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:00:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:00:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:00:26.812 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:00:26.813 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:00:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:00:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:00:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:00:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:00:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:00:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:01:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:01:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:01:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:01:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:01:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:01:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:01:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:01:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:01:46.807 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:01:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:01:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:01:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:02:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:02:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:02:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:02:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:02:26.814 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:02:26.815 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:02:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:02:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:02:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:02:46.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:02:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:02:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:03:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:03:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:03:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:03:16.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:03:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:03:26.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:03:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:03:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:03:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:03:46.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:03:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:03:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:04:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:04:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:04:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:04:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:04:26.813 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:04:26.814 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:04:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:04:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:04:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:04:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:04:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:04:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:05:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:05:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:05:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:05:16.811 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:05:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:05:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:05:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:05:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:05:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:05:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:05:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:05:56.814 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:06:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:06:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:06:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:06:16.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:06:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:06:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:06:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:06:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:06:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:06:46.811 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:06:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:06:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:07:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:07:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:07:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:07:16.811 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:07:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:07:26.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:07:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:07:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:07:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:07:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:07:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:07:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:08:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:08:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:08:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:08:16.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:08:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:08:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:08:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:08:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:08:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:08:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:08:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:08:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:09:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:09:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:09:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:09:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:09:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:09:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:09:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:09:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:09:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:09:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:09:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:09:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:10:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:10:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:10:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:10:16.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:10:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:10:26.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:10:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:10:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:10:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:10:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:10:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:10:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:11:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:11:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:11:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:11:16.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:11:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:11:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:11:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:11:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:11:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:11:46.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:11:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:11:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:12:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:12:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:12:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:12:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:12:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:12:26.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:12:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:12:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:12:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:12:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:12:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:12:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:13:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:13:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:13:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:13:16.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:13:26.815 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:13:26.816 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:13:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:13:36.811 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:13:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:13:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:13:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:13:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:14:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:14:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:14:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:14:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:14:26.832 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:14:26.833 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:14:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:14:36.811 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:14:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:14:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:14:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:14:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:15:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:15:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:15:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:15:16.811 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:15:26.807 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:15:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:15:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:15:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:15:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:15:46.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:15:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:15:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:16:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:16:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:16:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:16:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:16:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:16:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:16:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:16:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:16:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:16:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:16:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:16:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:17:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:17:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:17:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:17:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:17:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:17:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:17:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:17:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:17:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:17:46.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:17:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:17:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:18:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:18:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:18:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:18:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:18:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:18:26.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:18:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:18:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:18:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:18:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:18:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:18:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:19:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:19:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:19:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:19:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:19:26.812 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:19:26.820 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:19:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:19:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:19:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:19:46.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:19:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:19:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:20:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:20:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:20:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:20:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:20:26.807 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:20:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:20:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:20:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:20:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:20:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:20:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:20:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:21:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:21:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:21:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:21:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:21:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:21:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:21:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:21:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:21:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:21:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:21:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:21:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:22:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:22:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:22:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:22:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:22:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:22:26.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:22:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:22:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:22:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:22:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:22:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:22:56.811 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:23:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:23:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:23:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:23:16.812 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:23:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:23:26.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:23:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:23:36.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:23:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:23:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:23:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:23:56.810 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:24:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:24:06.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:24:16.811 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:24:16.812 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:24:26.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:24:26.810 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:24:36.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:24:36.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:24:46.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:24:46.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:24:56.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:24:56.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:25:06.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:25:06.809 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:25:16.808 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:25:16.809 9 INFO manila.api.openstack.wsgi [None req-0c085e92-4899-4004-afcd-938156bf94e2 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300 2026-05-09 14:25:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] GET http://10.0.0.195:8786/ 2026-05-09 14:25:26.808 8 INFO manila.api.openstack.wsgi [None req-5148483a-5f6c-4661-b6b6-ba28bcd8fd75 6e136b25aa074df8b44949ec5dfcb5b2 1e289df33c4046d2bb14c439691b3d4a - - default default] http://10.0.0.195:8786/ returned with HTTP 300