+ 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 [Sun Apr 12 21:38:14 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:32 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: manila-api-5fd4dcd857-trtmw machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:8786 fd 3 Python version: 3.12.3 (main, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7f462eb0b668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-12 21:38:18.103 7 WARNING oslo_config.cfg [-] Deprecated: Option "api_paste_config" from group "DEFAULT" is deprecated for removal (The 'api_paste_config' option is deprecated and will be removed in a future release.). Its value may be silently ignored in the future. 2026-04-12 21:38:18.126 7 INFO manila.api.extensions [-] Initializing extension manager. 2026-04-12 21:38:18.150 8 WARNING oslo_config.cfg [-] Deprecated: Option "api_paste_config" from group "DEFAULT" is deprecated for removal (The 'api_paste_config' option is deprecated and will be removed in a future release.). Its value may be silently ignored in the future. 2026-04-12 21:38:18.175 8 INFO manila.api.extensions [-] Initializing extension manager. 2026-04-12 21:38:18.643 7 INFO manila.api.extensions [-] Initializing extension manager. 2026-04-12 21:38:18.700 7 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. 2026-04-12 21:38:18.704 7 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-12 21:38:18.730 8 INFO manila.api.extensions [-] Initializing extension manager. 2026-04-12 21:38:18.784 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-04-12 21:38:18.788 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-04-12 21:38:19.093 7 INFO manila.api.extensions [-] Initializing extension manager. 2026-04-12 21:38:19.145 7 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x7f462eb0b668 pid: 7 (default app) 2026-04-12 21:38:19.156 7 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.236:8786/ 2026-04-12 21:38:19.157 7 INFO manila.api.openstack.wsgi [-] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:38:19.158 7 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.236:8786/ 2026-04-12 21:38:19.158 7 INFO manila.api.openstack.wsgi [-] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:38:19.159 7 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.236:8786/ 2026-04-12 21:38:19.159 7 INFO manila.api.openstack.wsgi [-] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:38:19.166 8 INFO manila.api.extensions [-] Initializing extension manager. 2026-04-12 21:38:19.217 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 5 seconds on interpreter 0x7f462eb0b668 pid: 8 (default app) 2026-04-12 21:38:19.995 7 INFO manila.api.openstack.wsgi [-] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-04-12 21:38:19.996 7 INFO manila.api.openstack.wsgi [-] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 7|app: 0|req: 4/4] 10.0.0.45 () {32 vars in 632 bytes} [Sun Apr 12 21:38:19 2026] GET / => generated 800 bytes in 2 msecs (HTTP/1.1 300) 4 headers in 171 bytes (1 switches on core 0) --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.12/logging/__init__.py", line 1160, in emit msg = self.format(record) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/logging/__init__.py", line 999, in format return fmt.format(record) ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format context = _update_record_with_context(record) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context d = _dictify_context(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context return context.get_logging_values() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values values.update(self.to_dict()) ^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted ^^^^^^^^^^^^^^^^^^ AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? Call stack: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/sizelimit.py", line 112, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 450, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 215, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 184, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 944, in _load_policy_file rules = Rules.load(data, self.default_rule) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 436, in load parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 415, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.12/logging/__init__.py", line 1160, in emit msg = self.format(record) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/logging/__init__.py", line 999, in format return fmt.format(record) ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format context = _update_record_with_context(record) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context d = _dictify_context(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context return context.get_logging_values() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values values.update(self.to_dict()) ^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted ^^^^^^^^^^^^^^^^^^ AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? Call stack: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/sizelimit.py", line 112, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 450, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 215, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 184, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file self._record_file_rules(data, overwrite) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 913, in _record_file_rules parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 415, 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-04-12 21:38:20.723 8 INFO manila.api.openstack.wsgi [None req-13f2efc2-7b32-406e-b98b-e29c4a533b17 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-04-12 21:38:21.558 8 INFO manila.api.openstack.wsgi [None req-13f2efc2-7b32-406e-b98b-e29c4a533b17 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - 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: 1/5] 10.0.0.45 () {32 vars in 703 bytes} [Sun Apr 12 21:38:20 2026] GET /v2/types?all_tenants=1&is_public=all => generated 39 bytes in 1556 msecs (HTTP/1.1 200) 7 headers in 296 bytes (1 switches on core 0) --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.12/logging/__init__.py", line 1160, in emit msg = self.format(record) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/logging/__init__.py", line 999, in format return fmt.format(record) ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format context = _update_record_with_context(record) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context d = _dictify_context(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context return context.get_logging_values() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values values.update(self.to_dict()) ^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted ^^^^^^^^^^^^^^^^^^ AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? Call stack: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/sizelimit.py", line 112, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 450, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 215, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 184, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 944, in _load_policy_file rules = Rules.load(data, self.default_rule) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 436, in load parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 415, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.12/logging/__init__.py", line 1160, in emit msg = self.format(record) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/logging/__init__.py", line 999, in format return fmt.format(record) ^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 410, in format context = _update_record_with_context(record) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 64, in _update_record_with_context d = _dictify_context(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_log/formatters.py", line 34, in _dictify_context return context.get_logging_values() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 314, in get_logging_values values.update(self.to_dict()) ^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted ^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted ^^^^^^^^^^^^^^^^^^ AttributeError: 'RequestContext' object has no attribute '_read_deleted'. Did you mean: 'read_deleted'? Call stack: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/sizelimit.py", line 112, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py", line 450, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 215, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.12/site-packages/manila/policy.py", line 184, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1188, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 993, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 625, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 947, in _load_policy_file self._record_file_rules(data, overwrite) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 913, in _record_file_rules parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 415, 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-04-12 21:38:21.961 7 INFO manila.api.openstack.wsgi [None req-8e5e261d-41fe-4539-ae3a-d62cd6623772 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-04-12 21:38:22.853 7 INFO manila.api.openstack.wsgi [None req-8e5e261d-41fe-4539-ae3a-d62cd6623772 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 7|app: 0|req: 5/6] 10.0.0.45 () {32 vars in 703 bytes} [Sun Apr 12 21:38:21 2026] GET /v2/types?all_tenants=1&is_public=all => generated 39 bytes in 1288 msecs (HTTP/1.1 200) 7 headers in 296 bytes (1 switches on core 0) 2026-04-12 21:38:24.661 8 INFO manila.api.openstack.wsgi [None req-13f2efc2-7b32-406e-b98b-e29c4a533b17 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-04-12 21:38:24.662 8 INFO manila.api.openstack.wsgi [None req-13f2efc2-7b32-406e-b98b-e29c4a533b17 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 8|app: 0|req: 2/7] 10.0.0.45 () {32 vars in 632 bytes} [Sun Apr 12 21:38:24 2026] GET / => generated 800 bytes in 8 msecs (HTTP/1.1 300) 4 headers in 171 bytes (1 switches on core 0) 2026-04-12 21:38:25.028 7 INFO manila.api.openstack.wsgi [None req-83cffb68-2270-4c6a-a548-1978b51e69e6 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] POST http://manila-api.openstack.svc.cluster.local:8786/v2/types 2026-04-12 21:38:25.049 7 INFO manila.api.openstack.wsgi [None req-83cffb68-2270-4c6a-a548-1978b51e69e6 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types returned with HTTP 200 [pid: 7|app: 0|req: 6/8] 10.0.0.45 () {36 vars in 702 bytes} [Sun Apr 12 21:38:24 2026] POST /v2/types => generated 609 bytes in 363 msecs (HTTP/1.1 200) 7 headers in 297 bytes (1 switches on core 0) 2026-04-12 21:38:26.763 8 INFO manila.api.openstack.wsgi [None req-13f2efc2-7b32-406e-b98b-e29c4a533b17 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-04-12 21:38:26.764 8 INFO manila.api.openstack.wsgi [None req-13f2efc2-7b32-406e-b98b-e29c4a533b17 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 8|app: 0|req: 3/9] 10.0.0.45 () {32 vars in 632 bytes} [Sun Apr 12 21:38:26 2026] GET / => generated 800 bytes in 1 msecs (HTTP/1.1 300) 4 headers in 171 bytes (1 switches on core 0) 2026-04-12 21:38:26.823 7 INFO manila.api.openstack.wsgi [None req-85ddd3ee-f713-430b-85e8-3149f9732d3f 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all 2026-04-12 21:38:26.843 7 INFO manila.api.openstack.wsgi [None req-85ddd3ee-f713-430b-85e8-3149f9732d3f 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 7|app: 0|req: 7/10] 10.0.0.45 () {32 vars in 727 bytes} [Sun Apr 12 21:38:26 2026] GET /v2/share-group-types?all_tenants=1&is_public=all => generated 25 bytes in 71 msecs (HTTP/1.1 200) 7 headers in 296 bytes (1 switches on core 0) 2026-04-12 21:38:26.853 8 INFO manila.api.openstack.wsgi [None req-ecda29e4-2553-4509-9170-7af672015344 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all 2026-04-12 21:38:26.866 8 INFO manila.api.openstack.wsgi [None req-ecda29e4-2553-4509-9170-7af672015344 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - 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: 4/11] 10.0.0.45 () {32 vars in 727 bytes} [Sun Apr 12 21:38:26 2026] GET /v2/share-group-types?all_tenants=1&is_public=all => generated 25 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 296 bytes (1 switches on core 0) 2026-04-12 21:38:28.556 7 INFO manila.api.openstack.wsgi [None req-85ddd3ee-f713-430b-85e8-3149f9732d3f 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2026-04-12 21:38:28.557 7 INFO manila.api.openstack.wsgi [None req-85ddd3ee-f713-430b-85e8-3149f9732d3f 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 7|app: 0|req: 8/12] 10.0.0.45 () {32 vars in 632 bytes} [Sun Apr 12 21:38:28 2026] GET / => generated 800 bytes in 3 msecs (HTTP/1.1 300) 4 headers in 171 bytes (1 switches on core 0) 2026-04-12 21:38:28.614 8 INFO manila.api.openstack.wsgi [None req-9b802603-9441-4505-b8c5-0d4d5193aa2d 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-04-12 21:38:28.614 7 INFO manila.api.openstack.wsgi [None req-85ddd3ee-f713-430b-85e8-3149f9732d3f 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:38:28.615 7 INFO manila.api.openstack.wsgi [None req-85ddd3ee-f713-430b-85e8-3149f9732d3f 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:38:28.623 8 INFO manila.api.openstack.wsgi [None req-9b802603-9441-4505-b8c5-0d4d5193aa2d 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - 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: 5/14] 10.0.0.45 () {32 vars in 703 bytes} [Sun Apr 12 21:38:28 2026] GET /v2/types?all_tenants=1&is_public=all => generated 619 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 297 bytes (1 switches on core 0) 2026-04-12 21:38:28.634 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2026-04-12 21:38:28.641 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 7|app: 0|req: 10/15] 10.0.0.45 () {32 vars in 703 bytes} [Sun Apr 12 21:38:28 2026] GET /v2/types?all_tenants=1&is_public=all => generated 619 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 297 bytes (1 switches on core 0) 2026-04-12 21:38:28.651 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] POST http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types 2026-04-12 21:38:28.687 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types returned with HTTP 200 [pid: 8|app: 0|req: 6/16] 10.0.0.45 () {36 vars in 726 bytes} [Sun Apr 12 21:38:28 2026] POST /v2/share-group-types => generated 202 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 297 bytes (1 switches on core 0) 2026-04-12 21:38:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:38:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:38:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:38:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:38:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:38:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:39:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:39:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:39:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:39:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:39:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:39:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:39:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:39:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:39:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:39:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:39:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:39:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:40:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:40:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:40:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:40:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:40:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:40:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:40:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:40:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:40:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:40:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:40:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:40:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:41:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:41:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:41:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:41:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:41:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:41:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:41:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:41:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:41:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:41:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:41:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:41:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:42:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:42:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:42:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:42:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:42:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:42:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:42:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:42:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:42:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:42:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:42:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:42:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:43:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:43:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:43:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:43:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:43:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:43:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:43:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:43:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:43:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:43:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:43:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:43:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:44:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:44:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:44:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:44:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:44:28.618 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:44:28.619 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:44:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:44:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:44:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:44:48.618 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:44:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:44:58.617 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:45:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:45:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:45:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:45:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:45:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:45:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:45:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:45:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:45:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:45:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:45:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:45:58.616 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:46:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:46:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:46:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:46:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:46:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:46:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:46:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:46:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:46:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:46:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:46:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:46:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:47:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:47:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:47:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:47:18.616 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:47:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:47:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:47:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:47:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:47:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:47:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:47:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:47:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:48:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:48:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:48:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:48:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:48:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:48:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:48:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:48:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:48:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:48:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:48:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:48:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:49:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:49:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:49:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:49:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:49:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:49:28.616 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:49:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:49:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:49:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:49:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:49:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:49:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:50:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:50:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:50:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:50:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:50:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:50:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:50:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:50:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:50:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:50:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:50:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:50:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:51:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:51:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:51:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:51:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:51:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:51:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:51:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:51:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:51:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:51:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:51:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:51:58.616 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:52:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:52:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:52:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:52:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:52:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:52:28.619 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:52:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:52:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:52:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:52:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:52:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:52:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:53:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:53:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:53:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:53:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:53:28.612 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:53:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:53:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:53:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:53:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:53:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:53:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:53:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:54:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:54:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:54:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:54:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:54:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:54:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:54:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:54:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:54:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:54:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:54:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:54:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:55:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:55:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:55:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:55:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:55:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:55:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:55:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:55:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:55:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:55:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:55:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:55:58.616 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:56:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:56:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:56:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:56:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:56:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:56:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:56:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:56:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:56:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:56:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:56:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:56:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:57:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:57:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:57:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:57:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:57:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:57:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:57:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:57:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:57:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:57:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:57:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:57:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:58:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:58:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:58:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:58:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:58:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:58:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:58:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:58:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:58:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:58:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:58:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:58:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:59:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:59:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:59:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:59:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:59:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:59:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:59:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:59:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:59:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:59:48.616 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 21:59:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 21:59:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:00:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:00:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:00:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:00:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:00:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:00:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:00:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:00:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:00:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:00:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:00:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:00:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:01:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:01:08.616 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:01:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:01:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:01:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:01:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:01:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:01:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:01:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:01:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:01:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:01:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:02:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:02:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:02:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:02:18.616 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:02:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:02:28.616 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:02:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:02:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:02:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:02:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:02:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:02:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:03:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:03:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:03:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:03:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:03:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:03:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:03:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:03:38.616 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:03:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:03:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:03:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:03:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:04:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:04:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:04:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:04:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:04:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:04:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:04:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:04:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:04:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:04:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:04:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:04:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:05:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:05:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:05:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:05:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:05:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:05:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:05:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:05:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:05:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:05:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:05:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:05:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:06:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:06:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:06:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:06:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:06:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:06:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:06:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:06:38.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:06:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:06:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:06:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:06:58.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:07:08.612 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:07:08.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:07:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:07:18.615 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:07:28.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:07:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:07:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:07:38.616 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:07:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:07:48.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:07:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:07:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:08:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:08:08.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:08:18.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:08:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:08:28.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:08:28.615 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:08:38.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:08:38.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:08:48.613 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:08:48.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:08:58.613 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:08:58.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:09:08.614 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:09:08.616 8 INFO manila.api.openstack.wsgi [None req-5227a5b9-e1bd-4a36-bc00-167c5b1019cf 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300 2026-04-12 22:09:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] GET http://10.0.0.236:8786/ 2026-04-12 22:09:18.614 7 INFO manila.api.openstack.wsgi [None req-a7aeed41-c992-42e8-9b0e-f8bac6c8d545 806317b1051e48319a200fc91143dde5 f79793ce8c9e4b8791d76adf313762d7 - - default default] http://10.0.0.236:8786/ returned with HTTP 300