+ COMMAND=start + start + exec uwsgi --ini /etc/cinder/cinder-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Feb 25 06:33:55 2026] *** compiled with version: 13.3.0 on 25 February 2026 01:01:56 os: Linux-5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 nodename: cinder-api-85c9f88c4c-67248 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:8776 fd 3 Python version: 3.12.3 (main, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7f32c956a668 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)... /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() 2026-02-25 06:33:59.678 8 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-02-25 06:33:59.679 8 WARNING cinder.api [-] The v2 API has been removed and is no longer available. Client applications must now use the v3 API only. The 'enable_v2_api' option has been removed and is ignored in the cinder.conf file. /var/lib/openstack/lib/python3.12/site-packages/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @jsonschema.FormatChecker.cls_checks('date-time') 2026-02-25 06:33:59.894 7 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-02-25 06:33:59.894 7 WARNING cinder.api [-] The v2 API has been removed and is no longer available. Client applications must now use the v3 API only. The 'enable_v2_api' option has been removed and is ignored in the cinder.conf file. /var/lib/openstack/lib/python3.12/site-packages/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @jsonschema.FormatChecker.cls_checks('date-time') 2026-02-25 06:34:00.942 8 INFO cinder.rpc [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-02-25 06:34:00.945 8 INFO cinder.rpc [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-02-25 06:34:00.948 8 INFO cinder.rpc [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-02-25 06:34:00.951 8 INFO cinder.rpc [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-02-25 06:34:00.967 8 INFO cinder.rpc [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-02-25 06:34:00.970 8 INFO cinder.rpc [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-02-25 06:34:01.026 8 WARNING cinder.api.contrib.hosts [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-02-25 06:34:01.062 8 WARNING keystonemiddleware._common.config [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-25 06:34:01.073 8 WARNING oslo_config.cfg [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x7f32c956a668 pid: 8 (default app) 2026-02-25 06:34:01.113 7 INFO cinder.rpc [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-02-25 06:34:01.118 7 INFO cinder.rpc [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-02-25 06:34:01.120 7 INFO cinder.rpc [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-02-25 06:34:01.123 7 INFO cinder.rpc [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-02-25 06:34:01.137 7 INFO cinder.rpc [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-02-25 06:34:01.139 7 INFO cinder.rpc [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-02-25 06:34:01.193 7 WARNING cinder.api.contrib.hosts [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-02-25 06:34:01.228 7 WARNING keystonemiddleware._common.config [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-25 06:34:01.237 7 WARNING oslo_config.cfg [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x7f32c956a668 pid: 7 (default app) 2026-02-25 06:34:02.936 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:34:02.938 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:34:12.936 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:34:12.937 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:34:22.936 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:34:22.938 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:34:32.936 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:34:32.936 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:34:32.937 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:34:32.938 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:34:42.937 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:34:42.937 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:34:42.938 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:34:42.939 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:34:52.936 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:34:52.936 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:34:52.937 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:34:52.937 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:02.936 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:02.936 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:02.937 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:02.937 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:12.936 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:12.936 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:12.937 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:12.937 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:22.935 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:22.936 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:22.936 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:22.936 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:32.936 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:32.937 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:32.938 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:32.939 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:42.936 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:42.936 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] GET http://10.0.0.248:8776/ 2026-02-25 06:35:42.937 7 INFO cinder.api.openstack.wsgi [None req-796a381b-7b74-48da-9fc6-0fc1c622b57e - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:42.937 8 INFO cinder.api.openstack.wsgi [None req-c6ae3ae6-e7ac-402e-8a10-e9116e21d968 - - - - - -] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 06:35:44.196 8 WARNING oslo_policy.policy [None req-902d9b8f-ea63-4bd9-bdb0-8689de74a9f2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] 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. 2026-02-25 06:35:44.196 8 WARNING oslo_policy.policy [None req-902d9b8f-ea63-4bd9-bdb0-8689de74a9f2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] 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. /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:admin_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) 2026-02-25 06:35:44.710 8 INFO cinder.api.openstack.wsgi [None req-902d9b8f-ea63-4bd9-bdb0-8689de74a9f2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types/rbd1 2026-02-25 06:35:44.731 8 INFO cinder.api.openstack.wsgi [None req-902d9b8f-ea63-4bd9-bdb0-8689de74a9f2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types/rbd1 returned with HTTP 404 [pid: 8|app: 0|req: 11/20] 10.0.0.15 () {30 vars in 681 bytes} [Wed Feb 25 06:35:43 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/types/rbd1 => generated 82 bytes in 1018 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 06:35:44.778 7 WARNING oslo_policy.policy [None req-9b71921a-e221-4a0b-941c-583a46671c52 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] 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. 2026-02-25 06:35:44.778 7 WARNING oslo_policy.policy [None req-9b71921a-e221-4a0b-941c-583a46671c52 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] 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. /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:admin_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) 2026-02-25 06:35:45.121 7 INFO cinder.api.openstack.wsgi [None req-9b71921a-e221-4a0b-941c-583a46671c52 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types?name=rbd1&is_public=None /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 06:35:45.143 7 INFO cinder.api.openstack.wsgi [None req-9b71921a-e221-4a0b-941c-583a46671c52 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types?name=rbd1&is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 10/21] 10.0.0.15 () {30 vars in 720 bytes} [Wed Feb 25 06:35:44 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/types?name=rbd1&is_public=None => generated 20 bytes in 403 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 06:35:46.654 8 INFO cinder.api.openstack.wsgi [None req-82c6e6f0-0e10-4531-b57e-3503632419ba e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 06:35:46.680 8 INFO cinder.api.openstack.wsgi [None req-82c6e6f0-0e10-4531-b57e-3503632419ba e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types returned with HTTP 200 [pid: 8|app: 0|req: 12/22] 10.0.0.15 () {34 vars in 724 bytes} [Wed Feb 25 06:35:46 2026] POST /v3/3c482f8a86ca4187969243d957bad9b6/types => generated 179 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 06:35:46.698 7 INFO cinder.api.openstack.wsgi [req-82c6e6f0-0e10-4531-b57e-3503632419ba req-4527439a-b671-42b0-9599-c370ef35b25c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types/d0a86cd3-c9f8-4f82-bb82-49c2856865a5/extra_specs 2026-02-25 06:35:46.764 7 INFO cinder.api.openstack.wsgi [req-82c6e6f0-0e10-4531-b57e-3503632419ba req-4527439a-b671-42b0-9599-c370ef35b25c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types/d0a86cd3-c9f8-4f82-bb82-49c2856865a5/extra_specs returned with HTTP 200 [pid: 7|app: 0|req: 11/23] 10.0.0.15 () {36 vars in 893 bytes} [Wed Feb 25 06:35:46 2026] POST /v3/3c482f8a86ca4187969243d957bad9b6/types/d0a86cd3-c9f8-4f82-bb82-49c2856865a5/extra_specs => generated 48 bytes in 78 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 06:35:48.439 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types?is_public=None 2026-02-25 06:35:48.452 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/types?is_public=None returned with HTTP 200 [pid: 8|app: 0|req: 13/24] 10.0.0.15 () {30 vars in 700 bytes} [Wed Feb 25 06:35:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/types?is_public=None => generated 443 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 06:35:50.297 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/qos-specs 2026-02-25 06:35:50.308 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/qos-specs returned with HTTP 200 [pid: 7|app: 0|req: 12/25] 10.0.0.15 () {30 vars in 679 bytes} [Wed Feb 25 06:35:49 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/qos-specs => generated 17 bytes in 361 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 06:35:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:35:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:35:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:35:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:02.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:42.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:36:52.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:36:52.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:02.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:12.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:12.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:32.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:52.939 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:52.940 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:37:52.941 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:37:52.941 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:02.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:02.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:02.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:32.935 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:32.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:42.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:38:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:38:52.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:02.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:02.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:02.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:12.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:12.939 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:22.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:32.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:32.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:39:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:39:52.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:02.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:32.939 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:32.939 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:32.940 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:32.940 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:42.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:40:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:40:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:02.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:12.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:22.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:32.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:42.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:42.935 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:41:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:41:52.939 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:02.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:12.939 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:12.942 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:22.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:42:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:42:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:02.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:12.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:42.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:42.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:43:52.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:43:52.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:12.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:22.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:32.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:44:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:44:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:02.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:02.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:12.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:32.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:32.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:52.935 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:45:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:45:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:02.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:02.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:22.935 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:22.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:32.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:46:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:46:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:02.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:22.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:22.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:47:52.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:47:52.939 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:12.939 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:42.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:42.935 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:48:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:48:52.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:02.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:12.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:12.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:22.935 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:22.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:32.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:52.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:49:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:49:52.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:02.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:02.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:02.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:12.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:12.935 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:12.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:12.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:22.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:32.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:32.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:32.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:32.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:42.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:42.936 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:42.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:42.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:52.935 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:52.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:50:52.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:50:52.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:02.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:02.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:02.938 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:02.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:12.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:12.938 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:12.939 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:12.940 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:22.935 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:22.936 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:22.937 7 INFO cinder.api.openstack.wsgi [None req-b7d8b07e-6d75-4bea-b601-96c72e9fbfcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:22.937 8 INFO cinder.api.openstack.wsgi [None req-2c84c02f-10a2-46a8-9e5a-687d2172bb15 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 06:51:31.256 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=False 2026-02-25 06:51:31.278 7 WARNING cinder.quota [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.278 7 WARNING cinder.quota [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.279 7 WARNING cinder.quota [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.279 7 WARNING cinder.quota [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.279 7 WARNING cinder.quota [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.279 7 WARNING cinder.quota [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.284 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 107/214] 199.204.45.209 () {44 vars in 1068 bytes} [Wed Feb 25 06:51:31 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=False => generated 340 bytes in 140 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 06:51:31.460 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] PUT https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6 2026-02-25 06:51:31.523 8 WARNING cinder.quota [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.524 8 WARNING cinder.quota [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.525 8 WARNING cinder.quota [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.525 8 WARNING cinder.quota [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.525 8 WARNING cinder.quota [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.526 8 WARNING cinder.quota [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-02-25 06:51:31.532 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6 returned with HTTP 200 [pid: 8|app: 0|req: 108/215] 199.204.45.209 () {48 vars in 1097 bytes} [Wed Feb 25 06:51:31 2026] PUT /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6 => generated 296 bytes in 83 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 06:51:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:42.935 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:42.935 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:52.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:51:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:51:52.939 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:02.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:02.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:02.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:02.939 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:12.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:12.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:12.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:12.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:22.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:22.939 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:42.935 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:42.935 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:52.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:52:52.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:52:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:02.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:02.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:02.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:02.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:12.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:12.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:12.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:12.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:22.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:22.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:32.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:32.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:42.935 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:52.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:53:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:53:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:02.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:02.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:02.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:02.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:12.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:12.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:12.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:12.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:22.935 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:22.935 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:22.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:32.935 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:42.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:42.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:42.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:54:52.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:54:52.939 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:02.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:02.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:02.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:02.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:12.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:12.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:12.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:12.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:22.935 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:42.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:42.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:52.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:55:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:55:52.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:02.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:02.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:02.942 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:02.944 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:12.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:12.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:12.939 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:12.940 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:22.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:42.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:42.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:52.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:56:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:56:52.939 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:02.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:02.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:02.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:02.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:12.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:12.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:12.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:12.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:22.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:42.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:42.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:52.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:57:52.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:57:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:02.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:02.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:02.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:02.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:12.935 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:12.935 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:12.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:12.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:22.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:22.939 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:42.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:42.939 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:42.939 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:42.940 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:52.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:58:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:58:52.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:02.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:02.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:02.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:02.939 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:12.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:12.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:12.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:12.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:22.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:22.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:42.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:42.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:52.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 06:59:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 06:59:52.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:02.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:02.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:02.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:02.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:12.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:12.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:12.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:12.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:22.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:22.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:32.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:42.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:42.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:52.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:52.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:00:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:00:52.939 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:02.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:02.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:02.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:02.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:12.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:12.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:12.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:12.941 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:22.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:22.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:22.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:32.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:32.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:42.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:42.938 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:42.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:42.940 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:52.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:52.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:01:52.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:01:52.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:02.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:02.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:02.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:02.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:12.935 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:12.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:12.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:12.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:22.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:22.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:22.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:22.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:32.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:32.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:32.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:32.937 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:42.936 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:42.936 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:42.937 8 INFO cinder.api.openstack.wsgi [None req-5d8c7626-3abe-4f9d-9485-da47b625aecb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:42.938 7 INFO cinder.api.openstack.wsgi [None req-7863f751-c8fa-440f-b746-94489d852550 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:43.296 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=False 2026-02-25 07:02:43.320 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 177/352] 199.204.45.209 () {44 vars in 1068 bytes} [Wed Feb 25 07:02:43 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=False => generated 340 bytes in 138 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:02:43.876 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] PUT https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c 2026-02-25 07:02:43.945 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c returned with HTTP 200 [pid: 7|app: 0|req: 176/353] 199.204.45.209 () {48 vars in 1097 bytes} [Wed Feb 25 07:02:43 2026] PUT /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c => generated 296 bytes in 83 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:02:52.936 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:52.936 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:02:52.937 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:02:52.937 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:02.936 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:02.936 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:02.937 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:02.938 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:12.935 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:12.937 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:12.939 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:12.941 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:22.936 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:22.936 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:22.937 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:22.937 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:32.936 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:32.937 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:32.937 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:32.939 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:42.935 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:42.936 8 INFO cinder.api.openstack.wsgi [None req-f583a4f1-af75-4311-b819-67dae0515625 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:42.938 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:42.939 7 INFO cinder.api.openstack.wsgi [None req-c8437000-8959-4d9e-9ca9-1233bd220bbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:47.073 8 INFO cinder.api.openstack.wsgi [None req-875dbce2-21cf-403b-8e8c-de9b0a38961d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:03:47.613 8 INFO cinder.api.openstack.wsgi [None req-875dbce2-21cf-403b-8e8c-de9b0a38961d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 184/366] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:03:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 602 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:03:47.628 7 INFO cinder.api.openstack.wsgi [None req-3e5b3829-846b-4ccb-96cc-c2f9cb08b123 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:03:47.657 7 INFO cinder.volume.api [None req-3e5b3829-846b-4ccb-96cc-c2f9cb08b123 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:03:47.659 7 INFO cinder.api.openstack.wsgi [None req-3e5b3829-846b-4ccb-96cc-c2f9cb08b123 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 183/367] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:03:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:03:47.678 8 INFO cinder.api.openstack.wsgi [None req-e67fd2b2-5846-4cc9-a45e-19d7cc04b244 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:03:47.686 8 INFO cinder.api.openstack.wsgi [None req-e67fd2b2-5846-4cc9-a45e-19d7cc04b244 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 185/368] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:03:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:03:47.699 7 INFO cinder.api.openstack.wsgi [None req-ac826e4a-1f9d-444d-8584-c7a931c268e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:03:47.713 7 INFO cinder.volume.api [None req-ac826e4a-1f9d-444d-8584-c7a931c268e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:03:47.713 7 INFO cinder.api.openstack.wsgi [None req-ac826e4a-1f9d-444d-8584-c7a931c268e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 184/369] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:03:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:03:47.724 8 INFO cinder.api.openstack.wsgi [None req-4995bda7-1995-4323-9915-ccd3cca30606 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:03:47.756 8 INFO cinder.volume.api [None req-4995bda7-1995-4323-9915-ccd3cca30606 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:03:47.758 8 INFO cinder.api.openstack.wsgi [None req-4995bda7-1995-4323-9915-ccd3cca30606 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 186/370] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:03:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:03:47.794 7 INFO cinder.api.openstack.wsgi [None req-c1e7f118-f903-4580-8b09-0915b6f5324b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:03:47.815 7 INFO cinder.api.openstack.wsgi [None req-c1e7f118-f903-4580-8b09-0915b6f5324b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 185/371] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:03:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:03:47.826 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:03:47.843 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 187/372] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:03:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:03:47.855 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:03:47.875 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 186/373] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:03:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:03:52.936 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:52.936 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:03:52.938 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:03:52.938 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:02.936 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:02.937 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:02.937 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:02.938 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:12.936 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:12.936 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:12.937 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:12.937 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:22.935 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:22.936 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:22.936 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:22.938 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:32.936 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:32.936 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:32.937 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:32.937 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:42.937 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:42.937 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:42.938 8 INFO cinder.api.openstack.wsgi [None req-1dc77fb5-2123-4186-9ca5-9da58e9555cc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:42.938 7 INFO cinder.api.openstack.wsgi [None req-b1e02a06-f042-4da0-966d-c19d506f2baa e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:47.129 8 INFO cinder.api.openstack.wsgi [None req-5ca1dfd0-6109-4abb-93da-3bf327b7d535 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:04:47.173 8 INFO cinder.api.openstack.wsgi [None req-5ca1dfd0-6109-4abb-93da-3bf327b7d535 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 194/386] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:04:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 84 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:04:47.188 7 INFO cinder.api.openstack.wsgi [None req-8e9f95dc-2e7f-40dc-b6db-e9dc312ef35d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:04:47.213 7 INFO cinder.api.openstack.wsgi [None req-8e9f95dc-2e7f-40dc-b6db-e9dc312ef35d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 193/387] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:04:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:04:47.228 8 INFO cinder.api.openstack.wsgi [None req-415b398d-1229-4ba3-92cd-ccd8ca6736e5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:04:47.248 8 INFO cinder.api.openstack.wsgi [None req-415b398d-1229-4ba3-92cd-ccd8ca6736e5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 195/388] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:04:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:04:47.258 7 INFO cinder.api.openstack.wsgi [None req-44052af0-47f8-456a-8f7e-5e29201389ca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:04:47.263 7 INFO cinder.volume.api [None req-44052af0-47f8-456a-8f7e-5e29201389ca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:04:47.264 7 INFO cinder.api.openstack.wsgi [None req-44052af0-47f8-456a-8f7e-5e29201389ca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 194/389] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:04:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:04:47.275 8 INFO cinder.api.openstack.wsgi [None req-5a66d7e2-fdfe-41f8-9511-20337a9bab2a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:04:47.780 8 INFO cinder.api.openstack.wsgi [None req-5a66d7e2-fdfe-41f8-9511-20337a9bab2a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 196/390] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:04:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:04:47.790 7 INFO cinder.api.openstack.wsgi [None req-56c115e4-d3de-4906-8d3a-a5efd70030a6 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:04:47.798 7 INFO cinder.volume.api [None req-56c115e4-d3de-4906-8d3a-a5efd70030a6 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:04:47.800 7 INFO cinder.api.openstack.wsgi [None req-56c115e4-d3de-4906-8d3a-a5efd70030a6 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 195/391] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:04:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:04:47.811 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:04:47.828 8 INFO cinder.volume.api [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:04:47.831 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 197/392] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:04:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:04:47.840 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:04:47.846 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 196/393] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:04:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:04:52.936 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:52.936 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:04:52.937 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:04:52.937 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:02.936 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:02.936 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:02.937 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:02.937 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:12.935 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:12.935 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:12.936 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:12.937 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:22.937 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:22.938 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:22.938 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:22.939 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:32.935 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:32.936 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:32.936 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:32.937 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:42.936 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:42.936 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:42.937 7 INFO cinder.api.openstack.wsgi [None req-97be8baf-27cc-4825-971d-02ab8b4ef89f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:42.937 8 INFO cinder.api.openstack.wsgi [None req-4a3e2fee-66e2-45ff-a0cd-f398772e3191 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:47.055 7 INFO cinder.api.openstack.wsgi [None req-89ecd6d8-a487-465b-9aee-3d04fc52e2e1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:05:47.592 7 INFO cinder.api.openstack.wsgi [None req-89ecd6d8-a487-465b-9aee-3d04fc52e2e1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 203/406] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:05:46 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 597 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:05:47.603 8 INFO cinder.api.openstack.wsgi [None req-e6e329f2-d44b-4850-b751-6b54ebb9ba7e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:05:47.612 8 INFO cinder.volume.api [None req-e6e329f2-d44b-4850-b751-6b54ebb9ba7e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:05:47.614 8 INFO cinder.api.openstack.wsgi [None req-e6e329f2-d44b-4850-b751-6b54ebb9ba7e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 204/407] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:05:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:05:47.658 7 INFO cinder.api.openstack.wsgi [None req-b418d452-2de9-4668-accc-c26be94d7b8d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:05:47.678 7 INFO cinder.api.openstack.wsgi [None req-b418d452-2de9-4668-accc-c26be94d7b8d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 204/408] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:05:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:05:47.688 8 INFO cinder.api.openstack.wsgi [None req-004108a9-70c8-47cb-a8f6-900eda739358 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:05:47.706 8 INFO cinder.api.openstack.wsgi [None req-004108a9-70c8-47cb-a8f6-900eda739358 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 205/409] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:05:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:05:47.717 7 INFO cinder.api.openstack.wsgi [None req-d7a4c34a-0dc2-476b-b34d-692403561999 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:05:47.734 7 INFO cinder.api.openstack.wsgi [None req-d7a4c34a-0dc2-476b-b34d-692403561999 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 205/410] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:05:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:05:47.744 8 INFO cinder.api.openstack.wsgi [None req-b4065776-cb92-4c04-a699-63e33baf069e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:05:47.752 8 INFO cinder.volume.api [None req-b4065776-cb92-4c04-a699-63e33baf069e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:05:47.753 8 INFO cinder.api.openstack.wsgi [None req-b4065776-cb92-4c04-a699-63e33baf069e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 206/411] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:05:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:05:47.760 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:05:47.765 7 INFO cinder.volume.api [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:05:47.765 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 206/412] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:05:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:05:47.775 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:05:47.780 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 207/413] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:05:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:05:52.936 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:52.937 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:05:52.937 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:05:52.938 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:02.936 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:02.936 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:02.937 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:02.938 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:12.936 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:12.936 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:12.937 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:12.937 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:22.936 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:22.936 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:22.937 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:22.937 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:32.936 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:32.936 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:32.937 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:32.937 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:42.936 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:42.936 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:42.937 7 INFO cinder.api.openstack.wsgi [None req-dbabed69-ab43-421d-8740-1b603e2176e0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:42.937 8 INFO cinder.api.openstack.wsgi [None req-0ea4e4e0-6ad8-473d-9e00-6a4767e8c133 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:47.067 7 INFO cinder.api.openstack.wsgi [None req-e7227561-3bdc-463e-a01d-73d53a2aecc3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:06:47.082 7 INFO cinder.volume.api [None req-e7227561-3bdc-463e-a01d-73d53a2aecc3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:06:47.085 7 INFO cinder.api.openstack.wsgi [None req-e7227561-3bdc-463e-a01d-73d53a2aecc3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 213/426] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:06:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 73 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:06:47.129 8 INFO cinder.api.openstack.wsgi [None req-bbba719d-1f8e-4bf2-ae31-29ed481fda67 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:06:47.148 8 INFO cinder.api.openstack.wsgi [None req-bbba719d-1f8e-4bf2-ae31-29ed481fda67 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 214/427] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:06:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:06:47.161 7 INFO cinder.api.openstack.wsgi [None req-458a2513-9239-454c-82cf-80f24871714d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:06:47.187 7 INFO cinder.api.openstack.wsgi [None req-458a2513-9239-454c-82cf-80f24871714d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 214/428] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:06:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:06:47.196 8 INFO cinder.api.openstack.wsgi [None req-fbbffac7-6d4b-4573-8487-a04b59b15227 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:06:47.217 8 INFO cinder.api.openstack.wsgi [None req-fbbffac7-6d4b-4573-8487-a04b59b15227 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 215/429] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:06:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:06:47.228 7 INFO cinder.api.openstack.wsgi [None req-ea16d8e3-ca4c-4360-951b-75d9fb0e1a04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:06:47.732 7 INFO cinder.api.openstack.wsgi [None req-ea16d8e3-ca4c-4360-951b-75d9fb0e1a04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 215/430] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:06:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:06:47.746 8 INFO cinder.api.openstack.wsgi [None req-c98745c1-efc2-44a1-bd93-9cd1b4e193f4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:06:47.765 8 INFO cinder.volume.api [None req-c98745c1-efc2-44a1-bd93-9cd1b4e193f4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:06:47.766 8 INFO cinder.api.openstack.wsgi [None req-c98745c1-efc2-44a1-bd93-9cd1b4e193f4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 216/431] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:06:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:06:47.777 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:06:47.782 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 216/432] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:06:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:06:47.792 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:06:47.802 8 INFO cinder.volume.api [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:06:47.806 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 217/433] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:06:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:06:52.935 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:52.936 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:06:52.937 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:06:52.937 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:02.936 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:02.936 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:02.937 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:02.938 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:12.936 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:12.936 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:12.937 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:12.937 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:22.936 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:22.936 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:22.937 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:22.937 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:32.936 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:32.937 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:32.937 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:32.939 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:42.936 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:42.937 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:42.938 8 INFO cinder.api.openstack.wsgi [None req-7417ce6e-d347-44c1-ac94-4e0ed6c54bd7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:42.939 7 INFO cinder.api.openstack.wsgi [None req-35f007d7-eda5-40d0-889b-d5af70b3ecf3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:47.050 8 INFO cinder.api.openstack.wsgi [None req-d056d184-6ee6-45e8-adb6-20cfb4919072 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:07:47.058 8 INFO cinder.volume.api [None req-d056d184-6ee6-45e8-adb6-20cfb4919072 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:07:47.058 8 INFO cinder.api.openstack.wsgi [None req-d056d184-6ee6-45e8-adb6-20cfb4919072 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 224/446] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:07:46 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 73 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:07:47.089 7 INFO cinder.api.openstack.wsgi [None req-b37eefb1-7b1f-4876-87af-a89603d2eb55 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:07:47.100 7 INFO cinder.api.openstack.wsgi [None req-b37eefb1-7b1f-4876-87af-a89603d2eb55 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 223/447] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:07:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:07:47.108 8 INFO cinder.api.openstack.wsgi [None req-1fb076fc-8428-47fc-955e-cf9c3ee1c891 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:07:47.118 8 INFO cinder.volume.api [None req-1fb076fc-8428-47fc-955e-cf9c3ee1c891 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:07:47.120 8 INFO cinder.api.openstack.wsgi [None req-1fb076fc-8428-47fc-955e-cf9c3ee1c891 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 225/448] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:07:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:07:47.134 7 INFO cinder.api.openstack.wsgi [None req-86e552ad-af52-4342-bb9b-7b1a080370e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:07:47.639 7 INFO cinder.api.openstack.wsgi [None req-86e552ad-af52-4342-bb9b-7b1a080370e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 224/449] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:07:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 516 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:07:47.679 8 INFO cinder.api.openstack.wsgi [None req-aceaf807-18b3-4cd5-a519-f3f39d828067 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:07:47.698 8 INFO cinder.api.openstack.wsgi [None req-aceaf807-18b3-4cd5-a519-f3f39d828067 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 226/450] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:07:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:07:47.713 7 INFO cinder.api.openstack.wsgi [None req-c5bb9a18-e2e8-48b9-b0a2-c44059f956e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:07:47.735 7 INFO cinder.api.openstack.wsgi [None req-c5bb9a18-e2e8-48b9-b0a2-c44059f956e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 225/451] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:07:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:07:47.745 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:07:47.769 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 227/452] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:07:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:07:47.782 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:07:47.796 7 INFO cinder.volume.api [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:07:47.798 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 226/453] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:07:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:07:52.936 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:52.936 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:07:52.937 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:07:52.938 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:02.937 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:02.937 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:02.938 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:02.938 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:12.936 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:12.936 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:12.937 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:12.938 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:22.936 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:22.936 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:22.937 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:22.937 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:32.936 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:32.936 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:32.937 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:32.937 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:42.938 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:42.939 7 INFO cinder.api.openstack.wsgi [None req-bfb4da8c-91f1-4325-8c06-8057c4c2335b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:42.939 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:42.940 8 INFO cinder.api.openstack.wsgi [None req-06164d48-69aa-4d7d-ac1c-a892be5c0abd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:47.141 7 INFO cinder.api.openstack.wsgi [None req-5bd54440-7554-4ef3-9cfc-676a2e7e8970 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:08:47.155 7 INFO cinder.volume.api [None req-5bd54440-7554-4ef3-9cfc-676a2e7e8970 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:08:47.158 7 INFO cinder.api.openstack.wsgi [None req-5bd54440-7554-4ef3-9cfc-676a2e7e8970 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 233/466] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:08:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 66 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:08:47.170 8 INFO cinder.api.openstack.wsgi [None req-88417d93-0acb-46a6-bc9e-5e7b5195c7fc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:08:47.185 8 INFO cinder.volume.api [None req-88417d93-0acb-46a6-bc9e-5e7b5195c7fc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:08:47.185 8 INFO cinder.api.openstack.wsgi [None req-88417d93-0acb-46a6-bc9e-5e7b5195c7fc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 234/467] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:08:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:08:47.227 7 INFO cinder.api.openstack.wsgi [None req-ebeb8eaf-9b9d-451a-b411-e07d3249dd7c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:08:47.253 7 INFO cinder.api.openstack.wsgi [None req-ebeb8eaf-9b9d-451a-b411-e07d3249dd7c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 234/468] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:08:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:08:47.265 8 INFO cinder.api.openstack.wsgi [None req-8638db3b-c413-4276-885b-2344586f3dd3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:08:47.293 8 INFO cinder.api.openstack.wsgi [None req-8638db3b-c413-4276-885b-2344586f3dd3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 235/469] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:08:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:08:47.308 7 INFO cinder.api.openstack.wsgi [None req-45a8644d-a396-46bc-8c9a-b90ca9500ddf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:08:47.326 7 INFO cinder.api.openstack.wsgi [None req-45a8644d-a396-46bc-8c9a-b90ca9500ddf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 235/470] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:08:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:08:47.335 8 INFO cinder.api.openstack.wsgi [None req-918b79d3-0565-401a-998c-75758c1a8427 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:08:47.351 8 INFO cinder.api.openstack.wsgi [None req-918b79d3-0565-401a-998c-75758c1a8427 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 236/471] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:08:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:08:47.364 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:08:47.868 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 236/472] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:08:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:08:47.883 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:08:47.892 8 INFO cinder.volume.api [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:08:47.893 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 237/473] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:08:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:08:52.936 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:52.936 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:08:52.937 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:08:52.937 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:02.936 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:02.936 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:02.937 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:02.937 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:12.937 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:12.937 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:12.938 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:12.938 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:22.936 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:22.936 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:22.937 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:22.937 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:32.936 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:32.937 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:32.937 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:32.938 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:42.936 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:42.937 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:42.937 8 INFO cinder.api.openstack.wsgi [None req-034682fc-d92c-49c9-bea8-07cea82f6230 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:42.938 7 INFO cinder.api.openstack.wsgi [None req-ff9f8f1d-536e-42a0-8c90-161a4f3db3f8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:47.106 8 INFO cinder.api.openstack.wsgi [None req-a21d8b54-2f17-4b65-b10d-24ca45e7d8d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:09:47.113 8 INFO cinder.volume.api [None req-a21d8b54-2f17-4b65-b10d-24ca45e7d8d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:09:47.113 8 INFO cinder.api.openstack.wsgi [None req-a21d8b54-2f17-4b65-b10d-24ca45e7d8d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 244/486] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:09:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:09:47.129 7 INFO cinder.api.openstack.wsgi [None req-ced82c80-17d3-424d-82dd-3f75ef607792 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:09:47.633 7 INFO cinder.api.openstack.wsgi [None req-ced82c80-17d3-424d-82dd-3f75ef607792 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 243/487] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:09:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:09:47.646 8 INFO cinder.api.openstack.wsgi [None req-2240c88a-0f60-4663-a5a3-e9629df7fa66 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:09:47.651 8 INFO cinder.api.openstack.wsgi [None req-2240c88a-0f60-4663-a5a3-e9629df7fa66 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 245/488] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:09:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:09:47.665 7 INFO cinder.api.openstack.wsgi [None req-cc232d70-5d78-4f3f-8436-b6fe366da740 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:09:47.675 7 INFO cinder.volume.api [None req-cc232d70-5d78-4f3f-8436-b6fe366da740 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:09:47.678 7 INFO cinder.api.openstack.wsgi [None req-cc232d70-5d78-4f3f-8436-b6fe366da740 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 244/489] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:09:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:09:47.719 8 INFO cinder.api.openstack.wsgi [None req-63c67a58-2e1f-4f57-be84-f4e9ab7b1994 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:09:47.736 8 INFO cinder.api.openstack.wsgi [None req-63c67a58-2e1f-4f57-be84-f4e9ab7b1994 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 246/490] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:09:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:09:47.744 7 INFO cinder.api.openstack.wsgi [None req-30506f86-8f92-4445-862c-aa43276fe23a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:09:47.762 7 INFO cinder.api.openstack.wsgi [None req-30506f86-8f92-4445-862c-aa43276fe23a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 245/491] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:09:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:09:47.775 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:09:47.791 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 247/492] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:09:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:09:47.803 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:09:47.814 7 INFO cinder.volume.api [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:09:47.816 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 246/493] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:09:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:09:52.936 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:52.936 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:09:52.937 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:09:52.937 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:02.936 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:02.936 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:02.937 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:02.937 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:12.936 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:12.937 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:12.936 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:12.938 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:22.935 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:22.936 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:22.936 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:22.937 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:32.936 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:32.936 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:32.937 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:32.937 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:42.936 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:42.936 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:42.937 8 INFO cinder.api.openstack.wsgi [None req-3633c7d6-32ca-487e-8962-c43dfc93f265 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:42.938 7 INFO cinder.api.openstack.wsgi [None req-ae05cc7f-2db8-4c08-a352-7c494eb605b8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:47.019 8 INFO cinder.api.openstack.wsgi [None req-149f3d95-0398-49df-8965-b753c4b831f3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:10:47.024 8 INFO cinder.volume.api [None req-149f3d95-0398-49df-8965-b753c4b831f3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:10:47.024 8 INFO cinder.api.openstack.wsgi [None req-149f3d95-0398-49df-8965-b753c4b831f3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 254/506] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:10:46 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:10:47.071 7 INFO cinder.api.openstack.wsgi [None req-0cbbce8d-876a-406d-b4b3-c33d40c02e78 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:10:47.094 7 INFO cinder.api.openstack.wsgi [None req-0cbbce8d-876a-406d-b4b3-c33d40c02e78 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 253/507] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:10:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:10:47.103 8 INFO cinder.api.openstack.wsgi [None req-af3880f7-c20c-4d27-9d99-db6957baa4db e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:10:47.121 8 INFO cinder.api.openstack.wsgi [None req-af3880f7-c20c-4d27-9d99-db6957baa4db e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 255/508] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:10:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:10:47.131 7 INFO cinder.api.openstack.wsgi [None req-adba7f77-009f-42ed-bbb9-59fd3968915d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:10:47.150 7 INFO cinder.api.openstack.wsgi [None req-adba7f77-009f-42ed-bbb9-59fd3968915d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 254/509] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:10:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:10:47.162 8 INFO cinder.api.openstack.wsgi [None req-44b358ef-c212-4da4-b0e2-148ddaa62834 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:10:47.170 8 INFO cinder.volume.api [None req-44b358ef-c212-4da4-b0e2-148ddaa62834 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:10:47.172 8 INFO cinder.api.openstack.wsgi [None req-44b358ef-c212-4da4-b0e2-148ddaa62834 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 256/510] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:10:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:10:47.182 7 INFO cinder.api.openstack.wsgi [None req-7183878a-67e0-435e-b4d6-e96c3f8626c8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:10:47.187 7 INFO cinder.api.openstack.wsgi [None req-7183878a-67e0-435e-b4d6-e96c3f8626c8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 255/511] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:10:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:10:47.197 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:10:47.204 8 INFO cinder.volume.api [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:10:47.206 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 257/512] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:10:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:10:47.217 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:10:47.720 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 256/513] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:10:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:10:52.935 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:52.935 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:10:52.936 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:10:52.936 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:02.935 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:02.935 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:02.937 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:02.937 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:12.936 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:12.936 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:12.937 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:12.937 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:22.936 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:22.936 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:22.937 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:22.938 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:32.936 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:32.936 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:32.937 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:32.937 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:42.936 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:42.937 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:42.938 8 INFO cinder.api.openstack.wsgi [None req-57d91863-6088-4f05-89f6-e70d50bdf514 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:42.938 7 INFO cinder.api.openstack.wsgi [None req-92fe50bf-6363-4e64-9148-eb6997c47250 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:47.404 8 INFO cinder.api.openstack.wsgi [None req-fc57fcc8-1d8e-4554-ae3d-117a03a3299d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:11:47.427 8 INFO cinder.api.openstack.wsgi [None req-fc57fcc8-1d8e-4554-ae3d-117a03a3299d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 264/526] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:11:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 226 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:11:47.445 7 INFO cinder.api.openstack.wsgi [None req-bad54485-7429-4bde-9bfb-80cf3c583fbf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:11:47.496 7 INFO cinder.api.openstack.wsgi [None req-bad54485-7429-4bde-9bfb-80cf3c583fbf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 263/527] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:11:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:11:47.506 8 INFO cinder.api.openstack.wsgi [None req-e940a9ce-09f7-40de-b16c-cdf993ffba51 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:11:47.530 8 INFO cinder.api.openstack.wsgi [None req-e940a9ce-09f7-40de-b16c-cdf993ffba51 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 265/528] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:11:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:11:47.538 7 INFO cinder.api.openstack.wsgi [None req-d227c11f-b89a-4e8f-a747-be44ffbedf74 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:11:47.542 7 INFO cinder.api.openstack.wsgi [None req-d227c11f-b89a-4e8f-a747-be44ffbedf74 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 264/529] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:11:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:11:47.551 8 INFO cinder.api.openstack.wsgi [None req-a916dbaa-443d-415a-b44c-7a0d90929104 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:11:47.567 8 INFO cinder.volume.api [None req-a916dbaa-443d-415a-b44c-7a0d90929104 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:11:47.569 8 INFO cinder.api.openstack.wsgi [None req-a916dbaa-443d-415a-b44c-7a0d90929104 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 266/530] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:11:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:11:47.578 7 INFO cinder.api.openstack.wsgi [None req-76060714-c366-4eaa-953a-c5a5c7dc12a5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:11:47.583 7 INFO cinder.volume.api [None req-76060714-c366-4eaa-953a-c5a5c7dc12a5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:11:47.583 7 INFO cinder.api.openstack.wsgi [None req-76060714-c366-4eaa-953a-c5a5c7dc12a5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 265/531] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:11:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:11:47.592 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:11:47.606 8 INFO cinder.volume.api [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:11:47.608 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 267/532] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:11:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:11:47.620 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:11:48.123 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 266/533] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:11:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:11:52.935 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:52.935 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:11:52.937 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:11:52.937 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:02.936 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:02.936 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:02.937 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:02.937 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:12.935 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:12.936 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:12.936 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:12.937 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:22.936 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:22.936 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:22.938 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:22.938 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:32.936 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:32.936 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:32.938 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:32.938 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:42.936 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:42.937 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:42.937 8 INFO cinder.api.openstack.wsgi [None req-45e3bd6f-0df9-4c30-925a-daf1e32ae7d2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:42.938 7 INFO cinder.api.openstack.wsgi [None req-5de1d884-596a-47fb-83fc-181c7790cb44 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:47.092 8 INFO cinder.api.openstack.wsgi [None req-63d6db29-da8a-4f51-a3c7-e508f5b7b9b5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:12:47.119 8 INFO cinder.api.openstack.wsgi [None req-63d6db29-da8a-4f51-a3c7-e508f5b7b9b5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 274/546] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:12:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 104 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:12:47.136 7 INFO cinder.api.openstack.wsgi [None req-2f87c8d5-82f6-47cd-aaef-cfc91780fd6a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:12:47.162 7 INFO cinder.api.openstack.wsgi [None req-2f87c8d5-82f6-47cd-aaef-cfc91780fd6a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 273/547] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:12:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:12:47.172 8 INFO cinder.api.openstack.wsgi [None req-3afc2527-05ea-4fe1-87a5-f8869a099a5d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:12:47.193 8 INFO cinder.api.openstack.wsgi [None req-3afc2527-05ea-4fe1-87a5-f8869a099a5d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 275/548] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:12:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:12:47.203 7 INFO cinder.api.openstack.wsgi [None req-0cd5294c-c0e4-4948-a2d5-9de0cf284d59 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:12:47.209 7 INFO cinder.api.openstack.wsgi [None req-0cd5294c-c0e4-4948-a2d5-9de0cf284d59 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 274/549] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:12:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:12:47.223 8 INFO cinder.api.openstack.wsgi [None req-9e0ebe69-cea0-45d2-a069-c4147ed50348 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:12:47.726 8 INFO cinder.api.openstack.wsgi [None req-9e0ebe69-cea0-45d2-a069-c4147ed50348 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 276/550] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:12:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 515 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:12:47.738 7 INFO cinder.api.openstack.wsgi [None req-478dda07-685f-423c-9e7c-18813253fe5a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:12:47.748 7 INFO cinder.volume.api [None req-478dda07-685f-423c-9e7c-18813253fe5a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:12:47.749 7 INFO cinder.api.openstack.wsgi [None req-478dda07-685f-423c-9e7c-18813253fe5a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 275/551] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:12:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:12:47.759 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:12:47.770 8 INFO cinder.volume.api [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:12:47.773 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 277/552] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:12:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:12:47.783 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:12:47.788 7 INFO cinder.volume.api [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:12:47.789 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 276/553] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:12:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:12:52.937 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:52.938 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:12:52.937 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:12:52.939 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:02.935 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:02.935 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:02.937 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:02.937 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:12.936 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:12.936 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:12.937 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:12.937 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:22.936 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:22.937 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:22.937 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:22.938 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:32.936 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:32.936 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:32.936 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:32.938 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:42.936 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:42.936 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:42.937 7 INFO cinder.api.openstack.wsgi [None req-0154d55b-2eec-42d8-b773-00d8b3147267 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:42.937 8 INFO cinder.api.openstack.wsgi [None req-574d72bb-a8ba-4cf8-aa90-f89706af88b2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:47.084 7 INFO cinder.api.openstack.wsgi [None req-e24133d6-509a-4f82-bfec-9654996a1778 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:13:47.094 7 INFO cinder.volume.api [None req-e24133d6-509a-4f82-bfec-9654996a1778 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:13:47.096 7 INFO cinder.api.openstack.wsgi [None req-e24133d6-509a-4f82-bfec-9654996a1778 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 283/566] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:13:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:13:47.111 8 INFO cinder.api.openstack.wsgi [None req-4b3a744c-77a1-4f2a-9075-3d37bf9f3f9a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:13:47.120 8 INFO cinder.api.openstack.wsgi [None req-4b3a744c-77a1-4f2a-9075-3d37bf9f3f9a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 284/567] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:13:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:13:47.131 7 INFO cinder.api.openstack.wsgi [None req-4650da7c-f2ea-476a-adbf-cf32b00ae62c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:13:47.138 7 INFO cinder.volume.api [None req-4650da7c-f2ea-476a-adbf-cf32b00ae62c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:13:47.138 7 INFO cinder.api.openstack.wsgi [None req-4650da7c-f2ea-476a-adbf-cf32b00ae62c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 284/568] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:13:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:13:47.151 8 INFO cinder.api.openstack.wsgi [None req-bf9c28a9-dafe-4c96-a423-966309b89f80 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:13:47.655 8 INFO cinder.api.openstack.wsgi [None req-bf9c28a9-dafe-4c96-a423-966309b89f80 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 285/569] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:13:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 516 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:13:47.667 7 INFO cinder.api.openstack.wsgi [None req-e20a05e9-9993-4f19-9efc-0c44b0bd4143 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:13:47.677 7 INFO cinder.volume.api [None req-e20a05e9-9993-4f19-9efc-0c44b0bd4143 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:13:47.679 7 INFO cinder.api.openstack.wsgi [None req-e20a05e9-9993-4f19-9efc-0c44b0bd4143 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 285/570] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:13:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:13:47.709 8 INFO cinder.api.openstack.wsgi [None req-d4d7b072-076a-4466-8de9-44d1cfef5611 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:13:47.742 8 INFO cinder.api.openstack.wsgi [None req-d4d7b072-076a-4466-8de9-44d1cfef5611 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 286/571] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:13:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:13:47.754 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:13:47.774 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 286/572] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:13:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:13:47.785 8 INFO cinder.api.openstack.wsgi [None req-fe8b0f74-afb0-4772-9ea4-fc919be87390 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:13:47.805 8 INFO cinder.api.openstack.wsgi [None req-fe8b0f74-afb0-4772-9ea4-fc919be87390 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 287/573] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:13:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:13:52.935 8 INFO cinder.api.openstack.wsgi [None req-fe8b0f74-afb0-4772-9ea4-fc919be87390 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:52.935 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:13:52.936 8 INFO cinder.api.openstack.wsgi [None req-fe8b0f74-afb0-4772-9ea4-fc919be87390 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:13:52.937 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:02.936 8 INFO cinder.api.openstack.wsgi [None req-fe8b0f74-afb0-4772-9ea4-fc919be87390 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:02.936 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:02.936 8 INFO cinder.api.openstack.wsgi [None req-fe8b0f74-afb0-4772-9ea4-fc919be87390 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:02.937 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:06.863 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=False 2026-02-25 07:14:06.878 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 290/578] 199.204.45.209 () {44 vars in 1068 bytes} [Wed Feb 25 07:14:06 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=False => generated 338 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:14:12.936 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:12.936 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:12.937 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:12.938 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:22.936 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:22.936 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:22.937 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:22.938 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:32.936 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:32.936 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:32.937 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:32.937 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:42.935 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:42.936 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:42.936 8 INFO cinder.api.openstack.wsgi [None req-b1f4a608-373c-4aea-8ea8-375816396d49 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:42.937 7 INFO cinder.api.openstack.wsgi [None req-96a87d06-4113-4c15-bbe5-35f0a15bba5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:47.181 8 INFO cinder.api.openstack.wsgi [None req-a152fd43-418d-42f8-ab12-f74491fdf08c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:14:47.191 8 INFO cinder.volume.api [None req-a152fd43-418d-42f8-ab12-f74491fdf08c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:14:47.194 8 INFO cinder.api.openstack.wsgi [None req-a152fd43-418d-42f8-ab12-f74491fdf08c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 295/587] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:14:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:14:47.211 7 INFO cinder.api.openstack.wsgi [None req-ff6c59b6-4280-4203-8f04-d77781c84e53 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:14:47.714 7 INFO cinder.api.openstack.wsgi [None req-ff6c59b6-4280-4203-8f04-d77781c84e53 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 293/588] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:14:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:14:47.755 8 INFO cinder.api.openstack.wsgi [None req-f38fe0e8-36cb-4d06-a3b3-699073c44c62 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:14:47.777 8 INFO cinder.api.openstack.wsgi [None req-f38fe0e8-36cb-4d06-a3b3-699073c44c62 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 296/589] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:14:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:14:47.788 7 INFO cinder.api.openstack.wsgi [None req-b9bff397-b11c-46eb-9514-b8300b5afc3d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:14:47.822 7 INFO cinder.api.openstack.wsgi [None req-b9bff397-b11c-46eb-9514-b8300b5afc3d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 294/590] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:14:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:14:47.835 8 INFO cinder.api.openstack.wsgi [None req-5d7641a5-e740-4e94-ac11-2ce019767167 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:14:47.854 8 INFO cinder.api.openstack.wsgi [None req-5d7641a5-e740-4e94-ac11-2ce019767167 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 297/591] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:14:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:14:47.865 7 INFO cinder.api.openstack.wsgi [None req-849eb0b1-a13e-478a-bf57-369897f50774 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:14:47.871 7 INFO cinder.volume.api [None req-849eb0b1-a13e-478a-bf57-369897f50774 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:14:47.871 7 INFO cinder.api.openstack.wsgi [None req-849eb0b1-a13e-478a-bf57-369897f50774 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 295/592] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:14:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:14:47.884 8 INFO cinder.api.openstack.wsgi [None req-a5b4119c-64be-43de-9665-bdec1496105d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:14:47.891 8 INFO cinder.volume.api [None req-a5b4119c-64be-43de-9665-bdec1496105d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:14:47.893 8 INFO cinder.api.openstack.wsgi [None req-a5b4119c-64be-43de-9665-bdec1496105d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 298/593] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:14:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:14:47.904 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:14:47.910 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 296/594] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:14:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:14:52.936 8 INFO cinder.api.openstack.wsgi [None req-a5b4119c-64be-43de-9665-bdec1496105d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:52.936 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:14:52.937 8 INFO cinder.api.openstack.wsgi [None req-a5b4119c-64be-43de-9665-bdec1496105d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:14:52.937 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:02.936 8 INFO cinder.api.openstack.wsgi [None req-a5b4119c-64be-43de-9665-bdec1496105d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:02.936 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:02.937 8 INFO cinder.api.openstack.wsgi [None req-a5b4119c-64be-43de-9665-bdec1496105d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:02.937 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:06.613 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=False 2026-02-25 07:15:06.627 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] https://volume.199-204-45-209.nip.io/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 301/599] 199.204.45.209 () {44 vars in 1068 bytes} [Wed Feb 25 07:15:06 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=False => generated 338 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:15:12.935 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:12.936 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:12.937 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:12.937 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:22.936 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:22.937 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:22.938 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:22.938 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:32.936 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:32.936 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:32.937 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:32.937 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:42.936 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:42.936 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:42.937 7 INFO cinder.api.openstack.wsgi [None req-53bbc007-676d-4ca7-8da2-417dbc92a0b0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:42.937 8 INFO cinder.api.openstack.wsgi [None req-f6474ae2-23c3-45eb-b6af-647b1376c1e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:47.218 8 INFO cinder.api.openstack.wsgi [None req-392a4c1c-5587-4b85-b74a-2535b83712d9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:15:47.265 8 INFO cinder.api.openstack.wsgi [None req-392a4c1c-5587-4b85-b74a-2535b83712d9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 306/608] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:15:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 86 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:15:47.278 7 INFO cinder.api.openstack.wsgi [None req-ebda725b-9734-4165-8475-039961359786 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:15:47.305 7 INFO cinder.api.openstack.wsgi [None req-ebda725b-9734-4165-8475-039961359786 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 303/609] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:15:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:15:47.320 8 INFO cinder.api.openstack.wsgi [None req-15066a1e-e3c5-4162-b93b-6e396ec33121 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:15:47.340 8 INFO cinder.api.openstack.wsgi [None req-15066a1e-e3c5-4162-b93b-6e396ec33121 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 307/610] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:15:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:15:47.356 7 INFO cinder.api.openstack.wsgi [None req-0fe958f4-5c92-469b-9d73-9d513e4b0f57 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:15:47.362 7 INFO cinder.api.openstack.wsgi [None req-0fe958f4-5c92-469b-9d73-9d513e4b0f57 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 304/611] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:15:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:15:47.373 8 INFO cinder.api.openstack.wsgi [None req-c268e849-052c-4db3-9671-a94b0bb6247e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:15:47.388 8 INFO cinder.volume.api [None req-c268e849-052c-4db3-9671-a94b0bb6247e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:15:47.394 8 INFO cinder.api.openstack.wsgi [None req-c268e849-052c-4db3-9671-a94b0bb6247e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 308/612] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:15:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:15:47.406 7 INFO cinder.api.openstack.wsgi [None req-9791fea4-7c42-4d57-bcf9-fc70731c48a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:15:47.909 7 INFO cinder.api.openstack.wsgi [None req-9791fea4-7c42-4d57-bcf9-fc70731c48a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 305/613] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:15:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:15:47.922 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:15:47.927 8 INFO cinder.volume.api [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:15:47.927 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 309/614] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:15:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:15:47.936 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:15:47.957 7 INFO cinder.volume.api [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:15:47.960 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 306/615] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:15:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:15:52.936 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:52.936 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:15:52.937 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:15:52.937 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:02.936 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:02.936 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:02.937 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:02.937 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:12.936 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:12.936 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:12.937 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:12.937 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:22.936 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:22.936 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:22.937 8 INFO cinder.api.openstack.wsgi [None req-1575c4c1-27bd-48b9-9484-affd2970e3a1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:22.937 7 INFO cinder.api.openstack.wsgi [None req-553dc12b-63d4-4f00-ab9c-1517ab435509 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:30.886 8 INFO cinder.api.openstack.wsgi [None req-a2155168-8709-4ebf-8791-429fd06151ad e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots 2026-02-25 07:16:30.900 8 INFO cinder.volume.api [None req-a2155168-8709-4ebf-8791-429fd06151ad e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:16:30.901 8 INFO cinder.api.openstack.wsgi [None req-a2155168-8709-4ebf-8791-429fd06151ad e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots returned with HTTP 200 [pid: 8|app: 0|req: 314/624] 10.0.0.58 () {32 vars in 704 bytes} [Wed Feb 25 07:16:30 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots => generated 17 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:16:30.915 7 INFO cinder.api.openstack.wsgi [None req-9f3f0ada-b4a9-44c9-bf55-44aa68437e53 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes 2026-02-25 07:16:30.984 7 INFO cinder.volume.api [None req-9f3f0ada-b4a9-44c9-bf55-44aa68437e53 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:16:30.984 7 INFO cinder.api.openstack.wsgi [None req-9f3f0ada-b4a9-44c9-bf55-44aa68437e53 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes returned with HTTP 200 [pid: 7|app: 0|req: 311/625] 10.0.0.58 () {32 vars in 700 bytes} [Wed Feb 25 07:16:30 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes => generated 15 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:16:32.936 8 INFO cinder.api.openstack.wsgi [None req-a2155168-8709-4ebf-8791-429fd06151ad e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:32.936 7 INFO cinder.api.openstack.wsgi [None req-9f3f0ada-b4a9-44c9-bf55-44aa68437e53 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:32.937 8 INFO cinder.api.openstack.wsgi [None req-a2155168-8709-4ebf-8791-429fd06151ad e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:32.938 7 INFO cinder.api.openstack.wsgi [None req-9f3f0ada-b4a9-44c9-bf55-44aa68437e53 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:42.936 8 INFO cinder.api.openstack.wsgi [None req-a2155168-8709-4ebf-8791-429fd06151ad e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:42.936 7 INFO cinder.api.openstack.wsgi [None req-9f3f0ada-b4a9-44c9-bf55-44aa68437e53 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:42.937 7 INFO cinder.api.openstack.wsgi [None req-9f3f0ada-b4a9-44c9-bf55-44aa68437e53 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:42.937 8 INFO cinder.api.openstack.wsgi [None req-a2155168-8709-4ebf-8791-429fd06151ad e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:47.683 7 INFO cinder.api.openstack.wsgi [None req-9816da5f-d9c6-40d6-8af1-3de1f4434f1b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:16:48.187 7 INFO cinder.api.openstack.wsgi [None req-9816da5f-d9c6-40d6-8af1-3de1f4434f1b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 314/630] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:16:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 823 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:16:48.200 8 INFO cinder.api.openstack.wsgi [None req-10edf61a-4a81-4d30-ae6f-17bd72162901 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:16:48.206 8 INFO cinder.volume.api [None req-10edf61a-4a81-4d30-ae6f-17bd72162901 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:16:48.206 8 INFO cinder.api.openstack.wsgi [None req-10edf61a-4a81-4d30-ae6f-17bd72162901 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 317/631] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:16:48.222 7 INFO cinder.api.openstack.wsgi [None req-7d7e1056-b4c6-4ec0-91d4-b19dd90dc806 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:16:48.231 7 INFO cinder.volume.api [None req-7d7e1056-b4c6-4ec0-91d4-b19dd90dc806 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:16:48.232 7 INFO cinder.api.openstack.wsgi [None req-7d7e1056-b4c6-4ec0-91d4-b19dd90dc806 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 315/632] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:16:48.240 8 INFO cinder.api.openstack.wsgi [None req-9e644d4e-852f-4da9-a16f-901876a52d77 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:16:48.249 8 INFO cinder.volume.api [None req-9e644d4e-852f-4da9-a16f-901876a52d77 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:16:48.250 8 INFO cinder.api.openstack.wsgi [None req-9e644d4e-852f-4da9-a16f-901876a52d77 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 318/633] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:16:48.292 7 INFO cinder.api.openstack.wsgi [None req-7e2c75c2-9f29-4559-80c7-6b69ad1efd3e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/27554d4c126942b8ac64671a77e016e4?usage=true 2026-02-25 07:16:48.315 7 INFO cinder.api.openstack.wsgi [None req-7e2c75c2-9f29-4559-80c7-6b69ad1efd3e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/27554d4c126942b8ac64671a77e016e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 316/634] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/27554d4c126942b8ac64671a77e016e4?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:16:48.329 8 INFO cinder.api.openstack.wsgi [None req-d669ee8a-1e2c-4126-99ab-357575aff527 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/369b15b7cb294cfa8169f635f2b8873e?usage=true 2026-02-25 07:16:48.344 8 INFO cinder.api.openstack.wsgi [None req-d669ee8a-1e2c-4126-99ab-357575aff527 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/369b15b7cb294cfa8169f635f2b8873e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 319/635] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/369b15b7cb294cfa8169f635f2b8873e?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:16:48.354 7 INFO cinder.api.openstack.wsgi [None req-7003f36a-6f1f-4c82-872b-39c94edcd23c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:16:48.371 7 INFO cinder.api.openstack.wsgi [None req-7003f36a-6f1f-4c82-872b-39c94edcd23c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 317/636] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:16:48.387 8 INFO cinder.api.openstack.wsgi [None req-3a8674be-850b-4d7b-80ee-8108e6d8e6ba e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:16:48.412 8 INFO cinder.api.openstack.wsgi [None req-3a8674be-850b-4d7b-80ee-8108e6d8e6ba e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 320/637] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:16:48.423 7 INFO cinder.api.openstack.wsgi [None req-35585a5e-f7ab-4f9b-9493-08eb8f2b7d71 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:16:48.443 7 INFO cinder.api.openstack.wsgi [None req-35585a5e-f7ab-4f9b-9493-08eb8f2b7d71 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 318/638] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:16:48.454 8 INFO cinder.api.openstack.wsgi [None req-2c2017fc-2008-4373-9209-46c82752ad7b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/83a1a09bbc024db284ccfd0d8a78f0d8?usage=true 2026-02-25 07:16:48.473 8 INFO cinder.api.openstack.wsgi [None req-2c2017fc-2008-4373-9209-46c82752ad7b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/83a1a09bbc024db284ccfd0d8a78f0d8?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 321/639] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/83a1a09bbc024db284ccfd0d8a78f0d8?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:16:48.491 7 INFO cinder.api.openstack.wsgi [None req-ff9d8bf0-01c5-4946-ad88-4a34b43291ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/be2e47e4cc3b41a98f1c86b3a5354dbb?usage=true 2026-02-25 07:16:48.514 7 INFO cinder.api.openstack.wsgi [None req-ff9d8bf0-01c5-4946-ad88-4a34b43291ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/be2e47e4cc3b41a98f1c86b3a5354dbb?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 319/640] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/be2e47e4cc3b41a98f1c86b3a5354dbb?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:16:48.531 8 INFO cinder.api.openstack.wsgi [None req-2be4ca41-3c8d-4c92-a8d6-19e2df46c339 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:16:48.536 8 INFO cinder.api.openstack.wsgi [None req-2be4ca41-3c8d-4c92-a8d6-19e2df46c339 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 322/641] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:16:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:16:52.936 7 INFO cinder.api.openstack.wsgi [None req-ff9d8bf0-01c5-4946-ad88-4a34b43291ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:52.937 8 INFO cinder.api.openstack.wsgi [None req-2be4ca41-3c8d-4c92-a8d6-19e2df46c339 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:16:52.938 7 INFO cinder.api.openstack.wsgi [None req-ff9d8bf0-01c5-4946-ad88-4a34b43291ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:16:52.939 8 INFO cinder.api.openstack.wsgi [None req-2be4ca41-3c8d-4c92-a8d6-19e2df46c339 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:17:02.936 8 INFO cinder.api.openstack.wsgi [None req-2be4ca41-3c8d-4c92-a8d6-19e2df46c339 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:02.936 8 INFO cinder.api.openstack.wsgi [None req-2be4ca41-3c8d-4c92-a8d6-19e2df46c339 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:17:02.936 7 INFO cinder.api.openstack.wsgi [None req-ff9d8bf0-01c5-4946-ad88-4a34b43291ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:02.938 7 INFO cinder.api.openstack.wsgi [None req-ff9d8bf0-01c5-4946-ad88-4a34b43291ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:17:03.375 8 INFO cinder.api.openstack.wsgi [None req-a24bae58-e4aa-4bbd-bdb6-23bffdf1ce30 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes 2026-02-25 07:17:04.016 8 INFO cinder.api.v3.volumes [None req-a24bae58-e4aa-4bbd-bdb6-23bffdf1ce30 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Create volume of 1 GB 2026-02-25 07:17:04.028 8 INFO cinder.volume.api [None req-a24bae58-e4aa-4bbd-bdb6-23bffdf1ce30 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Availability Zones retrieved successfully. 2026-02-25 07:17:04.383 8 INFO cinder.volume.api [None req-a24bae58-e4aa-4bbd-bdb6-23bffdf1ce30 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Create volume request issued successfully. 2026-02-25 07:17:04.384 8 INFO cinder.api.openstack.wsgi [None req-a24bae58-e4aa-4bbd-bdb6-23bffdf1ce30 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes returned with HTTP 202 [pid: 8|app: 0|req: 325/646] 10.0.0.58 () {34 vars in 722 bytes} [Wed Feb 25 07:17:03 2026] POST /v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes => generated 865 bytes in 1014 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-02-25 07:17:04.409 7 INFO cinder.api.openstack.wsgi [None req-bd8f7b0e-e501-44a8-b8cf-a1a21d63a57d d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:04.449 7 INFO cinder.volume.api [None req-bd8f7b0e-e501-44a8-b8cf-a1a21d63a57d d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Volume info retrieved successfully. 2026-02-25 07:17:04.457 7 INFO cinder.api.openstack.wsgi [None req-bd8f7b0e-e501-44a8-b8cf-a1a21d63a57d d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac returned with HTTP 200 [pid: 7|app: 0|req: 322/647] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:17:04 2026] GET /v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac => generated 933 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:05.480 8 INFO cinder.api.openstack.wsgi [None req-5ce8900a-935b-4697-ad3b-ce862e62e5e5 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:05.500 8 INFO cinder.volume.api [None req-5ce8900a-935b-4697-ad3b-ce862e62e5e5 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Volume info retrieved successfully. 2026-02-25 07:17:05.508 8 INFO cinder.api.openstack.wsgi [None req-5ce8900a-935b-4697-ad3b-ce862e62e5e5 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac returned with HTTP 200 [pid: 8|app: 0|req: 326/648] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:17:05 2026] GET /v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac => generated 957 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:06.532 7 INFO cinder.api.openstack.wsgi [None req-114d6b9b-e8e1-4b3d-879d-f7e28b657d5b d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:06.564 7 INFO cinder.volume.api [None req-114d6b9b-e8e1-4b3d-879d-f7e28b657d5b d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Volume info retrieved successfully. 2026-02-25 07:17:06.570 7 INFO cinder.api.openstack.wsgi [None req-114d6b9b-e8e1-4b3d-879d-f7e28b657d5b d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac returned with HTTP 200 [pid: 7|app: 0|req: 323/649] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:17:06 2026] GET /v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac => generated 957 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:07.592 8 INFO cinder.api.openstack.wsgi [None req-2a650185-10ea-4824-86b5-8f48667f2e33 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:07.617 8 INFO cinder.volume.api [None req-2a650185-10ea-4824-86b5-8f48667f2e33 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Volume info retrieved successfully. 2026-02-25 07:17:07.624 8 INFO cinder.api.openstack.wsgi [None req-2a650185-10ea-4824-86b5-8f48667f2e33 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac returned with HTTP 200 [pid: 8|app: 0|req: 327/650] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:17:07 2026] GET /v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac => generated 1342 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:07.707 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-df03ee46-aee0-41f2-8d4a-8b97793fcb03 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:07.724 7 INFO cinder.volume.api [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-df03ee46-aee0-41f2-8d4a-8b97793fcb03 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Volume info retrieved successfully. 2026-02-25 07:17:07.729 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-df03ee46-aee0-41f2-8d4a-8b97793fcb03 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac returned with HTTP 200 [pid: 7|app: 0|req: 324/651] 10.0.0.203 () {34 vars in 1028 bytes} [Wed Feb 25 07:17:07 2026] GET /v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac => generated 1342 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:08.208 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-ee87acae-059c-464a-b272-dc8ab8083361 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:08.219 8 INFO cinder.volume.api [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-ee87acae-059c-464a-b272-dc8ab8083361 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Volume info retrieved successfully. 2026-02-25 07:17:08.224 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-ee87acae-059c-464a-b272-dc8ab8083361 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac returned with HTTP 200 [pid: 8|app: 0|req: 328/652] 10.0.0.203 () {34 vars in 1028 bytes} [Wed Feb 25 07:17:08 2026] GET /v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac => generated 1342 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:17:08.234 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-df03ee46-aee0-41f2-8d4a-8b97793fcb03 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:17:08.235 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-df03ee46-aee0-41f2-8d4a-8b97793fcb03 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 325/653] 10.0.0.203 () {32 vars in 829 bytes} [Wed Feb 25 07:17:08 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:08.247 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-ee90a831-5e04-4c5f-a5f6-75a59399ff23 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:08.319 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-ee90a831-5e04-4c5f-a5f6-75a59399ff23 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments returned with HTTP 200 [pid: 8|app: 0|req: 329/654] 10.0.0.203 () {40 vars in 1057 bytes} [Wed Feb 25 07:17:08 2026] POST /v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments => generated 273 bytes in 79 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:17:12.936 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-df03ee46-aee0-41f2-8d4a-8b97793fcb03 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:12.936 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-ee90a831-5e04-4c5f-a5f6-75a59399ff23 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:12.937 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-df03ee46-aee0-41f2-8d4a-8b97793fcb03 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:17:12.937 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-ee90a831-5e04-4c5f-a5f6-75a59399ff23 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:17:14.479 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-df03ee46-aee0-41f2-8d4a-8b97793fcb03 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:17:14.481 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-df03ee46-aee0-41f2-8d4a-8b97793fcb03 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 327/657] 199.204.45.209 () {32 vars in 840 bytes} [Wed Feb 25 07:17:14 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:14.523 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-5885fcf4-b8a8-4f01-96ce-14e40f4f74ab d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:14.537 8 INFO cinder.volume.api [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-5885fcf4-b8a8-4f01-96ce-14e40f4f74ab d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Volume info retrieved successfully. 2026-02-25 07:17:14.541 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-5885fcf4-b8a8-4f01-96ce-14e40f4f74ab d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac returned with HTTP 200 [pid: 8|app: 0|req: 331/658] 199.204.45.209 () {36 vars in 1073 bytes} [Wed Feb 25 07:17:14 2026] GET /v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac => generated 1522 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:16.390 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-2d7a824b-d98d-4102-984f-d28ca0dc35e1 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments/45976f49-a64e-4f42-a129-e844249ac8d1 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:17.442 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-2d7a824b-d98d-4102-984f-d28ca0dc35e1 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments/45976f49-a64e-4f42-a129-e844249ac8d1 returned with HTTP 200 [pid: 7|app: 0|req: 328/659] 199.204.45.209 () {40 vars in 1135 bytes} [Wed Feb 25 07:17:16 2026] PUT /v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments/45976f49-a64e-4f42-a129-e844249ac8d1 => generated 802 bytes in 1057 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:17.959 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-186f2da1-610f-4e0e-83e5-a939dd9b4a9e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments/45976f49-a64e-4f42-a129-e844249ac8d1/action /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:17.989 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-186f2da1-610f-4e0e-83e5-a939dd9b4a9e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments/45976f49-a64e-4f42-a129-e844249ac8d1/action returned with HTTP 204 [pid: 8|app: 0|req: 332/660] 199.204.45.209 () {40 vars in 1148 bytes} [Wed Feb 25 07:17:17 2026] POST /v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments/45976f49-a64e-4f42-a129-e844249ac8d1/action => generated 0 bytes in 38 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) 2026-02-25 07:17:22.938 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-2d7a824b-d98d-4102-984f-d28ca0dc35e1 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:22.938 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-186f2da1-610f-4e0e-83e5-a939dd9b4a9e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:22.939 7 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-2d7a824b-d98d-4102-984f-d28ca0dc35e1 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:17:22.940 8 INFO cinder.api.openstack.wsgi [req-d9ff0cc3-f180-48d4-a80c-2ee7fb339762 req-186f2da1-610f-4e0e-83e5-a939dd9b4a9e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:29.837 7 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-ac5fd965-d6db-4be3-95cf-25ab16d6ab6e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments/45976f49-a64e-4f42-a129-e844249ac8d1 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:30.424 7 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-ac5fd965-d6db-4be3-95cf-25ab16d6ab6e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments/45976f49-a64e-4f42-a129-e844249ac8d1 returned with HTTP 200 [pid: 7|app: 0|req: 330/663] 199.204.45.209 () {38 vars in 1103 bytes} [Wed Feb 25 07:17:29 2026] DELETE /v3/d2bde2bde9874e0f9137ff91ff485a8e/attachments/45976f49-a64e-4f42-a129-e844249ac8d1 => generated 19 bytes in 597 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:30.452 8 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-10b20016-e6a5-4988-b8c9-c92762ec6480 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac 2026-02-25 07:17:30.453 8 INFO cinder.api.v3.volumes [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-10b20016-e6a5-4988-b8c9-c92762ec6480 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Delete volume with id: c8b5de38-3cfe-4342-ab56-b782dffe97ac /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:30.469 8 INFO cinder.volume.api [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-10b20016-e6a5-4988-b8c9-c92762ec6480 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Volume info retrieved successfully. 2026-02-25 07:17:30.502 8 INFO cinder.volume.api [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-10b20016-e6a5-4988-b8c9-c92762ec6480 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] Delete volume request issued successfully. 2026-02-25 07:17:30.502 8 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-10b20016-e6a5-4988-b8c9-c92762ec6480 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac returned with HTTP 202 [pid: 8|app: 0|req: 334/664] 199.204.45.209 () {36 vars in 1054 bytes} [Wed Feb 25 07:17:30 2026] DELETE /v3/d2bde2bde9874e0f9137ff91ff485a8e/volumes/c8b5de38-3cfe-4342-ab56-b782dffe97ac => generated 0 bytes in 58 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-02-25 07:17:32.937 7 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-ac5fd965-d6db-4be3-95cf-25ab16d6ab6e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:32.937 8 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-10b20016-e6a5-4988-b8c9-c92762ec6480 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:32.938 8 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-10b20016-e6a5-4988-b8c9-c92762ec6480 d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:17:32.938 7 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-ac5fd965-d6db-4be3-95cf-25ab16d6ab6e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:39.440 8 INFO cinder.api.openstack.wsgi [req-7ffffd90-f41f-4e81-aebe-0e7377a89b06 req-23a16835-598d-46f1-9ac9-3f371ac95d30 81dde56f5687457d8c9ff74a61efbead 9f766429f4e34eca8caaa6024ffce2cb - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/9f766429f4e34eca8caaa6024ffce2cb/attachments?instance_id=1ff0c96b-12e4-4d9a-af11-5dca919217cf 2026-02-25 07:17:39.460 8 INFO cinder.api.openstack.wsgi [req-7ffffd90-f41f-4e81-aebe-0e7377a89b06 req-23a16835-598d-46f1-9ac9-3f371ac95d30 81dde56f5687457d8c9ff74a61efbead 9f766429f4e34eca8caaa6024ffce2cb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9f766429f4e34eca8caaa6024ffce2cb/attachments?instance_id=1ff0c96b-12e4-4d9a-af11-5dca919217cf returned with HTTP 200 [pid: 8|app: 0|req: 336/667] 199.204.45.209 () {36 vars in 1104 bytes} [Wed Feb 25 07:17:39 2026] GET /v3/9f766429f4e34eca8caaa6024ffce2cb/attachments?instance_id=1ff0c96b-12e4-4d9a-af11-5dca919217cf => generated 19 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:42.935 7 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-ac5fd965-d6db-4be3-95cf-25ab16d6ab6e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:42.936 8 INFO cinder.api.openstack.wsgi [req-7ffffd90-f41f-4e81-aebe-0e7377a89b06 req-23a16835-598d-46f1-9ac9-3f371ac95d30 81dde56f5687457d8c9ff74a61efbead 9f766429f4e34eca8caaa6024ffce2cb - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:42.937 7 INFO cinder.api.openstack.wsgi [req-1c309ac6-0221-4f84-aff1-b9f832a314ad req-ac5fd965-d6db-4be3-95cf-25ab16d6ab6e d22f0439a8db41c696a88d17d8f2f2d8 d2bde2bde9874e0f9137ff91ff485a8e - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:17:42.937 8 INFO cinder.api.openstack.wsgi [req-7ffffd90-f41f-4e81-aebe-0e7377a89b06 req-23a16835-598d-46f1-9ac9-3f371ac95d30 81dde56f5687457d8c9ff74a61efbead 9f766429f4e34eca8caaa6024ffce2cb - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:17:47.496 7 INFO cinder.api.openstack.wsgi [None req-0b89124c-cee9-4028-9a4e-965adacfbd48 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:17:47.512 7 INFO cinder.volume.api [None req-0b89124c-cee9-4028-9a4e-965adacfbd48 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:17:47.515 7 INFO cinder.api.openstack.wsgi [None req-0b89124c-cee9-4028-9a4e-965adacfbd48 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 333/670] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 148 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:17:47.532 8 INFO cinder.api.openstack.wsgi [None req-b38b5342-5fbc-475b-8bcc-4f5d02e6f9f5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:17:47.543 8 INFO cinder.volume.api [None req-b38b5342-5fbc-475b-8bcc-4f5d02e6f9f5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:17:47.545 8 INFO cinder.api.openstack.wsgi [None req-b38b5342-5fbc-475b-8bcc-4f5d02e6f9f5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 338/671] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:17:47.608 7 INFO cinder.api.openstack.wsgi [None req-b3df02cb-fe85-4490-9a5e-b95ed35e9c46 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/369b15b7cb294cfa8169f635f2b8873e?usage=true 2026-02-25 07:17:47.655 7 INFO cinder.api.openstack.wsgi [None req-b3df02cb-fe85-4490-9a5e-b95ed35e9c46 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/369b15b7cb294cfa8169f635f2b8873e?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 334/672] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/369b15b7cb294cfa8169f635f2b8873e?usage=true => generated 847 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:47.667 8 INFO cinder.api.openstack.wsgi [None req-0a7aac51-34b5-4939-a9db-162c6c1ad051 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:17:47.707 8 INFO cinder.api.openstack.wsgi [None req-0a7aac51-34b5-4939-a9db-162c6c1ad051 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 339/673] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:47.724 7 INFO cinder.api.openstack.wsgi [None req-7addec77-518e-43f5-be05-9cd556b3af78 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:17:47.752 7 INFO cinder.api.openstack.wsgi [None req-7addec77-518e-43f5-be05-9cd556b3af78 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 335/674] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:47.763 8 INFO cinder.api.openstack.wsgi [None req-d47df892-ce0f-44ec-b560-733323754d52 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/709a6cb091ba49e9b357886ddadc6184?usage=true 2026-02-25 07:17:47.782 8 INFO cinder.api.openstack.wsgi [None req-d47df892-ce0f-44ec-b560-733323754d52 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/709a6cb091ba49e9b357886ddadc6184?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 340/675] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/709a6cb091ba49e9b357886ddadc6184?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:47.793 7 INFO cinder.api.openstack.wsgi [None req-be502ada-b777-4e42-980a-e8e38ffca6ff e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:17:47.815 7 INFO cinder.api.openstack.wsgi [None req-be502ada-b777-4e42-980a-e8e38ffca6ff e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 336/676] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:47.832 8 INFO cinder.api.openstack.wsgi [None req-7ed9916c-4f5b-45ff-80b3-14d5498f000c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/9f766429f4e34eca8caaa6024ffce2cb?usage=true 2026-02-25 07:17:47.873 8 INFO cinder.api.openstack.wsgi [None req-7ed9916c-4f5b-45ff-80b3-14d5498f000c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/9f766429f4e34eca8caaa6024ffce2cb?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 341/677] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/9f766429f4e34eca8caaa6024ffce2cb?usage=true => generated 847 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:47.884 7 INFO cinder.api.openstack.wsgi [None req-56aaa848-5270-4464-8764-221a79250a5d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b569d74b56644fa7a9dafb66c2704997?usage=true 2026-02-25 07:17:47.934 7 INFO cinder.api.openstack.wsgi [None req-56aaa848-5270-4464-8764-221a79250a5d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b569d74b56644fa7a9dafb66c2704997?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 337/678] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b569d74b56644fa7a9dafb66c2704997?usage=true => generated 847 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:47.948 8 INFO cinder.api.openstack.wsgi [None req-76922eaf-8f61-4331-bf4a-81f96409e44a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:17:47.955 8 INFO cinder.api.openstack.wsgi [None req-76922eaf-8f61-4331-bf4a-81f96409e44a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 342/679] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:47.969 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:17:48.474 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 338/680] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:17:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 516 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:17:48.485 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:17:48.492 8 INFO cinder.volume.api [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:17:48.493 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 343/681] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:17:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:17:52.936 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:52.936 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:17:52.937 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:17:52.937 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:02.936 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:02.936 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:02.937 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:02.937 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:12.936 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:12.936 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:12.937 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:12.937 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:22.936 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:22.936 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:22.937 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:22.938 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:32.936 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:32.937 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:32.937 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:32.938 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:42.936 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:42.936 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:42.937 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:42.938 7 INFO cinder.api.openstack.wsgi [None req-a7ce0600-df5e-474d-b7cb-122ebbc166c1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:44.774 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:18:44.774 8 INFO cinder.api.openstack.wsgi [None req-28eb420f-7fff-4a60-b895-062ef6ce8cca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 350/694] 10.0.0.58 () {30 vars in 410 bytes} [Wed Feb 25 07:18:44 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-02-25 07:18:47.531 7 INFO cinder.api.openstack.wsgi [None req-939ab4ff-9366-4f89-ab2f-615d90102ada e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:18:47.547 7 INFO cinder.volume.api [None req-939ab4ff-9366-4f89-ab2f-615d90102ada e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:18:47.549 7 INFO cinder.api.openstack.wsgi [None req-939ab4ff-9366-4f89-ab2f-615d90102ada e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 345/695] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:18:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 308 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:18:47.563 8 INFO cinder.api.openstack.wsgi [None req-4d41e09a-5782-4843-9cd0-8d06d19887ca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:18:48.066 8 INFO cinder.api.openstack.wsgi [None req-4d41e09a-5782-4843-9cd0-8d06d19887ca e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 351/696] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:18:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:48.078 7 INFO cinder.api.openstack.wsgi [None req-196ad5ca-066b-4e60-b77e-560822a87868 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:18:48.087 7 INFO cinder.volume.api [None req-196ad5ca-066b-4e60-b77e-560822a87868 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:18:48.088 7 INFO cinder.api.openstack.wsgi [None req-196ad5ca-066b-4e60-b77e-560822a87868 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 346/697] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:18:48.142 8 INFO cinder.api.openstack.wsgi [None req-fd46d5e1-b6b6-41e5-82a8-177af9cc201c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/1b6cd47ba2ad40c5926be3b17f10a4ce?usage=true 2026-02-25 07:18:48.164 8 INFO cinder.api.openstack.wsgi [None req-fd46d5e1-b6b6-41e5-82a8-177af9cc201c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/1b6cd47ba2ad40c5926be3b17f10a4ce?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 352/698] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/1b6cd47ba2ad40c5926be3b17f10a4ce?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:48.184 7 INFO cinder.api.openstack.wsgi [None req-363d8b08-93c1-42e1-b1fb-c73a7d796e2d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:18:48.209 7 INFO cinder.api.openstack.wsgi [None req-363d8b08-93c1-42e1-b1fb-c73a7d796e2d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 347/699] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:48.222 8 INFO cinder.api.openstack.wsgi [None req-cb2d8a2c-6350-4f8d-a6c8-21a8ad36b13c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:18:48.242 8 INFO cinder.api.openstack.wsgi [None req-cb2d8a2c-6350-4f8d-a6c8-21a8ad36b13c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 353/700] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:48.254 7 INFO cinder.api.openstack.wsgi [None req-3351f125-ac9d-42cb-b5f2-d3cdbf5b0dcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:18:48.294 7 INFO cinder.api.openstack.wsgi [None req-3351f125-ac9d-42cb-b5f2-d3cdbf5b0dcf e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 348/701] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:48.305 8 INFO cinder.api.openstack.wsgi [None req-3a6682b7-06cb-486a-b1db-cb5174b9a1e9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/7c40c7e3926c44b09b227e9a5e190d48?usage=true 2026-02-25 07:18:48.324 8 INFO cinder.api.openstack.wsgi [None req-3a6682b7-06cb-486a-b1db-cb5174b9a1e9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/7c40c7e3926c44b09b227e9a5e190d48?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 354/702] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/7c40c7e3926c44b09b227e9a5e190d48?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:48.335 7 INFO cinder.api.openstack.wsgi [None req-879809f5-a96d-496f-ab1d-c4e7436e4555 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/83bc26e63321481dafdecb03d5b61354?usage=true 2026-02-25 07:18:48.356 7 INFO cinder.api.openstack.wsgi [None req-879809f5-a96d-496f-ab1d-c4e7436e4555 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/83bc26e63321481dafdecb03d5b61354?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 349/703] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/83bc26e63321481dafdecb03d5b61354?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:48.364 8 INFO cinder.api.openstack.wsgi [None req-1f8f0927-e1bb-4198-92bc-1ccf3fa0a9e6 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/f99747f725b94cbab99385b61e50cf05?usage=true 2026-02-25 07:18:48.386 8 INFO cinder.api.openstack.wsgi [None req-1f8f0927-e1bb-4198-92bc-1ccf3fa0a9e6 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/f99747f725b94cbab99385b61e50cf05?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 355/704] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/f99747f725b94cbab99385b61e50cf05?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:48.397 7 INFO cinder.api.openstack.wsgi [None req-d789d75b-1e9e-47b0-a63f-1e8943747826 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:18:48.403 7 INFO cinder.volume.api [None req-d789d75b-1e9e-47b0-a63f-1e8943747826 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:18:48.403 7 INFO cinder.api.openstack.wsgi [None req-d789d75b-1e9e-47b0-a63f-1e8943747826 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 350/705] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:18:48.413 8 INFO cinder.api.openstack.wsgi [None req-c7157e89-6103-49d2-9a3a-3e546e5d89b7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:18:48.417 8 INFO cinder.api.openstack.wsgi [None req-c7157e89-6103-49d2-9a3a-3e546e5d89b7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 356/706] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:18:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:48.928 7 INFO cinder.api.openstack.wsgi [None req-73b8ca4b-27a2-4b48-841b-c02283d4955e 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes 2026-02-25 07:18:48.933 7 INFO cinder.api.v3.volumes [None req-73b8ca4b-27a2-4b48-841b-c02283d4955e 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Create volume of 1 GB 2026-02-25 07:18:48.963 7 INFO cinder.volume.api [None req-73b8ca4b-27a2-4b48-841b-c02283d4955e 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Availability Zones retrieved successfully. 2026-02-25 07:18:49.258 7 INFO cinder.volume.api [None req-73b8ca4b-27a2-4b48-841b-c02283d4955e 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Create volume request issued successfully. 2026-02-25 07:18:49.259 7 INFO cinder.api.openstack.wsgi [None req-73b8ca4b-27a2-4b48-841b-c02283d4955e 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes returned with HTTP 202 [pid: 7|app: 0|req: 351/707] 10.0.0.58 () {34 vars in 722 bytes} [Wed Feb 25 07:18:48 2026] POST /v3/f99747f725b94cbab99385b61e50cf05/volumes => generated 871 bytes in 571 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-02-25 07:18:49.281 8 INFO cinder.api.openstack.wsgi [None req-df69df9f-b11d-41bf-b3b4-af4f5a43660d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:49.313 8 INFO cinder.volume.api [None req-df69df9f-b11d-41bf-b3b4-af4f5a43660d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:49.323 8 INFO cinder.api.openstack.wsgi [None req-df69df9f-b11d-41bf-b3b4-af4f5a43660d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 200 [pid: 8|app: 0|req: 357/708] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:49 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 939 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:50.345 7 INFO cinder.api.openstack.wsgi [None req-b2ca2190-b500-482c-b59e-e27b6c7af1e1 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:50.361 7 INFO cinder.volume.api [None req-b2ca2190-b500-482c-b59e-e27b6c7af1e1 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:50.365 7 INFO cinder.api.openstack.wsgi [None req-b2ca2190-b500-482c-b59e-e27b6c7af1e1 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 200 [pid: 7|app: 0|req: 352/709] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:50 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 964 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:50.387 8 INFO cinder.api.openstack.wsgi [None req-3846730e-0246-4d0e-a0d3-78d8a0d59374 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:50.401 8 INFO cinder.volume.api [None req-3846730e-0246-4d0e-a0d3-78d8a0d59374 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:50.406 8 INFO cinder.api.openstack.wsgi [None req-3846730e-0246-4d0e-a0d3-78d8a0d59374 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 200 [pid: 8|app: 0|req: 358/710] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:50 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 964 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:50.426 7 INFO cinder.api.openstack.wsgi [None req-3a0c84ca-3e61-4c1c-944a-57ed7bae8337 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:50.448 7 INFO cinder.volume.api [None req-3a0c84ca-3e61-4c1c-944a-57ed7bae8337 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:50.464 7 INFO cinder.volume.api [None req-3a0c84ca-3e61-4c1c-944a-57ed7bae8337 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume updated successfully. 2026-02-25 07:18:50.466 7 INFO cinder.api.openstack.wsgi [None req-3a0c84ca-3e61-4c1c-944a-57ed7bae8337 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 200 [pid: 7|app: 0|req: 353/711] 10.0.0.58 () {34 vars in 794 bytes} [Wed Feb 25 07:18:50 2026] PUT /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 896 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:50.490 8 INFO cinder.api.openstack.wsgi [None req-697973b9-dbb4-46cf-b374-366f0360b931 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:50.507 8 INFO cinder.volume.api [None req-697973b9-dbb4-46cf-b374-366f0360b931 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:50.514 8 INFO cinder.volume.api [None req-697973b9-dbb4-46cf-b374-366f0360b931 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume updated successfully. 2026-02-25 07:18:50.515 8 INFO cinder.api.openstack.wsgi [None req-697973b9-dbb4-46cf-b374-366f0360b931 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 200 [pid: 8|app: 0|req: 359/712] 10.0.0.58 () {34 vars in 795 bytes} [Wed Feb 25 07:18:50 2026] PUT /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 934 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:50.536 7 INFO cinder.api.openstack.wsgi [None req-9430bd27-5bfe-44db-a2b9-55569a063377 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:50.552 7 INFO cinder.volume.api [None req-9430bd27-5bfe-44db-a2b9-55569a063377 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:50.556 7 INFO cinder.api.openstack.wsgi [None req-9430bd27-5bfe-44db-a2b9-55569a063377 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 200 [pid: 7|app: 0|req: 354/713] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:50 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 1002 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:50.579 8 INFO cinder.api.openstack.wsgi [None req-88069c30-ca68-4417-9f52-f18d25d79b4d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes 2026-02-25 07:18:50.583 8 INFO cinder.api.v3.volumes [None req-88069c30-ca68-4417-9f52-f18d25d79b4d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Create volume of 1 GB 2026-02-25 07:18:50.590 8 INFO cinder.volume.api [None req-88069c30-ca68-4417-9f52-f18d25d79b4d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Availability Zones retrieved successfully. 2026-02-25 07:18:50.735 8 INFO cinder.volume.api [None req-88069c30-ca68-4417-9f52-f18d25d79b4d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Create volume request issued successfully. 2026-02-25 07:18:50.736 8 INFO cinder.api.openstack.wsgi [None req-88069c30-ca68-4417-9f52-f18d25d79b4d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes returned with HTTP 202 [pid: 8|app: 0|req: 360/714] 10.0.0.58 () {34 vars in 722 bytes} [Wed Feb 25 07:18:50 2026] POST /v3/f99747f725b94cbab99385b61e50cf05/volumes => generated 892 bytes in 164 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:50.753 7 INFO cinder.api.openstack.wsgi [None req-edef3a9c-a769-40ed-bbdf-583e04e37c82 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:50.797 7 INFO cinder.volume.api [None req-edef3a9c-a769-40ed-bbdf-583e04e37c82 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:50.803 7 INFO cinder.api.openstack.wsgi [None req-edef3a9c-a769-40ed-bbdf-583e04e37c82 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad returned with HTTP 200 [pid: 7|app: 0|req: 355/715] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:50 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad => generated 960 bytes in 56 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:51.822 8 INFO cinder.api.openstack.wsgi [None req-a884c465-0718-4ebc-9809-c3cc163ab2cf 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:51.836 8 INFO cinder.volume.api [None req-a884c465-0718-4ebc-9809-c3cc163ab2cf 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:51.846 8 INFO cinder.api.openstack.wsgi [None req-a884c465-0718-4ebc-9809-c3cc163ab2cf 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad returned with HTTP 200 [pid: 8|app: 0|req: 361/716] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:51 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad => generated 985 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:51.866 7 INFO cinder.api.openstack.wsgi [None req-ba8bcaaa-3ce1-448e-a53c-f2e66e52deca 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:51.884 7 INFO cinder.volume.api [None req-ba8bcaaa-3ce1-448e-a53c-f2e66e52deca 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:51.896 7 INFO cinder.volume.api [None req-ba8bcaaa-3ce1-448e-a53c-f2e66e52deca 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume updated successfully. 2026-02-25 07:18:51.898 7 INFO cinder.api.openstack.wsgi [None req-ba8bcaaa-3ce1-448e-a53c-f2e66e52deca 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad returned with HTTP 200 [pid: 7|app: 0|req: 356/717] 10.0.0.58 () {34 vars in 794 bytes} [Wed Feb 25 07:18:51 2026] PUT /v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad => generated 882 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:51.918 8 INFO cinder.api.openstack.wsgi [None req-5d61db10-2efb-4a4e-aa8e-5d9e49d130b9 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:51.937 8 INFO cinder.volume.api [None req-5d61db10-2efb-4a4e-aa8e-5d9e49d130b9 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:51.943 8 INFO cinder.api.openstack.wsgi [None req-5d61db10-2efb-4a4e-aa8e-5d9e49d130b9 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad returned with HTTP 200 [pid: 8|app: 0|req: 362/718] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:51 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad => generated 950 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:51.962 7 INFO cinder.api.openstack.wsgi [None req-cccbee2f-5a00-46ec-9ce7-12675a7ce99a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad 2026-02-25 07:18:51.963 7 INFO cinder.api.v3.volumes [None req-cccbee2f-5a00-46ec-9ce7-12675a7ce99a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Delete volume with id: 80780937-6423-483e-9ec5-63bd804025ad /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:51.973 7 INFO cinder.volume.api [None req-cccbee2f-5a00-46ec-9ce7-12675a7ce99a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:52.007 7 INFO cinder.volume.api [None req-cccbee2f-5a00-46ec-9ce7-12675a7ce99a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Delete volume request issued successfully. 2026-02-25 07:18:52.007 7 INFO cinder.api.openstack.wsgi [None req-cccbee2f-5a00-46ec-9ce7-12675a7ce99a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad returned with HTTP 202 [pid: 7|app: 0|req: 357/719] 10.0.0.58 () {32 vars in 777 bytes} [Wed Feb 25 07:18:51 2026] DELETE /v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad => generated 0 bytes in 53 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:52.023 8 INFO cinder.api.openstack.wsgi [None req-a807b061-fecf-4cab-a7b5-846564bb259f 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:52.043 8 INFO cinder.volume.api [None req-a807b061-fecf-4cab-a7b5-846564bb259f 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:52.054 8 INFO cinder.api.openstack.wsgi [None req-a807b061-fecf-4cab-a7b5-846564bb259f 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad returned with HTTP 200 [pid: 8|app: 0|req: 363/720] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:52 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad => generated 949 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:18:52.936 7 INFO cinder.api.openstack.wsgi [None req-cccbee2f-5a00-46ec-9ce7-12675a7ce99a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:52.936 8 INFO cinder.api.openstack.wsgi [None req-a807b061-fecf-4cab-a7b5-846564bb259f 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:18:52.937 7 INFO cinder.api.openstack.wsgi [None req-cccbee2f-5a00-46ec-9ce7-12675a7ce99a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:18:52.937 8 INFO cinder.api.openstack.wsgi [None req-a807b061-fecf-4cab-a7b5-846564bb259f 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:53.075 7 INFO cinder.api.openstack.wsgi [None req-b084b1fd-c6e0-445b-a3c0-4d6e62c01975 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad 2026-02-25 07:18:53.084 7 INFO cinder.api.openstack.wsgi [None req-b084b1fd-c6e0-445b-a3c0-4d6e62c01975 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad returned with HTTP 404 [pid: 7|app: 0|req: 359/723] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:53 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/80780937-6423-483e-9ec5-63bd804025ad => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:53.093 8 INFO cinder.api.openstack.wsgi [None req-74df69b8-cc53-4631-a6e4-3092e5b8a42d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:53.108 8 INFO cinder.volume.api [None req-74df69b8-cc53-4631-a6e4-3092e5b8a42d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:53.114 8 INFO cinder.api.openstack.wsgi [None req-74df69b8-cc53-4631-a6e4-3092e5b8a42d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 200 [pid: 8|app: 0|req: 365/724] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:53 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 1002 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:18:53.136 7 INFO cinder.api.openstack.wsgi [None req-7df143a2-e5e4-43e6-ad77-8c09bc131b67 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 2026-02-25 07:18:53.136 7 INFO cinder.api.v3.volumes [None req-7df143a2-e5e4-43e6-ad77-8c09bc131b67 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Delete volume with id: 0bab8bdb-9b9e-45fb-9dde-d2cee3571954 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:53.146 7 INFO cinder.volume.api [None req-7df143a2-e5e4-43e6-ad77-8c09bc131b67 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:53.168 7 INFO cinder.volume.api [None req-7df143a2-e5e4-43e6-ad77-8c09bc131b67 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Delete volume request issued successfully. 2026-02-25 07:18:53.168 7 INFO cinder.api.openstack.wsgi [None req-7df143a2-e5e4-43e6-ad77-8c09bc131b67 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 202 [pid: 7|app: 0|req: 360/725] 10.0.0.58 () {32 vars in 777 bytes} [Wed Feb 25 07:18:53 2026] DELETE /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:53.187 8 INFO cinder.api.openstack.wsgi [None req-4b7c983e-7896-41a2-81b3-7f5dc56578f7 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:53.217 8 INFO cinder.volume.api [None req-4b7c983e-7896-41a2-81b3-7f5dc56578f7 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:53.223 8 INFO cinder.api.openstack.wsgi [None req-4b7c983e-7896-41a2-81b3-7f5dc56578f7 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 200 [pid: 8|app: 0|req: 366/726] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:53 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 1001 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:54.249 7 INFO cinder.api.openstack.wsgi [None req-066e31ab-7efc-40c6-8433-f1c0a62028af 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 2026-02-25 07:18:54.265 7 INFO cinder.api.openstack.wsgi [None req-066e31ab-7efc-40c6-8433-f1c0a62028af 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 returned with HTTP 404 [pid: 7|app: 0|req: 361/727] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:54 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/0bab8bdb-9b9e-45fb-9dde-d2cee3571954 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:54.333 8 INFO cinder.api.openstack.wsgi [None req-1f1b9f68-3ddd-4bbe-87f6-0fb897eaa045 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes 2026-02-25 07:18:54.469 8 INFO cinder.api.v3.volumes [None req-1f1b9f68-3ddd-4bbe-87f6-0fb897eaa045 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Create volume of 1 GB 2026-02-25 07:18:54.480 8 INFO cinder.volume.api [None req-1f1b9f68-3ddd-4bbe-87f6-0fb897eaa045 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Availability Zones retrieved successfully. 2026-02-25 07:18:54.722 8 INFO cinder.volume.api [None req-1f1b9f68-3ddd-4bbe-87f6-0fb897eaa045 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Create volume request issued successfully. 2026-02-25 07:18:54.723 8 INFO cinder.api.openstack.wsgi [None req-1f1b9f68-3ddd-4bbe-87f6-0fb897eaa045 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes returned with HTTP 202 [pid: 8|app: 0|req: 367/728] 10.0.0.58 () {34 vars in 722 bytes} [Wed Feb 25 07:18:54 2026] POST /v3/f99747f725b94cbab99385b61e50cf05/volumes => generated 870 bytes in 398 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-02-25 07:18:54.748 7 INFO cinder.api.openstack.wsgi [None req-27e3bf30-bd85-4673-a98d-999709ecabc0 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:54.767 7 INFO cinder.volume.api [None req-27e3bf30-bd85-4673-a98d-999709ecabc0 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:54.773 7 INFO cinder.api.openstack.wsgi [None req-27e3bf30-bd85-4673-a98d-999709ecabc0 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 200 [pid: 7|app: 0|req: 362/729] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:54 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 938 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:55.800 8 INFO cinder.api.openstack.wsgi [None req-01bb1478-103f-4926-8505-0cda168d1bfe 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:55.820 8 INFO cinder.volume.api [None req-01bb1478-103f-4926-8505-0cda168d1bfe 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:55.835 8 INFO cinder.api.openstack.wsgi [None req-01bb1478-103f-4926-8505-0cda168d1bfe 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 200 [pid: 8|app: 0|req: 368/730] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:55 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 1347 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:55.856 7 INFO cinder.api.openstack.wsgi [None req-7d2d056d-0715-4767-a22e-04fc0ddc076d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:55.869 7 INFO cinder.volume.api [None req-7d2d056d-0715-4767-a22e-04fc0ddc076d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:55.873 7 INFO cinder.api.openstack.wsgi [None req-7d2d056d-0715-4767-a22e-04fc0ddc076d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 200 [pid: 7|app: 0|req: 363/731] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:55 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 1347 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:55.896 8 INFO cinder.api.openstack.wsgi [None req-1aa91621-d2b9-4429-9b9c-7b3dda4c27e4 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:55.921 8 INFO cinder.volume.api [None req-1aa91621-d2b9-4429-9b9c-7b3dda4c27e4 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:55.931 8 INFO cinder.volume.api [None req-1aa91621-d2b9-4429-9b9c-7b3dda4c27e4 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume updated successfully. 2026-02-25 07:18:55.932 8 INFO cinder.api.openstack.wsgi [None req-1aa91621-d2b9-4429-9b9c-7b3dda4c27e4 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 200 [pid: 8|app: 0|req: 369/732] 10.0.0.58 () {34 vars in 794 bytes} [Wed Feb 25 07:18:55 2026] PUT /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 894 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:55.954 7 INFO cinder.api.openstack.wsgi [None req-f34ea54b-cdf1-4ea5-a2c8-4ccba7b33e7a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:55.973 7 INFO cinder.volume.api [None req-f34ea54b-cdf1-4ea5-a2c8-4ccba7b33e7a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:55.980 7 INFO cinder.volume.api [None req-f34ea54b-cdf1-4ea5-a2c8-4ccba7b33e7a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume updated successfully. 2026-02-25 07:18:55.980 7 INFO cinder.api.openstack.wsgi [None req-f34ea54b-cdf1-4ea5-a2c8-4ccba7b33e7a 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 200 [pid: 7|app: 0|req: 364/733] 10.0.0.58 () {34 vars in 795 bytes} [Wed Feb 25 07:18:55 2026] PUT /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 933 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:56.007 8 INFO cinder.api.openstack.wsgi [None req-830f693d-9454-4e6c-9fa5-1fff6bdb77e6 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:56.034 8 INFO cinder.volume.api [None req-830f693d-9454-4e6c-9fa5-1fff6bdb77e6 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:56.046 8 INFO cinder.api.openstack.wsgi [None req-830f693d-9454-4e6c-9fa5-1fff6bdb77e6 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 200 [pid: 8|app: 0|req: 370/734] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:56 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 1386 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:56.068 7 INFO cinder.api.openstack.wsgi [None req-bc0e9961-578c-4814-b6ad-ecc1e8165b3d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes 2026-02-25 07:18:56.071 7 INFO cinder.api.v3.volumes [None req-bc0e9961-578c-4814-b6ad-ecc1e8165b3d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Create volume of 1 GB 2026-02-25 07:18:56.079 7 INFO cinder.volume.api [None req-bc0e9961-578c-4814-b6ad-ecc1e8165b3d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Availability Zones retrieved successfully. 2026-02-25 07:18:56.183 7 INFO cinder.volume.api [None req-bc0e9961-578c-4814-b6ad-ecc1e8165b3d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Create volume request issued successfully. 2026-02-25 07:18:56.184 7 INFO cinder.api.openstack.wsgi [None req-bc0e9961-578c-4814-b6ad-ecc1e8165b3d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes returned with HTTP 202 [pid: 7|app: 0|req: 365/735] 10.0.0.58 () {34 vars in 722 bytes} [Wed Feb 25 07:18:56 2026] POST /v3/f99747f725b94cbab99385b61e50cf05/volumes => generated 890 bytes in 121 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:56.204 8 INFO cinder.api.openstack.wsgi [None req-be550c18-cc2c-463a-b5ec-e3cf48f29937 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:56.224 8 INFO cinder.volume.api [None req-be550c18-cc2c-463a-b5ec-e3cf48f29937 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:56.230 8 INFO cinder.api.openstack.wsgi [None req-be550c18-cc2c-463a-b5ec-e3cf48f29937 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 returned with HTTP 200 [pid: 8|app: 0|req: 371/736] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:56 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 => generated 958 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:57.253 7 INFO cinder.api.openstack.wsgi [None req-fcddc480-a573-4587-b860-7435ac28b499 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:57.267 7 INFO cinder.volume.api [None req-fcddc480-a573-4587-b860-7435ac28b499 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:57.271 7 INFO cinder.api.openstack.wsgi [None req-fcddc480-a573-4587-b860-7435ac28b499 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 returned with HTTP 200 [pid: 7|app: 0|req: 366/737] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:57 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 => generated 983 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:57.292 8 INFO cinder.api.openstack.wsgi [None req-7f7e8e0f-d3cd-478c-803a-f8add7d42f5b 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:57.310 8 INFO cinder.volume.api [None req-7f7e8e0f-d3cd-478c-803a-f8add7d42f5b 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:57.322 8 INFO cinder.volume.api [None req-7f7e8e0f-d3cd-478c-803a-f8add7d42f5b 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume updated successfully. 2026-02-25 07:18:57.323 8 INFO cinder.api.openstack.wsgi [None req-7f7e8e0f-d3cd-478c-803a-f8add7d42f5b 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 returned with HTTP 200 [pid: 8|app: 0|req: 372/738] 10.0.0.58 () {34 vars in 794 bytes} [Wed Feb 25 07:18:57 2026] PUT /v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 => generated 881 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:57.341 7 INFO cinder.api.openstack.wsgi [None req-25bdd24b-dcd5-48d3-8b8e-623ef815c0d8 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:57.356 7 INFO cinder.volume.api [None req-25bdd24b-dcd5-48d3-8b8e-623ef815c0d8 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:57.360 7 INFO cinder.api.openstack.wsgi [None req-25bdd24b-dcd5-48d3-8b8e-623ef815c0d8 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 returned with HTTP 200 [pid: 7|app: 0|req: 367/739] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:57 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 => generated 949 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:57.379 8 INFO cinder.api.openstack.wsgi [None req-e29796e6-419c-417e-a403-b080157ede73 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 2026-02-25 07:18:57.380 8 INFO cinder.api.v3.volumes [None req-e29796e6-419c-417e-a403-b080157ede73 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Delete volume with id: e5a3d757-7057-4ae9-943e-217a722e90c6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:57.392 8 INFO cinder.volume.api [None req-e29796e6-419c-417e-a403-b080157ede73 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:57.440 8 INFO cinder.volume.api [None req-e29796e6-419c-417e-a403-b080157ede73 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Delete volume request issued successfully. 2026-02-25 07:18:57.441 8 INFO cinder.api.openstack.wsgi [None req-e29796e6-419c-417e-a403-b080157ede73 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 returned with HTTP 202 [pid: 8|app: 0|req: 373/740] 10.0.0.58 () {32 vars in 777 bytes} [Wed Feb 25 07:18:57 2026] DELETE /v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 => generated 0 bytes in 69 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:57.458 7 INFO cinder.api.openstack.wsgi [None req-8c9c65e4-61e2-4887-a1c9-2d31a6cc08a6 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:57.470 7 INFO cinder.volume.api [None req-8c9c65e4-61e2-4887-a1c9-2d31a6cc08a6 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:57.475 7 INFO cinder.api.openstack.wsgi [None req-8c9c65e4-61e2-4887-a1c9-2d31a6cc08a6 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 returned with HTTP 200 [pid: 7|app: 0|req: 368/741] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:57 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 => generated 948 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:58.499 8 INFO cinder.api.openstack.wsgi [None req-51adfd8f-ff32-476f-babc-d1c8b467906d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 2026-02-25 07:18:58.514 8 INFO cinder.api.openstack.wsgi [None req-51adfd8f-ff32-476f-babc-d1c8b467906d 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 returned with HTTP 404 [pid: 8|app: 0|req: 374/742] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:58 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/e5a3d757-7057-4ae9-943e-217a722e90c6 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:58.528 7 INFO cinder.api.openstack.wsgi [None req-48906a72-af73-4019-b80c-4392153855d5 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:58.545 7 INFO cinder.volume.api [None req-48906a72-af73-4019-b80c-4392153855d5 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:58.551 7 INFO cinder.api.openstack.wsgi [None req-48906a72-af73-4019-b80c-4392153855d5 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 200 [pid: 7|app: 0|req: 369/743] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:58 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 1386 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:18:58.572 8 INFO cinder.api.openstack.wsgi [None req-a5b60488-31cd-41c7-a509-2b88eb6c40a8 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb 2026-02-25 07:18:58.573 8 INFO cinder.api.v3.volumes [None req-a5b60488-31cd-41c7-a509-2b88eb6c40a8 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Delete volume with id: 3add4748-cd6a-478a-b301-1032c6e53fcb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:58.587 8 INFO cinder.volume.api [None req-a5b60488-31cd-41c7-a509-2b88eb6c40a8 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:58.609 8 INFO cinder.volume.api [None req-a5b60488-31cd-41c7-a509-2b88eb6c40a8 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Delete volume request issued successfully. 2026-02-25 07:18:58.609 8 INFO cinder.api.openstack.wsgi [None req-a5b60488-31cd-41c7-a509-2b88eb6c40a8 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 202 [pid: 8|app: 0|req: 375/744] 10.0.0.58 () {32 vars in 777 bytes} [Wed Feb 25 07:18:58 2026] DELETE /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 0 bytes in 43 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:58.623 7 INFO cinder.api.openstack.wsgi [None req-a24c5329-1576-4ae5-9306-30279c786884 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:18:58.637 7 INFO cinder.volume.api [None req-a24c5329-1576-4ae5-9306-30279c786884 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] Volume info retrieved successfully. 2026-02-25 07:18:58.644 7 INFO cinder.api.openstack.wsgi [None req-a24c5329-1576-4ae5-9306-30279c786884 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 200 [pid: 7|app: 0|req: 370/745] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:58 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 1385 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:18:59.665 8 INFO cinder.api.openstack.wsgi [None req-7c9a0868-eafe-441e-af31-f8f70caba1f3 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb 2026-02-25 07:18:59.674 8 INFO cinder.api.openstack.wsgi [None req-7c9a0868-eafe-441e-af31-f8f70caba1f3 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb returned with HTTP 404 [pid: 8|app: 0|req: 376/746] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:18:59 2026] GET /v3/f99747f725b94cbab99385b61e50cf05/volumes/3add4748-cd6a-478a-b301-1032c6e53fcb => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-02-25 07:19:02.936 7 INFO cinder.api.openstack.wsgi [None req-a24c5329-1576-4ae5-9306-30279c786884 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:02.937 8 INFO cinder.api.openstack.wsgi [None req-7c9a0868-eafe-441e-af31-f8f70caba1f3 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:02.937 7 INFO cinder.api.openstack.wsgi [None req-a24c5329-1576-4ae5-9306-30279c786884 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:19:02.938 8 INFO cinder.api.openstack.wsgi [None req-7c9a0868-eafe-441e-af31-f8f70caba1f3 46a7be38250f4c3ba143890c82d7b089 f99747f725b94cbab99385b61e50cf05 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:12.263 7 INFO cinder.api.openstack.wsgi [None req-00bb13ad-2966-42ae-b172-9bd7174b7946 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes 2026-02-25 07:19:12.265 7 INFO cinder.api.v3.volumes [None req-00bb13ad-2966-42ae-b172-9bd7174b7946 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Create volume of 1 GB 2026-02-25 07:19:12.273 7 INFO cinder.volume.api [None req-00bb13ad-2966-42ae-b172-9bd7174b7946 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Availability Zones retrieved successfully. 2026-02-25 07:19:12.437 7 INFO cinder.volume.api [None req-00bb13ad-2966-42ae-b172-9bd7174b7946 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Create volume request issued successfully. 2026-02-25 07:19:12.438 7 INFO cinder.api.openstack.wsgi [None req-00bb13ad-2966-42ae-b172-9bd7174b7946 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes returned with HTTP 202 [pid: 7|app: 0|req: 372/749] 10.0.0.58 () {34 vars in 721 bytes} [Wed Feb 25 07:19:12 2026] POST /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes => generated 860 bytes in 280 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-02-25 07:19:12.461 8 INFO cinder.api.openstack.wsgi [None req-1bcd3b32-c3af-4681-b317-313b33fbdcbe 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:12.489 8 INFO cinder.volume.api [None req-1bcd3b32-c3af-4681-b317-313b33fbdcbe 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:12.496 8 INFO cinder.api.openstack.wsgi [None req-1bcd3b32-c3af-4681-b317-313b33fbdcbe 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd returned with HTTP 200 [pid: 8|app: 0|req: 378/750] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:12 2026] GET /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd => generated 928 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:12.936 7 INFO cinder.api.openstack.wsgi [None req-00bb13ad-2966-42ae-b172-9bd7174b7946 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:12.936 8 INFO cinder.api.openstack.wsgi [None req-1bcd3b32-c3af-4681-b317-313b33fbdcbe 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:12.937 7 INFO cinder.api.openstack.wsgi [None req-00bb13ad-2966-42ae-b172-9bd7174b7946 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:19:12.937 8 INFO cinder.api.openstack.wsgi [None req-1bcd3b32-c3af-4681-b317-313b33fbdcbe 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:13.520 8 INFO cinder.api.openstack.wsgi [None req-e4993851-20a4-4569-a6bd-a426d3823769 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:13.537 8 INFO cinder.volume.api [None req-e4993851-20a4-4569-a6bd-a426d3823769 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:13.548 8 INFO cinder.api.openstack.wsgi [None req-e4993851-20a4-4569-a6bd-a426d3823769 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd returned with HTTP 200 [pid: 8|app: 0|req: 380/753] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:13 2026] GET /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd => generated 953 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:22.936 7 INFO cinder.api.openstack.wsgi [None req-00bb13ad-2966-42ae-b172-9bd7174b7946 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:22.936 8 INFO cinder.api.openstack.wsgi [None req-e4993851-20a4-4569-a6bd-a426d3823769 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:22.936 7 INFO cinder.api.openstack.wsgi [None req-00bb13ad-2966-42ae-b172-9bd7174b7946 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:19:22.937 8 INFO cinder.api.openstack.wsgi [None req-e4993851-20a4-4569-a6bd-a426d3823769 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:30.635 7 INFO cinder.api.openstack.wsgi [None req-c49d8245-980b-49f0-8c39-f68a9fb4dd9f 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd/action /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:30.653 7 INFO cinder.volume.api [None req-c49d8245-980b-49f0-8c39-f68a9fb4dd9f 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:30.670 7 INFO cinder.volume.api [None req-c49d8245-980b-49f0-8c39-f68a9fb4dd9f 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Update volume admin metadata completed successfully. 2026-02-25 07:19:31.175 7 INFO cinder.volume.api [None req-c49d8245-980b-49f0-8c39-f68a9fb4dd9f 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Attach volume completed successfully. 2026-02-25 07:19:31.175 7 INFO cinder.api.openstack.wsgi [None req-c49d8245-980b-49f0-8c39-f68a9fb4dd9f 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd/action returned with HTTP 202 [pid: 7|app: 0|req: 375/756] 10.0.0.58 () {34 vars in 809 bytes} [Wed Feb 25 07:19:30 2026] POST /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd/action => generated 0 bytes in 548 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:31.193 8 INFO cinder.api.openstack.wsgi [None req-93516a81-daac-4ac3-a2e6-d719c849947e 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:31.215 8 INFO cinder.volume.api [None req-93516a81-daac-4ac3-a2e6-d719c849947e 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:31.226 8 INFO cinder.api.openstack.wsgi [None req-93516a81-daac-4ac3-a2e6-d719c849947e 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd returned with HTTP 200 [pid: 8|app: 0|req: 382/757] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:31 2026] GET /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd => generated 1287 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:31.245 7 INFO cinder.api.openstack.wsgi [None req-8d001215-b60e-4557-b5c8-ed1019ce1109 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd/action /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:31.264 7 INFO cinder.volume.api [None req-8d001215-b60e-4557-b5c8-ed1019ce1109 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:31.769 7 INFO cinder.volume.api [None req-8d001215-b60e-4557-b5c8-ed1019ce1109 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Detach volume completed successfully. 2026-02-25 07:19:31.770 7 INFO cinder.api.openstack.wsgi [None req-8d001215-b60e-4557-b5c8-ed1019ce1109 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd/action returned with HTTP 202 [pid: 7|app: 0|req: 376/758] 10.0.0.58 () {34 vars in 809 bytes} [Wed Feb 25 07:19:31 2026] POST /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd/action => generated 0 bytes in 531 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:31.790 8 INFO cinder.api.openstack.wsgi [None req-526c488c-1e35-454c-a32f-613b1890cd8d 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:31.819 8 INFO cinder.volume.api [None req-526c488c-1e35-454c-a32f-613b1890cd8d 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:31.826 8 INFO cinder.api.openstack.wsgi [None req-526c488c-1e35-454c-a32f-613b1890cd8d 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd returned with HTTP 200 [pid: 8|app: 0|req: 383/759] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:31 2026] GET /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd => generated 972 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:32.936 7 INFO cinder.api.openstack.wsgi [None req-8d001215-b60e-4557-b5c8-ed1019ce1109 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:32.937 8 INFO cinder.api.openstack.wsgi [None req-526c488c-1e35-454c-a32f-613b1890cd8d 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:32.937 8 INFO cinder.api.openstack.wsgi [None req-526c488c-1e35-454c-a32f-613b1890cd8d 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:19:32.938 7 INFO cinder.api.openstack.wsgi [None req-8d001215-b60e-4557-b5c8-ed1019ce1109 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:38.774 8 INFO cinder.api.openstack.wsgi [None req-3dde190f-4ae8-4f99-a74e-4808330faaef 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:38.792 8 INFO cinder.volume.api [None req-3dde190f-4ae8-4f99-a74e-4808330faaef 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:38.799 8 INFO cinder.api.openstack.wsgi [None req-3dde190f-4ae8-4f99-a74e-4808330faaef 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd returned with HTTP 200 [pid: 8|app: 0|req: 385/762] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:38 2026] GET /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd => generated 972 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:38.818 7 INFO cinder.api.openstack.wsgi [None req-a8fcc7d3-9085-4fa9-b0cd-30a72d7f3fac 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd 2026-02-25 07:19:38.818 7 INFO cinder.api.v3.volumes [None req-a8fcc7d3-9085-4fa9-b0cd-30a72d7f3fac 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Delete volume with id: 2c479398-cd2d-4059-97e4-7807d4689dcd /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:38.832 7 INFO cinder.volume.api [None req-a8fcc7d3-9085-4fa9-b0cd-30a72d7f3fac 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:38.855 7 INFO cinder.volume.api [None req-a8fcc7d3-9085-4fa9-b0cd-30a72d7f3fac 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Delete volume request issued successfully. 2026-02-25 07:19:38.855 7 INFO cinder.api.openstack.wsgi [None req-a8fcc7d3-9085-4fa9-b0cd-30a72d7f3fac 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd returned with HTTP 202 [pid: 7|app: 0|req: 378/763] 10.0.0.58 () {32 vars in 777 bytes} [Wed Feb 25 07:19:38 2026] DELETE /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd => generated 0 bytes in 42 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:38.866 8 INFO cinder.api.openstack.wsgi [None req-9492f4de-de05-446e-91c5-d634c9ea07e3 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:38.881 8 INFO cinder.volume.api [None req-9492f4de-de05-446e-91c5-d634c9ea07e3 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:38.887 8 INFO cinder.api.openstack.wsgi [None req-9492f4de-de05-446e-91c5-d634c9ea07e3 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd returned with HTTP 200 [pid: 8|app: 0|req: 386/764] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:38 2026] GET /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd => generated 971 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:39.912 7 INFO cinder.api.openstack.wsgi [None req-e57cd139-c85e-4fba-910d-2a164640a857 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd 2026-02-25 07:19:39.923 7 INFO cinder.api.openstack.wsgi [None req-e57cd139-c85e-4fba-910d-2a164640a857 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd returned with HTTP 404 [pid: 7|app: 0|req: 379/765] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:39 2026] GET /v3/b529ee6c9bf2463b983ef8668af1b5aa/volumes/2c479398-cd2d-4059-97e4-7807d4689dcd => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-02-25 07:19:42.935 8 INFO cinder.api.openstack.wsgi [None req-9492f4de-de05-446e-91c5-d634c9ea07e3 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:42.936 7 INFO cinder.api.openstack.wsgi [None req-e57cd139-c85e-4fba-910d-2a164640a857 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:42.936 8 INFO cinder.api.openstack.wsgi [None req-9492f4de-de05-446e-91c5-d634c9ea07e3 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:19:42.937 7 INFO cinder.api.openstack.wsgi [None req-e57cd139-c85e-4fba-910d-2a164640a857 7bf1d0f3456f492484ca85f4ea0bb747 b529ee6c9bf2463b983ef8668af1b5aa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:45.432 8 INFO cinder.api.openstack.wsgi [None req-95de2b8d-6b68-4c9f-8de8-7e31fb67e6ec bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes 2026-02-25 07:19:45.459 8 INFO cinder.volume.api [None req-95de2b8d-6b68-4c9f-8de8-7e31fb67e6ec bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Get all volumes completed successfully. 2026-02-25 07:19:45.460 8 INFO cinder.api.openstack.wsgi [None req-95de2b8d-6b68-4c9f-8de8-7e31fb67e6ec bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes returned with HTTP 200 [pid: 8|app: 0|req: 388/768] 10.0.0.58 () {32 vars in 700 bytes} [Wed Feb 25 07:19:45 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes => generated 15 bytes in 161 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:19:45.472 7 INFO cinder.api.openstack.wsgi [None req-8da84b2b-07fe-4424-8613-93dce000743c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes 2026-02-25 07:19:45.475 7 INFO cinder.api.v3.volumes [None req-8da84b2b-07fe-4424-8613-93dce000743c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Create volume of 1 GB 2026-02-25 07:19:45.481 7 INFO cinder.volume.api [None req-8da84b2b-07fe-4424-8613-93dce000743c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Availability Zones retrieved successfully. 2026-02-25 07:19:45.649 7 INFO cinder.volume.api [None req-8da84b2b-07fe-4424-8613-93dce000743c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Create volume request issued successfully. 2026-02-25 07:19:45.654 7 INFO cinder.api.openstack.wsgi [None req-8da84b2b-07fe-4424-8613-93dce000743c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes returned with HTTP 202 [pid: 7|app: 0|req: 381/769] 10.0.0.58 () {34 vars in 722 bytes} [Wed Feb 25 07:19:45 2026] POST /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes => generated 875 bytes in 187 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-02-25 07:19:45.672 8 INFO cinder.api.openstack.wsgi [None req-09829a7b-feff-4168-abc9-426d95ef13db bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:45.706 8 INFO cinder.volume.api [None req-09829a7b-feff-4168-abc9-426d95ef13db bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:45.718 8 INFO cinder.api.openstack.wsgi [None req-09829a7b-feff-4168-abc9-426d95ef13db bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b returned with HTTP 200 [pid: 8|app: 0|req: 389/770] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:45 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b => generated 943 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:46.739 7 INFO cinder.api.openstack.wsgi [None req-07d8321b-fea4-46af-9985-86b5d53c48c1 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:46.754 7 INFO cinder.volume.api [None req-07d8321b-fea4-46af-9985-86b5d53c48c1 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:46.760 7 INFO cinder.api.openstack.wsgi [None req-07d8321b-fea4-46af-9985-86b5d53c48c1 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b returned with HTTP 200 [pid: 7|app: 0|req: 382/771] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:46 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b => generated 968 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:46.780 8 INFO cinder.api.openstack.wsgi [None req-e9771563-82fd-4683-b557-d3798d63674e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:46.795 8 INFO cinder.volume.api [None req-e9771563-82fd-4683-b557-d3798d63674e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:46.800 8 INFO cinder.api.openstack.wsgi [None req-e9771563-82fd-4683-b557-d3798d63674e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b returned with HTTP 200 [pid: 8|app: 0|req: 390/772] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:46 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b => generated 968 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:46.824 7 INFO cinder.api.openstack.wsgi [None req-d8b6ac21-037e-43cd-aecc-b449dff1fcc8 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes 2026-02-25 07:19:46.828 7 INFO cinder.api.v3.volumes [None req-d8b6ac21-037e-43cd-aecc-b449dff1fcc8 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Create volume of 1 GB 2026-02-25 07:19:46.837 7 INFO cinder.volume.api [None req-d8b6ac21-037e-43cd-aecc-b449dff1fcc8 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Availability Zones retrieved successfully. 2026-02-25 07:19:47.106 7 INFO cinder.volume.api [None req-d8b6ac21-037e-43cd-aecc-b449dff1fcc8 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Create volume request issued successfully. 2026-02-25 07:19:47.107 7 INFO cinder.api.openstack.wsgi [None req-d8b6ac21-037e-43cd-aecc-b449dff1fcc8 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes returned with HTTP 202 [pid: 7|app: 0|req: 383/773] 10.0.0.58 () {34 vars in 722 bytes} [Wed Feb 25 07:19:46 2026] POST /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes => generated 875 bytes in 291 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:47.131 8 INFO cinder.api.openstack.wsgi [None req-558b3e47-bb0b-4e6f-acab-1c8607e3ffa5 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:47.150 8 INFO cinder.volume.api [None req-558b3e47-bb0b-4e6f-acab-1c8607e3ffa5 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:47.158 8 INFO cinder.api.openstack.wsgi [None req-558b3e47-bb0b-4e6f-acab-1c8607e3ffa5 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b returned with HTTP 200 [pid: 8|app: 0|req: 391/774] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b => generated 943 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:47.423 7 INFO cinder.api.openstack.wsgi [None req-48737044-c2c9-4ec8-86c1-b377f505b4d9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/1532db2b0dd84bf299f13a08df709bbb?usage=true /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:47.441 7 INFO cinder.api.openstack.wsgi [None req-48737044-c2c9-4ec8-86c1-b377f505b4d9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/1532db2b0dd84bf299f13a08df709bbb?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 384/775] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/1532db2b0dd84bf299f13a08df709bbb?usage=true => generated 847 bytes in 153 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:47.450 8 INFO cinder.api.openstack.wsgi [None req-43d4eb16-901c-4a02-9882-9f07b44b3f55 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true 2026-02-25 07:19:47.486 8 INFO cinder.api.openstack.wsgi [None req-43d4eb16-901c-4a02-9882-9f07b44b3f55 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 392/776] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.499 7 INFO cinder.api.openstack.wsgi [None req-f164151a-9865-437f-a1d2-01327e3d53a3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true 2026-02-25 07:19:47.515 7 INFO cinder.api.openstack.wsgi [None req-f164151a-9865-437f-a1d2-01327e3d53a3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 385/777] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.526 8 INFO cinder.api.openstack.wsgi [None req-f062210b-1b3a-4c0c-a29b-0970449af216 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:19:47.544 8 INFO cinder.api.openstack.wsgi [None req-f062210b-1b3a-4c0c-a29b-0970449af216 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 393/778] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.557 7 INFO cinder.api.openstack.wsgi [None req-92aaf91e-4bd2-452d-924d-e180ae4d1e82 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c4e3784c04c4064ad9d7964f4210f07?usage=true 2026-02-25 07:19:47.580 7 INFO cinder.api.openstack.wsgi [None req-92aaf91e-4bd2-452d-924d-e180ae4d1e82 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c4e3784c04c4064ad9d7964f4210f07?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 386/779] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c4e3784c04c4064ad9d7964f4210f07?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.590 8 INFO cinder.api.openstack.wsgi [None req-cbb22671-b6db-455a-92c6-bbb11f3b4d09 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/46d6bb0167ec466b80943b50c7f5bdfa?usage=true 2026-02-25 07:19:47.609 8 INFO cinder.api.openstack.wsgi [None req-cbb22671-b6db-455a-92c6-bbb11f3b4d09 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/46d6bb0167ec466b80943b50c7f5bdfa?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 394/780] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/46d6bb0167ec466b80943b50c7f5bdfa?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.621 7 INFO cinder.api.openstack.wsgi [None req-4b5883f1-0c5b-4244-8e48-596a00719e62 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true 2026-02-25 07:19:47.652 7 INFO cinder.api.openstack.wsgi [None req-4b5883f1-0c5b-4244-8e48-596a00719e62 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 387/781] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.664 8 INFO cinder.api.openstack.wsgi [None req-947484c4-16b4-40ce-8f28-1295bc5b4c31 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/545138d8faa8469b8d682d0776a155e2?usage=true 2026-02-25 07:19:47.717 8 INFO cinder.api.openstack.wsgi [None req-947484c4-16b4-40ce-8f28-1295bc5b4c31 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/545138d8faa8469b8d682d0776a155e2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 395/782] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/545138d8faa8469b8d682d0776a155e2?usage=true => generated 847 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.728 7 INFO cinder.api.openstack.wsgi [None req-28187587-8fe1-42be-8b01-84193c291fd8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:19:47.758 7 INFO cinder.api.openstack.wsgi [None req-28187587-8fe1-42be-8b01-84193c291fd8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 388/783] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.769 8 INFO cinder.api.openstack.wsgi [None req-57cb8343-ebbb-4070-a7f5-70746a0ebfb7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:19:47.785 8 INFO cinder.api.openstack.wsgi [None req-57cb8343-ebbb-4070-a7f5-70746a0ebfb7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 396/784] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.800 7 INFO cinder.api.openstack.wsgi [None req-30408af6-92dd-4e00-8a19-4237777fe27f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true 2026-02-25 07:19:47.815 7 INFO cinder.api.openstack.wsgi [None req-30408af6-92dd-4e00-8a19-4237777fe27f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 389/785] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.829 8 INFO cinder.api.openstack.wsgi [None req-a1a3fb6e-775b-48db-b106-fb87cda5de5a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true 2026-02-25 07:19:47.850 8 INFO cinder.api.openstack.wsgi [None req-a1a3fb6e-775b-48db-b106-fb87cda5de5a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 397/786] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.860 7 INFO cinder.api.openstack.wsgi [None req-6ef7ea78-42e8-434d-a68b-14f1d6d3b18f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ccc5e23dc7874d769117087b358838f3?usage=true 2026-02-25 07:19:47.889 7 INFO cinder.api.openstack.wsgi [None req-6ef7ea78-42e8-434d-a68b-14f1d6d3b18f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ccc5e23dc7874d769117087b358838f3?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 390/787] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ccc5e23dc7874d769117087b358838f3?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.901 8 INFO cinder.api.openstack.wsgi [None req-8db34bbe-7257-41e8-8f29-72b3f0125697 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true 2026-02-25 07:19:47.921 8 INFO cinder.api.openstack.wsgi [None req-8db34bbe-7257-41e8-8f29-72b3f0125697 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 398/788] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.931 7 INFO cinder.api.openstack.wsgi [None req-52180223-7a0e-4a8c-9b31-025e22788fa0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true 2026-02-25 07:19:47.949 7 INFO cinder.api.openstack.wsgi [None req-52180223-7a0e-4a8c-9b31-025e22788fa0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 391/789] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:47.959 8 INFO cinder.api.openstack.wsgi [None req-411a8b5d-07aa-4b82-b195-1f48218d78ae e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true 2026-02-25 07:19:47.991 8 INFO cinder.api.openstack.wsgi [None req-411a8b5d-07aa-4b82-b195-1f48218d78ae e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 399/790] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:48.001 7 INFO cinder.api.openstack.wsgi [None req-49f9e174-4114-430b-8b15-3b72ecc5eff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/f4d90afe544b4b6ba6f20bb394165b6d?usage=true 2026-02-25 07:19:48.024 7 INFO cinder.api.openstack.wsgi [None req-49f9e174-4114-430b-8b15-3b72ecc5eff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/f4d90afe544b4b6ba6f20bb394165b6d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 392/791] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:19:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/f4d90afe544b4b6ba6f20bb394165b6d?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:48.034 8 INFO cinder.api.openstack.wsgi [None req-722f8d88-3bc8-4965-8ac1-2bbbccb211f2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:19:48.044 8 INFO cinder.volume.api [None req-722f8d88-3bc8-4965-8ac1-2bbbccb211f2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:48.051 8 INFO cinder.api.openstack.wsgi [None req-722f8d88-3bc8-4965-8ac1-2bbbccb211f2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 400/792] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:19:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 2259 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:19:48.065 7 INFO cinder.api.openstack.wsgi [None req-c18d6f5b-e62a-4ff2-a243-d8191a470971 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:19:48.080 7 INFO cinder.volume.api [None req-c18d6f5b-e62a-4ff2-a243-d8191a470971 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:48.084 7 INFO cinder.api.openstack.wsgi [None req-c18d6f5b-e62a-4ff2-a243-d8191a470971 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 393/793] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:19:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 2259 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:48.101 8 INFO cinder.api.openstack.wsgi [None req-4e436fb5-d123-4313-bb52-b68eb0c0fe7c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:48.180 7 INFO cinder.api.openstack.wsgi [None req-4398c825-1453-4e19-a6dd-750580903a95 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:48.197 7 INFO cinder.volume.api [None req-4398c825-1453-4e19-a6dd-750580903a95 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:48.203 7 INFO cinder.api.openstack.wsgi [None req-4398c825-1453-4e19-a6dd-750580903a95 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b returned with HTTP 200 [pid: 7|app: 0|req: 394/794] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:48 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b => generated 968 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:48.226 7 INFO cinder.api.openstack.wsgi [None req-1b7738de-cc31-4fe1-b569-fb592a2f6c01 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:48.239 7 INFO cinder.volume.api [None req-1b7738de-cc31-4fe1-b569-fb592a2f6c01 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:48.243 7 INFO cinder.api.openstack.wsgi [None req-1b7738de-cc31-4fe1-b569-fb592a2f6c01 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b returned with HTTP 200 [pid: 7|app: 0|req: 395/795] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:48 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b => generated 968 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:48.267 7 INFO cinder.api.openstack.wsgi [None req-48258546-fc15-4932-9b14-7b24f4565378 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes 2026-02-25 07:19:48.270 7 INFO cinder.api.v3.volumes [None req-48258546-fc15-4932-9b14-7b24f4565378 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Create volume of 1 GB 2026-02-25 07:19:48.275 7 INFO cinder.volume.api [None req-48258546-fc15-4932-9b14-7b24f4565378 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Availability Zones retrieved successfully. 2026-02-25 07:19:48.379 7 INFO cinder.volume.api [None req-48258546-fc15-4932-9b14-7b24f4565378 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Create volume request issued successfully. 2026-02-25 07:19:48.380 7 INFO cinder.api.openstack.wsgi [None req-48258546-fc15-4932-9b14-7b24f4565378 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes returned with HTTP 202 [pid: 7|app: 0|req: 396/796] 10.0.0.58 () {34 vars in 722 bytes} [Wed Feb 25 07:19:48 2026] POST /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes => generated 876 bytes in 119 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:48.402 7 INFO cinder.api.openstack.wsgi [None req-39513af5-2458-48ed-8b34-2cee9e77eabb bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:48.424 7 INFO cinder.volume.api [None req-39513af5-2458-48ed-8b34-2cee9e77eabb bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:48.431 7 INFO cinder.api.openstack.wsgi [None req-39513af5-2458-48ed-8b34-2cee9e77eabb bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 returned with HTTP 200 [pid: 7|app: 0|req: 397/797] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:48 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 => generated 944 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:48.606 8 INFO cinder.api.openstack.wsgi [None req-4e436fb5-d123-4313-bb52-b68eb0c0fe7c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 401/798] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:19:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:48.619 7 INFO cinder.api.openstack.wsgi [None req-1a12a97e-1523-4b7c-928c-9d546385c594 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:19:48.627 7 INFO cinder.volume.api [None req-1a12a97e-1523-4b7c-928c-9d546385c594 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:19:48.627 7 INFO cinder.api.openstack.wsgi [None req-1a12a97e-1523-4b7c-928c-9d546385c594 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 398/799] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:19:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:19:48.638 8 INFO cinder.api.openstack.wsgi [None req-d1ca5d31-8c70-4ac6-a1f3-eafc3ab56462 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:19:48.645 8 INFO cinder.api.openstack.wsgi [None req-d1ca5d31-8c70-4ac6-a1f3-eafc3ab56462 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 402/800] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:19:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:49.450 7 INFO cinder.api.openstack.wsgi [None req-41a8350e-d149-4ca4-b7b8-45fd07288625 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:49.466 7 INFO cinder.volume.api [None req-41a8350e-d149-4ca4-b7b8-45fd07288625 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:49.472 7 INFO cinder.api.openstack.wsgi [None req-41a8350e-d149-4ca4-b7b8-45fd07288625 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 returned with HTTP 200 [pid: 7|app: 0|req: 399/801] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:49 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:49.492 8 INFO cinder.api.openstack.wsgi [None req-c38d22fa-7813-49f6-8c91-56ec9a8c0794 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:49.509 8 INFO cinder.volume.api [None req-c38d22fa-7813-49f6-8c91-56ec9a8c0794 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:49.520 8 INFO cinder.api.openstack.wsgi [None req-c38d22fa-7813-49f6-8c91-56ec9a8c0794 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 returned with HTTP 200 [pid: 8|app: 0|req: 403/802] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:49 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:49.548 7 INFO cinder.api.openstack.wsgi [None req-2b778217-76e7-4bd3-a343-cd85f40033cf bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes 2026-02-25 07:19:49.593 7 INFO cinder.volume.api [None req-2b778217-76e7-4bd3-a343-cd85f40033cf bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Get all volumes completed successfully. 2026-02-25 07:19:49.594 7 INFO cinder.api.openstack.wsgi [None req-2b778217-76e7-4bd3-a343-cd85f40033cf bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes returned with HTTP 200 [pid: 7|app: 0|req: 400/803] 10.0.0.58 () {32 vars in 700 bytes} [Wed Feb 25 07:19:49 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes => generated 1322 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:49.612 8 INFO cinder.api.openstack.wsgi [None req-8551b41e-b632-4b35-9b2f-c27a1b9a8928 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:49.628 8 INFO cinder.volume.api [None req-8551b41e-b632-4b35-9b2f-c27a1b9a8928 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:49.633 8 INFO cinder.api.openstack.wsgi [None req-8551b41e-b632-4b35-9b2f-c27a1b9a8928 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 returned with HTTP 200 [pid: 8|app: 0|req: 404/804] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:49 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:49.654 7 INFO cinder.api.openstack.wsgi [None req-e03d67df-ce03-4812-a58d-2b3accf39a33 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 2026-02-25 07:19:49.655 7 INFO cinder.api.v3.volumes [None req-e03d67df-ce03-4812-a58d-2b3accf39a33 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Delete volume with id: c6b03ed1-44e0-449e-84a2-b62b01113014 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:49.666 7 INFO cinder.volume.api [None req-e03d67df-ce03-4812-a58d-2b3accf39a33 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:49.686 7 INFO cinder.volume.api [None req-e03d67df-ce03-4812-a58d-2b3accf39a33 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Delete volume request issued successfully. 2026-02-25 07:19:49.686 7 INFO cinder.api.openstack.wsgi [None req-e03d67df-ce03-4812-a58d-2b3accf39a33 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 returned with HTTP 202 [pid: 7|app: 0|req: 401/805] 10.0.0.58 () {32 vars in 777 bytes} [Wed Feb 25 07:19:49 2026] DELETE /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:49.704 8 INFO cinder.api.openstack.wsgi [None req-3b17306f-0e29-45e5-9c79-aeaff9a506fd bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:49.728 8 INFO cinder.volume.api [None req-3b17306f-0e29-45e5-9c79-aeaff9a506fd bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:49.733 8 INFO cinder.api.openstack.wsgi [None req-3b17306f-0e29-45e5-9c79-aeaff9a506fd bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 returned with HTTP 200 [pid: 8|app: 0|req: 405/806] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:49 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 => generated 968 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:50.756 7 INFO cinder.api.openstack.wsgi [None req-e3ac5e90-41bc-43e0-8089-316540c2f69f bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 2026-02-25 07:19:50.766 7 INFO cinder.api.openstack.wsgi [None req-e3ac5e90-41bc-43e0-8089-316540c2f69f bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 returned with HTTP 404 [pid: 7|app: 0|req: 402/807] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:50 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/c6b03ed1-44e0-449e-84a2-b62b01113014 => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:50.775 8 INFO cinder.api.openstack.wsgi [None req-1be09bbb-a851-40bb-adb9-c4d1c4d37855 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:50.791 8 INFO cinder.volume.api [None req-1be09bbb-a851-40bb-adb9-c4d1c4d37855 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:50.795 8 INFO cinder.api.openstack.wsgi [None req-1be09bbb-a851-40bb-adb9-c4d1c4d37855 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b returned with HTTP 200 [pid: 8|app: 0|req: 406/808] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:50 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b => generated 968 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:50.814 7 INFO cinder.api.openstack.wsgi [None req-ac4c8f17-fbfe-49e0-9a5d-422ae1973f5c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b 2026-02-25 07:19:50.815 7 INFO cinder.api.v3.volumes [None req-ac4c8f17-fbfe-49e0-9a5d-422ae1973f5c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Delete volume with id: fbf2f4f3-ac7e-467a-8f51-573cb260142b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:50.826 7 INFO cinder.volume.api [None req-ac4c8f17-fbfe-49e0-9a5d-422ae1973f5c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:50.849 7 INFO cinder.volume.api [None req-ac4c8f17-fbfe-49e0-9a5d-422ae1973f5c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Delete volume request issued successfully. 2026-02-25 07:19:50.850 7 INFO cinder.api.openstack.wsgi [None req-ac4c8f17-fbfe-49e0-9a5d-422ae1973f5c bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b returned with HTTP 202 [pid: 7|app: 0|req: 403/809] 10.0.0.58 () {32 vars in 777 bytes} [Wed Feb 25 07:19:50 2026] DELETE /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:50.862 8 INFO cinder.api.openstack.wsgi [None req-7d2adc98-ccfa-43c0-94d4-86f9a1f58a6e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:50.876 8 INFO cinder.volume.api [None req-7d2adc98-ccfa-43c0-94d4-86f9a1f58a6e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:50.881 8 INFO cinder.api.openstack.wsgi [None req-7d2adc98-ccfa-43c0-94d4-86f9a1f58a6e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b returned with HTTP 200 [pid: 8|app: 0|req: 407/810] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:50 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b => generated 967 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:51.911 7 INFO cinder.api.openstack.wsgi [None req-ad8eb219-636c-4964-a63b-cb08d0c1b68d bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b 2026-02-25 07:19:51.919 7 INFO cinder.api.openstack.wsgi [None req-ad8eb219-636c-4964-a63b-cb08d0c1b68d bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b returned with HTTP 404 [pid: 7|app: 0|req: 404/811] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:51 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/fbf2f4f3-ac7e-467a-8f51-573cb260142b => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:51.931 8 INFO cinder.api.openstack.wsgi [None req-4ed4b272-3cd9-42f0-979f-6f1e7198de43 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:51.947 8 INFO cinder.volume.api [None req-4ed4b272-3cd9-42f0-979f-6f1e7198de43 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:51.952 8 INFO cinder.api.openstack.wsgi [None req-4ed4b272-3cd9-42f0-979f-6f1e7198de43 bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b returned with HTTP 200 [pid: 8|app: 0|req: 408/812] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:51 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b => generated 968 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:51.971 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b 2026-02-25 07:19:51.972 7 INFO cinder.api.v3.volumes [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Delete volume with id: cecb6f5b-65de-47be-8d28-d81c01dba65b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:51.982 7 INFO cinder.volume.api [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:52.003 7 INFO cinder.volume.api [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Delete volume request issued successfully. 2026-02-25 07:19:52.003 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b returned with HTTP 202 [pid: 7|app: 0|req: 405/813] 10.0.0.58 () {32 vars in 777 bytes} [Wed Feb 25 07:19:51 2026] DELETE /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:52.017 8 INFO cinder.api.openstack.wsgi [None req-74d61955-1d6e-4f6a-9b38-f1122ba78b1e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:19:52.030 8 INFO cinder.volume.api [None req-74d61955-1d6e-4f6a-9b38-f1122ba78b1e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] Volume info retrieved successfully. 2026-02-25 07:19:52.035 8 INFO cinder.api.openstack.wsgi [None req-74d61955-1d6e-4f6a-9b38-f1122ba78b1e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b returned with HTTP 200 [pid: 8|app: 0|req: 409/814] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:52 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b => generated 967 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:19:52.936 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:52.936 8 INFO cinder.api.openstack.wsgi [None req-74d61955-1d6e-4f6a-9b38-f1122ba78b1e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:19:52.937 8 INFO cinder.api.openstack.wsgi [None req-74d61955-1d6e-4f6a-9b38-f1122ba78b1e bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:19:52.937 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:19:53.059 8 INFO cinder.api.openstack.wsgi [None req-9e44b81e-8d0a-4476-8520-8bc530a7501b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b 2026-02-25 07:19:53.075 8 INFO cinder.api.openstack.wsgi [None req-9e44b81e-8d0a-4476-8520-8bc530a7501b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b returned with HTTP 404 [pid: 8|app: 0|req: 411/817] 10.0.0.58 () {32 vars in 774 bytes} [Wed Feb 25 07:19:53 2026] GET /v3/46d6bb0167ec466b80943b50c7f5bdfa/volumes/cecb6f5b-65de-47be-8d28-d81c01dba65b => generated 109 bytes in 25 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-02-25 07:19:57.276 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:19:57.277 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 407/818] 10.0.0.231 () {28 vars in 376 bytes} [Wed Feb 25 07:19:57 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-02-25 07:19:57.295 8 INFO cinder.api.openstack.wsgi [None req-917bec05-dea6-4fc4-a21f-204886214c29 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/872568221258410f9bec92dd8227f613/limits?tenant_id=872568221258410f9bec92dd8227f613 2026-02-25 07:19:57.327 8 INFO cinder.api.openstack.wsgi [None req-917bec05-dea6-4fc4-a21f-204886214c29 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/872568221258410f9bec92dd8227f613/limits?tenant_id=872568221258410f9bec92dd8227f613 returned with HTTP 200 [pid: 8|app: 0|req: 412/819] 10.0.0.231 () {34 vars in 879 bytes} [Wed Feb 25 07:19:57 2026] GET /v3/872568221258410f9bec92dd8227f613/limits?tenant_id=872568221258410f9bec92dd8227f613 => generated 302 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:19:58.803 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:19:58.804 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 408/820] 10.0.0.231 () {28 vars in 376 bytes} [Wed Feb 25 07:19:58 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-02-25 07:19:58.810 8 INFO cinder.api.openstack.wsgi [None req-917bec05-dea6-4fc4-a21f-204886214c29 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:19:58.811 8 INFO cinder.api.openstack.wsgi [None req-917bec05-dea6-4fc4-a21f-204886214c29 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 413/821] 10.0.0.231 () {28 vars in 376 bytes} [Wed Feb 25 07:19:58 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-02-25 07:19:59.484 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:19:59.485 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 409/822] 10.0.0.231 () {28 vars in 376 bytes} [Wed Feb 25 07:19:59 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-02-25 07:19:59.508 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/872568221258410f9bec92dd8227f613/limits?tenant_id=872568221258410f9bec92dd8227f613 2026-02-25 07:19:59.541 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/872568221258410f9bec92dd8227f613/limits?tenant_id=872568221258410f9bec92dd8227f613 returned with HTTP 200 [pid: 8|app: 0|req: 414/823] 10.0.0.231 () {34 vars in 879 bytes} [Wed Feb 25 07:19:59 2026] GET /v3/872568221258410f9bec92dd8227f613/limits?tenant_id=872568221258410f9bec92dd8227f613 => generated 302 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:20:01.084 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:20:01.085 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 410/824] 10.0.0.231 () {28 vars in 376 bytes} [Wed Feb 25 07:20:01 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-02-25 07:20:01.092 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:20:01.093 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 415/825] 10.0.0.231 () {28 vars in 376 bytes} [Wed Feb 25 07:20:01 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-02-25 07:20:02.936 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:02.937 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:02.937 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:20:02.938 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:20:12.935 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:12.936 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:12.937 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:20:12.937 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:20:22.936 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:22.937 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:22.937 7 INFO cinder.api.openstack.wsgi [None req-79dbcb1b-fe22-4382-bb2d-1ca038fb451b bf7a1ceebcc342abb968361a98117b3f 46d6bb0167ec466b80943b50c7f5bdfa - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:20:22.938 8 INFO cinder.api.openstack.wsgi [None req-5464f887-4b20-4c9b-a467-404cf54ccf96 88a28e6f649d4e0fafdddcdddcc7a6a9 872568221258410f9bec92dd8227f613 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:24.584 7 INFO cinder.api.openstack.wsgi [None req-56dab219-a444-4fb4-8287-f9971fd302da e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes 2026-02-25 07:20:25.160 7 INFO cinder.api.v3.volumes [None req-56dab219-a444-4fb4-8287-f9971fd302da e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Create volume of 16 GB 2026-02-25 07:20:25.166 7 INFO cinder.volume.api [None req-56dab219-a444-4fb4-8287-f9971fd302da e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Availability Zones retrieved successfully. 2026-02-25 07:20:25.397 7 INFO cinder.volume.api [None req-56dab219-a444-4fb4-8287-f9971fd302da e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Create volume request issued successfully. 2026-02-25 07:20:25.397 7 INFO cinder.api.openstack.wsgi [None req-56dab219-a444-4fb4-8287-f9971fd302da e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes returned with HTTP 202 [pid: 7|app: 0|req: 414/832] 199.204.45.209 () {34 vars in 734 bytes} [Wed Feb 25 07:20:24 2026] POST /v3/3c482f8a86ca4187969243d957bad9b6/volumes => generated 846 bytes in 977 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-02-25 07:20:25.411 8 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-3810b30c-c8d0-4700-8d29-0e86aef9ecfb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:25.445 8 INFO cinder.volume.api [req-56dab219-a444-4fb4-8287-f9971fd302da req-3810b30c-c8d0-4700-8d29-0e86aef9ecfb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:25.450 8 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-3810b30c-c8d0-4700-8d29-0e86aef9ecfb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 8|app: 0|req: 419/833] 199.204.45.209 () {32 vars in 825 bytes} [Wed Feb 25 07:20:25 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1025 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:30.467 7 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-337dc236-774b-4a90-91fb-9d9057a35bee e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:30.492 7 INFO cinder.volume.api [req-56dab219-a444-4fb4-8287-f9971fd302da req-337dc236-774b-4a90-91fb-9d9057a35bee e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:30.497 7 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-337dc236-774b-4a90-91fb-9d9057a35bee e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 7|app: 0|req: 415/834] 199.204.45.209 () {32 vars in 825 bytes} [Wed Feb 25 07:20:30 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1489 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:31.024 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-f40d85b0-b2cd-432f-901b-ea05b8f2616f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:31.041 8 INFO cinder.volume.api [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-f40d85b0-b2cd-432f-901b-ea05b8f2616f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:31.047 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-f40d85b0-b2cd-432f-901b-ea05b8f2616f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 8|app: 0|req: 420/835] 10.0.0.203 () {34 vars in 1028 bytes} [Wed Feb 25 07:20:31 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1489 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:31.570 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-b6d3cccf-98f1-4b75-a408-d5479691dec4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:31.591 7 INFO cinder.volume.api [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-b6d3cccf-98f1-4b75-a408-d5479691dec4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:31.597 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-b6d3cccf-98f1-4b75-a408-d5479691dec4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 7|app: 0|req: 416/836] 10.0.0.203 () {34 vars in 1028 bytes} [Wed Feb 25 07:20:31 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1489 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:20:31.607 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-f40d85b0-b2cd-432f-901b-ea05b8f2616f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:20:31.608 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-f40d85b0-b2cd-432f-901b-ea05b8f2616f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 421/837] 10.0.0.203 () {32 vars in 829 bytes} [Wed Feb 25 07:20:31 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:31.621 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-d3dcab65-8aeb-4ffc-9cca-67062437a7f1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/attachments /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:31.701 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-d3dcab65-8aeb-4ffc-9cca-67062437a7f1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/attachments returned with HTTP 200 [pid: 7|app: 0|req: 417/838] 10.0.0.203 () {40 vars in 1057 bytes} [Wed Feb 25 07:20:31 2026] POST /v3/3c482f8a86ca4187969243d957bad9b6/attachments => generated 273 bytes in 94 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:20:32.935 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-f40d85b0-b2cd-432f-901b-ea05b8f2616f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:32.936 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-f40d85b0-b2cd-432f-901b-ea05b8f2616f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:20:32.937 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-d3dcab65-8aeb-4ffc-9cca-67062437a7f1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:32.938 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-d3dcab65-8aeb-4ffc-9cca-67062437a7f1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:34.984 8 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-4769b2c9-99f1-4a34-a53b-8bdc66c212a0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:35.002 8 INFO cinder.volume.api [req-56dab219-a444-4fb4-8287-f9971fd302da req-4769b2c9-99f1-4a34-a53b-8bdc66c212a0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:35.008 8 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-4769b2c9-99f1-4a34-a53b-8bdc66c212a0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 8|app: 0|req: 423/841] 199.204.45.209 () {32 vars in 825 bytes} [Wed Feb 25 07:20:34 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1488 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:20:37.165 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-d3dcab65-8aeb-4ffc-9cca-67062437a7f1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-02-25 07:20:37.167 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-d3dcab65-8aeb-4ffc-9cca-67062437a7f1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 419/842] 199.204.45.209 () {32 vars in 840 bytes} [Wed Feb 25 07:20:37 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:37.177 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-ce436915-9d15-483b-bb36-543ea8a6f612 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:37.196 8 INFO cinder.volume.api [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-ce436915-9d15-483b-bb36-543ea8a6f612 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:37.201 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-ce436915-9d15-483b-bb36-543ea8a6f612 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 8|app: 0|req: 424/843] 199.204.45.209 () {36 vars in 1073 bytes} [Wed Feb 25 07:20:37 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1712 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:37.274 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-028bc22d-9181-490c-94dc-980d72bd2998 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/attachments/e705dd0f-177a-46ef-a1d0-639b08a499bc /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:38.137 8 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-b21035b2-cbf3-4aca-9c77-292eaa623c71 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:38.158 8 INFO cinder.volume.api [req-56dab219-a444-4fb4-8287-f9971fd302da req-b21035b2-cbf3-4aca-9c77-292eaa623c71 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:38.165 8 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-b21035b2-cbf3-4aca-9c77-292eaa623c71 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 8|app: 0|req: 425/844] 199.204.45.209 () {32 vars in 825 bytes} [Wed Feb 25 07:20:38 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1489 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:20:38.320 7 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-028bc22d-9181-490c-94dc-980d72bd2998 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/attachments/e705dd0f-177a-46ef-a1d0-639b08a499bc returned with HTTP 200 [pid: 7|app: 0|req: 420/845] 199.204.45.209 () {40 vars in 1135 bytes} [Wed Feb 25 07:20:37 2026] PUT /v3/3c482f8a86ca4187969243d957bad9b6/attachments/e705dd0f-177a-46ef-a1d0-639b08a499bc => generated 802 bytes in 1058 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:38.841 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-7e7eba8b-a204-4f63-b768-81b17d646343 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/attachments/e705dd0f-177a-46ef-a1d0-639b08a499bc/action /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:38.883 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-7e7eba8b-a204-4f63-b768-81b17d646343 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/attachments/e705dd0f-177a-46ef-a1d0-639b08a499bc/action returned with HTTP 204 [pid: 8|app: 0|req: 426/846] 199.204.45.209 () {40 vars in 1148 bytes} [Wed Feb 25 07:20:38 2026] POST /v3/3c482f8a86ca4187969243d957bad9b6/attachments/e705dd0f-177a-46ef-a1d0-639b08a499bc/action => generated 0 bytes in 49 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:41.107 7 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-26d6b081-b575-42c2-a720-d0ee4c3fff63 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:41.124 7 INFO cinder.volume.api [req-56dab219-a444-4fb4-8287-f9971fd302da req-26d6b081-b575-42c2-a720-d0ee4c3fff63 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:41.128 7 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-26d6b081-b575-42c2-a720-d0ee4c3fff63 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 7|app: 0|req: 421/847] 199.204.45.209 () {32 vars in 825 bytes} [Wed Feb 25 07:20:41 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1787 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:20:42.936 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-7e7eba8b-a204-4f63-b768-81b17d646343 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:42.937 7 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-26d6b081-b575-42c2-a720-d0ee4c3fff63 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:42.938 8 INFO cinder.api.openstack.wsgi [req-86827034-f7ea-45e2-aaf1-354575b8e2ae req-7e7eba8b-a204-4f63-b768-81b17d646343 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:20:42.938 7 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-26d6b081-b575-42c2-a720-d0ee4c3fff63 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:44.151 8 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-14427ef1-871d-40ab-b158-075d3dd263de e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:44.176 8 INFO cinder.volume.api [req-56dab219-a444-4fb4-8287-f9971fd302da req-14427ef1-871d-40ab-b158-075d3dd263de e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:44.182 8 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-14427ef1-871d-40ab-b158-075d3dd263de e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 8|app: 0|req: 428/850] 199.204.45.209 () {32 vars in 825 bytes} [Wed Feb 25 07:20:44 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1787 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:46.964 7 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-6fdf1900-a83e-4ac1-9c20-1ebfc566539c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:46.989 7 INFO cinder.volume.api [req-56dab219-a444-4fb4-8287-f9971fd302da req-6fdf1900-a83e-4ac1-9c20-1ebfc566539c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:20:46.994 7 INFO cinder.api.openstack.wsgi [req-56dab219-a444-4fb4-8287-f9971fd302da req-6fdf1900-a83e-4ac1-9c20-1ebfc566539c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 200 [pid: 7|app: 0|req: 423/851] 199.204.45.209 () {32 vars in 825 bytes} [Wed Feb 25 07:20:46 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 1787 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:47.314 8 INFO cinder.api.openstack.wsgi [None req-840281e2-5d97-4125-beed-7e3188a11cec e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:20:47.476 8 INFO cinder.volume.api [None req-840281e2-5d97-4125-beed-7e3188a11cec e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:47.480 8 INFO cinder.api.openstack.wsgi [None req-840281e2-5d97-4125-beed-7e3188a11cec e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 429/852] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:20:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 1790 bytes in 284 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:47.498 7 INFO cinder.api.openstack.wsgi [None req-7dbcca95-8448-4d54-878b-1c6d2b947103 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:20:47.505 7 INFO cinder.volume.api [None req-7dbcca95-8448-4d54-878b-1c6d2b947103 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:20:47.505 7 INFO cinder.api.openstack.wsgi [None req-7dbcca95-8448-4d54-878b-1c6d2b947103 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 424/853] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:20:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:47.511 8 INFO cinder.api.openstack.wsgi [None req-6c01a11c-7c77-4958-af35-ca61f5415187 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:20:47.518 8 INFO cinder.api.openstack.wsgi [None req-6c01a11c-7c77-4958-af35-ca61f5415187 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 430/854] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:20:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:47.526 7 INFO cinder.api.openstack.wsgi [None req-1ced4cda-c1c7-4c1a-8d26-e9e4c5ebc408 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:20:47.539 7 INFO cinder.volume.api [None req-1ced4cda-c1c7-4c1a-8d26-e9e4c5ebc408 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:20:47.543 7 INFO cinder.api.openstack.wsgi [None req-1ced4cda-c1c7-4c1a-8d26-e9e4c5ebc408 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 425/855] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:20:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 1790 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:20:47.558 8 INFO cinder.api.openstack.wsgi [None req-7935bdcb-2961-4ec4-9661-b41ea7fc6abe e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:20:48.061 8 INFO cinder.api.openstack.wsgi [None req-7935bdcb-2961-4ec4-9661-b41ea7fc6abe e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 431/856] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:20:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 671 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:20:48.134 7 INFO cinder.api.openstack.wsgi [None req-e5105754-a22c-4f25-925f-ae19e641d7d3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true 2026-02-25 07:20:48.154 7 INFO cinder.api.openstack.wsgi [None req-e5105754-a22c-4f25-925f-ae19e641d7d3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 426/857] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.165 8 INFO cinder.api.openstack.wsgi [None req-c9799b4f-1f84-4a1f-8bb8-c347fc021e01 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true 2026-02-25 07:20:48.206 8 INFO cinder.api.openstack.wsgi [None req-c9799b4f-1f84-4a1f-8bb8-c347fc021e01 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 432/858] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true => generated 847 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.219 7 INFO cinder.api.openstack.wsgi [None req-681ed021-4c13-4b53-96e7-743abba61ba7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:20:48.243 7 INFO cinder.api.openstack.wsgi [None req-681ed021-4c13-4b53-96e7-743abba61ba7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 427/859] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.255 8 INFO cinder.api.openstack.wsgi [None req-0cff4ba4-415b-4525-b106-e3e23f5b0ef2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c4e3784c04c4064ad9d7964f4210f07?usage=true 2026-02-25 07:20:48.278 8 INFO cinder.api.openstack.wsgi [None req-0cff4ba4-415b-4525-b106-e3e23f5b0ef2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c4e3784c04c4064ad9d7964f4210f07?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 433/860] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c4e3784c04c4064ad9d7964f4210f07?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.289 7 INFO cinder.api.openstack.wsgi [None req-03a424c5-4dde-4f82-9851-d0116387af4c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true 2026-02-25 07:20:48.321 7 INFO cinder.api.openstack.wsgi [None req-03a424c5-4dde-4f82-9851-d0116387af4c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 428/861] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.335 8 INFO cinder.api.openstack.wsgi [None req-d3da8102-d165-439f-9020-417b754affb1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:20:48.355 8 INFO cinder.api.openstack.wsgi [None req-d3da8102-d165-439f-9020-417b754affb1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 434/862] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.369 7 INFO cinder.api.openstack.wsgi [None req-e92353a2-43db-4a2a-b3ba-a12d14abfc82 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:20:48.397 7 INFO cinder.api.openstack.wsgi [None req-e92353a2-43db-4a2a-b3ba-a12d14abfc82 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 429/863] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.408 8 INFO cinder.api.openstack.wsgi [None req-39944b3b-45a5-4680-9a13-8f2793441f07 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true 2026-02-25 07:20:48.435 8 INFO cinder.api.openstack.wsgi [None req-39944b3b-45a5-4680-9a13-8f2793441f07 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 435/864] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.452 7 INFO cinder.api.openstack.wsgi [None req-8bbf92bc-67c6-463a-8225-96795a0eb8a4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true 2026-02-25 07:20:48.480 7 INFO cinder.api.openstack.wsgi [None req-8bbf92bc-67c6-463a-8225-96795a0eb8a4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 430/865] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.494 8 INFO cinder.api.openstack.wsgi [None req-7a4c9848-db55-4159-8dfd-01e041627411 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true 2026-02-25 07:20:48.516 8 INFO cinder.api.openstack.wsgi [None req-7a4c9848-db55-4159-8dfd-01e041627411 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 436/866] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.531 7 INFO cinder.api.openstack.wsgi [None req-1e48b197-b11c-44c5-8e52-7192b983558a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true 2026-02-25 07:20:48.553 7 INFO cinder.api.openstack.wsgi [None req-1e48b197-b11c-44c5-8e52-7192b983558a e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 431/867] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.562 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true 2026-02-25 07:20:48.581 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 437/868] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:48.593 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/f4d90afe544b4b6ba6f20bb394165b6d?usage=true 2026-02-25 07:20:48.617 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/f4d90afe544b4b6ba6f20bb394165b6d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 432/869] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:20:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/f4d90afe544b4b6ba6f20bb394165b6d?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:20:52.936 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:52.936 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:20:52.937 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:20:52.938 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:02.936 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:02.936 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:02.937 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:02.937 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:12.936 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:12.937 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:12.937 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:12.939 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:22.936 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:22.936 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:22.937 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:22.937 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:32.936 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:32.936 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:32.937 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:32.937 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:42.936 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:42.937 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:42.938 7 INFO cinder.api.openstack.wsgi [None req-e2932ac9-b6df-4d07-8277-5d2fe344feac e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:42.938 8 INFO cinder.api.openstack.wsgi [None req-e0559a18-edf8-4ae0-8667-34a61678785e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:47.432 7 INFO cinder.api.openstack.wsgi [None req-27828596-4073-4c2d-9a84-82d39ca0c858 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true 2026-02-25 07:21:47.482 7 INFO cinder.api.openstack.wsgi [None req-27828596-4073-4c2d-9a84-82d39ca0c858 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 439/882] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true => generated 847 bytes in 231 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.496 8 INFO cinder.api.openstack.wsgi [None req-a32ad4a9-39d9-41e2-9266-5e5209839866 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true 2026-02-25 07:21:47.519 8 INFO cinder.api.openstack.wsgi [None req-a32ad4a9-39d9-41e2-9266-5e5209839866 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 444/883] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.531 7 INFO cinder.api.openstack.wsgi [None req-d245cee9-8a21-4730-b3a2-166d18ccb11c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:21:47.571 7 INFO cinder.api.openstack.wsgi [None req-d245cee9-8a21-4730-b3a2-166d18ccb11c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 440/884] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.582 8 INFO cinder.api.openstack.wsgi [None req-b5b13864-4495-453b-94ef-c3de39c6dd1b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true 2026-02-25 07:21:47.607 8 INFO cinder.api.openstack.wsgi [None req-b5b13864-4495-453b-94ef-c3de39c6dd1b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 445/885] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.619 7 INFO cinder.api.openstack.wsgi [None req-e1343cf9-85bf-4f74-976b-60a1cbc432c0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/50acb331991b429ea059492a7dfdad1e?usage=true 2026-02-25 07:21:47.641 7 INFO cinder.api.openstack.wsgi [None req-e1343cf9-85bf-4f74-976b-60a1cbc432c0 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/50acb331991b429ea059492a7dfdad1e?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 441/886] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/50acb331991b429ea059492a7dfdad1e?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.652 8 INFO cinder.api.openstack.wsgi [None req-eed9be45-8aad-4f1c-bde1-fa0854f3841c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:21:47.674 8 INFO cinder.api.openstack.wsgi [None req-eed9be45-8aad-4f1c-bde1-fa0854f3841c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 446/887] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.686 7 INFO cinder.api.openstack.wsgi [None req-96da07c7-d406-465b-b18e-b5f75000c595 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:21:47.706 7 INFO cinder.api.openstack.wsgi [None req-96da07c7-d406-465b-b18e-b5f75000c595 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 442/888] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.717 8 INFO cinder.api.openstack.wsgi [None req-588f1437-d411-40cf-944e-30583de0e445 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/78e1420989f840cfadcb9db9b0d75db7?usage=true 2026-02-25 07:21:47.736 8 INFO cinder.api.openstack.wsgi [None req-588f1437-d411-40cf-944e-30583de0e445 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/78e1420989f840cfadcb9db9b0d75db7?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 447/889] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/78e1420989f840cfadcb9db9b0d75db7?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.749 7 INFO cinder.api.openstack.wsgi [None req-548ee269-c88d-4a1b-ab67-8b5388688570 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true 2026-02-25 07:21:47.776 7 INFO cinder.api.openstack.wsgi [None req-548ee269-c88d-4a1b-ab67-8b5388688570 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 443/890] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.790 8 INFO cinder.api.openstack.wsgi [None req-2effb70e-5724-4e27-98cd-6fe8c6db29da e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true 2026-02-25 07:21:47.818 8 INFO cinder.api.openstack.wsgi [None req-2effb70e-5724-4e27-98cd-6fe8c6db29da e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 448/891] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.830 7 INFO cinder.api.openstack.wsgi [None req-050722ae-6cfd-4f59-8194-dcf3dd6b1c20 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/bec9bfb5dccd447d83fe92f33bc01140?usage=true 2026-02-25 07:21:47.851 7 INFO cinder.api.openstack.wsgi [None req-050722ae-6cfd-4f59-8194-dcf3dd6b1c20 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/bec9bfb5dccd447d83fe92f33bc01140?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 444/892] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/bec9bfb5dccd447d83fe92f33bc01140?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.864 8 INFO cinder.api.openstack.wsgi [None req-812ed340-abaf-4681-bfe1-7ad2444a7ce5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true 2026-02-25 07:21:47.883 8 INFO cinder.api.openstack.wsgi [None req-812ed340-abaf-4681-bfe1-7ad2444a7ce5 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 449/893] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.897 7 INFO cinder.api.openstack.wsgi [None req-69195885-6222-411c-a4df-36a33d607910 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true 2026-02-25 07:21:47.913 7 INFO cinder.api.openstack.wsgi [None req-69195885-6222-411c-a4df-36a33d607910 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 445/894] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.923 8 INFO cinder.api.openstack.wsgi [None req-81412076-f4eb-42bb-80d3-9924c49fc3ee e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true 2026-02-25 07:21:47.943 8 INFO cinder.api.openstack.wsgi [None req-81412076-f4eb-42bb-80d3-9924c49fc3ee e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 450/895] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.954 7 INFO cinder.api.openstack.wsgi [None req-0c9e5229-c875-49a8-b6db-25e9bf979897 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:21:47.959 7 INFO cinder.api.openstack.wsgi [None req-0c9e5229-c875-49a8-b6db-25e9bf979897 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 446/896] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:47.973 8 INFO cinder.api.openstack.wsgi [None req-b12a30f9-ccdd-4d72-9fe7-d772acd7b8e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:21:48.477 8 INFO cinder.api.openstack.wsgi [None req-b12a30f9-ccdd-4d72-9fe7-d772acd7b8e2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 451/897] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:21:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 671 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:21:48.490 7 INFO cinder.api.openstack.wsgi [None req-a2ddc5ff-14da-4587-8f0c-4e01dd8f2cbc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:21:48.503 7 INFO cinder.volume.api [None req-a2ddc5ff-14da-4587-8f0c-4e01dd8f2cbc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:21:48.513 7 INFO cinder.api.openstack.wsgi [None req-a2ddc5ff-14da-4587-8f0c-4e01dd8f2cbc e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 447/898] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:21:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 1790 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:21:48.525 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:21:48.531 8 INFO cinder.volume.api [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:21:48.531 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 452/899] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:21:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:21:48.542 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:21:48.553 7 INFO cinder.volume.api [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:21:48.557 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 448/900] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:21:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 1790 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:21:52.936 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:52.936 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:21:52.936 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:21:52.937 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:02.936 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:02.937 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:02.937 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:02.939 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:12.935 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:12.936 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:12.936 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:12.937 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:22.936 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:22.936 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:22.937 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:22.937 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:32.936 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:32.937 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:32.938 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:32.938 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:42.937 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:42.937 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:42.938 8 INFO cinder.api.openstack.wsgi [None req-639c0d75-af70-4a6a-9a68-9755ebc0ee04 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:42.938 7 INFO cinder.api.openstack.wsgi [None req-f7bc9faf-1f5f-488d-892a-5d177f2ec90d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:47.293 8 INFO cinder.api.openstack.wsgi [None req-8998198d-1ed6-42c4-8477-927c7addc087 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:22:47.306 8 INFO cinder.volume.api [None req-8998198d-1ed6-42c4-8477-927c7addc087 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:22:47.307 8 INFO cinder.api.openstack.wsgi [None req-8998198d-1ed6-42c4-8477-927c7addc087 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 459/913] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:22:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 184 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:22:47.319 7 INFO cinder.api.openstack.wsgi [None req-a8b7440f-7cd6-416e-ad7e-a1266ab8e567 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:22:47.822 7 INFO cinder.api.openstack.wsgi [None req-a8b7440f-7cd6-416e-ad7e-a1266ab8e567 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 455/914] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:22:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:47.885 8 INFO cinder.api.openstack.wsgi [None req-fea9deb6-84c5-4040-b8bc-890d81cbf23d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true 2026-02-25 07:22:47.921 8 INFO cinder.api.openstack.wsgi [None req-fea9deb6-84c5-4040-b8bc-890d81cbf23d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 460/915] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:47.933 7 INFO cinder.api.openstack.wsgi [None req-1e152e07-fd6d-4bf7-99c3-78077e6b242b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true 2026-02-25 07:22:47.960 7 INFO cinder.api.openstack.wsgi [None req-1e152e07-fd6d-4bf7-99c3-78077e6b242b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 456/916] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:47.970 8 INFO cinder.api.openstack.wsgi [None req-a7eff74a-87b4-4545-b7e9-0ea1a6333415 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:22:47.988 8 INFO cinder.api.openstack.wsgi [None req-a7eff74a-87b4-4545-b7e9-0ea1a6333415 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 461/917] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:48.000 7 INFO cinder.api.openstack.wsgi [None req-bc2f1eff-c47b-4ca5-b09b-0be9b95be23d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true 2026-02-25 07:22:48.022 7 INFO cinder.api.openstack.wsgi [None req-bc2f1eff-c47b-4ca5-b09b-0be9b95be23d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 457/918] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:48.035 8 INFO cinder.api.openstack.wsgi [None req-4b65f639-e809-4755-9777-3330138c046b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:22:48.055 8 INFO cinder.api.openstack.wsgi [None req-4b65f639-e809-4755-9777-3330138c046b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 462/919] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:48.068 7 INFO cinder.api.openstack.wsgi [None req-4cae5401-ab2f-4bcc-b42d-4b5d2bdb4746 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:22:48.094 7 INFO cinder.api.openstack.wsgi [None req-4cae5401-ab2f-4bcc-b42d-4b5d2bdb4746 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 458/920] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:48.104 8 INFO cinder.api.openstack.wsgi [None req-334f945b-c465-4adf-9c87-58227f3ab77f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true 2026-02-25 07:22:48.128 8 INFO cinder.api.openstack.wsgi [None req-334f945b-c465-4adf-9c87-58227f3ab77f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 463/921] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:48.141 7 INFO cinder.api.openstack.wsgi [None req-162c0684-e008-4b44-a735-5252bf49a3e3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true 2026-02-25 07:22:48.163 7 INFO cinder.api.openstack.wsgi [None req-162c0684-e008-4b44-a735-5252bf49a3e3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 459/922] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:48.174 8 INFO cinder.api.openstack.wsgi [None req-01e23399-d305-4600-aaa8-0a5befdde7c3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true 2026-02-25 07:22:48.192 8 INFO cinder.api.openstack.wsgi [None req-01e23399-d305-4600-aaa8-0a5befdde7c3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 464/923] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:48.204 7 INFO cinder.api.openstack.wsgi [None req-27d671a1-46f0-4c95-8727-93dd528a1404 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true 2026-02-25 07:22:48.229 7 INFO cinder.api.openstack.wsgi [None req-27d671a1-46f0-4c95-8727-93dd528a1404 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 460/924] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:48.242 8 INFO cinder.api.openstack.wsgi [None req-b7273223-6eca-4b5a-81b4-3d86945136e7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true 2026-02-25 07:22:48.263 8 INFO cinder.api.openstack.wsgi [None req-b7273223-6eca-4b5a-81b4-3d86945136e7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 465/925] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:22:48.271 7 INFO cinder.api.openstack.wsgi [None req-03cc6277-e24f-4a89-8651-9bf4307ab51e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:22:48.283 7 INFO cinder.volume.api [None req-03cc6277-e24f-4a89-8651-9bf4307ab51e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:22:48.288 7 INFO cinder.api.openstack.wsgi [None req-03cc6277-e24f-4a89-8651-9bf4307ab51e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 461/926] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 1790 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:22:48.298 8 INFO cinder.api.openstack.wsgi [None req-0e40ae43-f29c-485a-8cad-bf0d69594ff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:22:48.303 8 INFO cinder.api.openstack.wsgi [None req-0e40ae43-f29c-485a-8cad-bf0d69594ff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 466/927] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:22:48.310 7 INFO cinder.api.openstack.wsgi [None req-14e64446-5d93-40d5-a19e-a531d1709d1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:22:48.324 7 INFO cinder.volume.api [None req-14e64446-5d93-40d5-a19e-a531d1709d1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:22:48.331 7 INFO cinder.api.openstack.wsgi [None req-14e64446-5d93-40d5-a19e-a531d1709d1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 462/928] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:22:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 1790 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-02-25 07:22:52.936 8 INFO cinder.api.openstack.wsgi [None req-0e40ae43-f29c-485a-8cad-bf0d69594ff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:52.937 8 INFO cinder.api.openstack.wsgi [None req-0e40ae43-f29c-485a-8cad-bf0d69594ff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:22:52.937 7 INFO cinder.api.openstack.wsgi [None req-14e64446-5d93-40d5-a19e-a531d1709d1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:22:52.938 7 INFO cinder.api.openstack.wsgi [None req-14e64446-5d93-40d5-a19e-a531d1709d1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:02.936 8 INFO cinder.api.openstack.wsgi [None req-0e40ae43-f29c-485a-8cad-bf0d69594ff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:02.936 7 INFO cinder.api.openstack.wsgi [None req-14e64446-5d93-40d5-a19e-a531d1709d1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:02.937 7 INFO cinder.api.openstack.wsgi [None req-14e64446-5d93-40d5-a19e-a531d1709d1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:02.938 8 INFO cinder.api.openstack.wsgi [None req-0e40ae43-f29c-485a-8cad-bf0d69594ff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:12.937 8 INFO cinder.api.openstack.wsgi [None req-0e40ae43-f29c-485a-8cad-bf0d69594ff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:12.937 7 INFO cinder.api.openstack.wsgi [None req-14e64446-5d93-40d5-a19e-a531d1709d1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:12.938 8 INFO cinder.api.openstack.wsgi [None req-0e40ae43-f29c-485a-8cad-bf0d69594ff2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:12.939 7 INFO cinder.api.openstack.wsgi [None req-14e64446-5d93-40d5-a19e-a531d1709d1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:19.889 8 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-9b989ed7-cc55-4200-a3ff-4e5173b3db1d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/attachments/e705dd0f-177a-46ef-a1d0-639b08a499bc /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:23:20.475 8 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-9b989ed7-cc55-4200-a3ff-4e5173b3db1d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/attachments/e705dd0f-177a-46ef-a1d0-639b08a499bc returned with HTTP 200 [pid: 8|app: 0|req: 470/935] 199.204.45.209 () {38 vars in 1103 bytes} [Wed Feb 25 07:23:19 2026] DELETE /v3/3c482f8a86ca4187969243d957bad9b6/attachments/e705dd0f-177a-46ef-a1d0-639b08a499bc => generated 19 bytes in 596 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:23:20.495 7 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 2026-02-25 07:23:20.495 7 INFO cinder.api.v3.volumes [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Delete volume with id: 7fd69e53-5891-4b4f-b927-d75feef318d4 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:23:20.505 7 INFO cinder.volume.api [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Volume info retrieved successfully. 2026-02-25 07:23:20.526 7 INFO cinder.volume.api [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Delete volume request issued successfully. 2026-02-25 07:23:20.526 7 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 returned with HTTP 202 [pid: 7|app: 0|req: 466/936] 199.204.45.209 () {36 vars in 1054 bytes} [Wed Feb 25 07:23:20 2026] DELETE /v3/3c482f8a86ca4187969243d957bad9b6/volumes/7fd69e53-5891-4b4f-b927-d75feef318d4 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-02-25 07:23:22.936 8 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-9b989ed7-cc55-4200-a3ff-4e5173b3db1d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:22.936 7 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:22.937 8 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-9b989ed7-cc55-4200-a3ff-4e5173b3db1d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:22.937 7 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:32.936 8 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-9b989ed7-cc55-4200-a3ff-4e5173b3db1d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:32.936 7 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:32.937 8 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-9b989ed7-cc55-4200-a3ff-4e5173b3db1d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:32.938 7 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:42.936 8 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-9b989ed7-cc55-4200-a3ff-4e5173b3db1d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:42.936 8 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-9b989ed7-cc55-4200-a3ff-4e5173b3db1d e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:42.936 7 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:42.938 7 INFO cinder.api.openstack.wsgi [req-d9c0ba86-5e1a-4398-a681-0bec28384be5 req-7690683e-e73d-4290-bcea-a25f10f9a344 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:23:47.163 8 INFO cinder.api.openstack.wsgi [None req-8a78155e-70d7-411c-b0b7-23d510539893 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-02-25 07:23:47.205 8 INFO cinder.api.openstack.wsgi [None req-8a78155e-70d7-411c-b0b7-23d510539893 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 474/943] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/28b0232e423d4dff8b65ea194ab6722a?usage=true => generated 847 bytes in 96 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-25 07:23:47.221 7 INFO cinder.api.openstack.wsgi [None req-5f4922f4-53e0-41e1-9646-6c8178421894 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true 2026-02-25 07:23:47.261 7 INFO cinder.api.openstack.wsgi [None req-5f4922f4-53e0-41e1-9646-6c8178421894 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 470/944] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/2dc652080b274900abbed6b57557724d?usage=true => generated 847 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.274 8 INFO cinder.api.openstack.wsgi [None req-4762a299-d5e9-48e8-9974-9ad288ab2d03 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:23:47.298 8 INFO cinder.api.openstack.wsgi [None req-4762a299-d5e9-48e8-9974-9ad288ab2d03 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 475/945] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.309 7 INFO cinder.api.openstack.wsgi [None req-ddf11d37-0b48-4fcc-a201-ec19783c21fd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true 2026-02-25 07:23:47.343 7 INFO cinder.api.openstack.wsgi [None req-ddf11d37-0b48-4fcc-a201-ec19783c21fd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 471/946] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/4d1f4fd4e4cd463ca190905920155144?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.355 8 INFO cinder.api.openstack.wsgi [None req-0f191b34-a343-4481-b669-a87298c8e901 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:23:47.396 8 INFO cinder.api.openstack.wsgi [None req-0f191b34-a343-4481-b669-a87298c8e901 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 476/947] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.411 7 INFO cinder.api.openstack.wsgi [None req-05e184a7-28aa-47ad-b1e9-af7ef01e0528 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:23:47.445 7 INFO cinder.api.openstack.wsgi [None req-05e184a7-28aa-47ad-b1e9-af7ef01e0528 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 472/948] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.457 8 INFO cinder.api.openstack.wsgi [None req-01b4cd83-302e-4e48-bdb6-88d7c03b2a10 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true 2026-02-25 07:23:47.481 8 INFO cinder.api.openstack.wsgi [None req-01b4cd83-302e-4e48-bdb6-88d7c03b2a10 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 477/949] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/8fbc04dd18504aadab7c6e222574e2a4?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.494 7 INFO cinder.api.openstack.wsgi [None req-cb2e1baf-e065-4a8b-a5d1-5e11cb83b8e1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true 2026-02-25 07:23:47.514 7 INFO cinder.api.openstack.wsgi [None req-cb2e1baf-e065-4a8b-a5d1-5e11cb83b8e1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 473/950] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/b2227e7aec4e47dc9a1f04c9f4fdf3b5?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.525 8 INFO cinder.api.openstack.wsgi [None req-9726f601-12be-4e90-81e2-fe3f3fc0cdd2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true 2026-02-25 07:23:47.549 8 INFO cinder.api.openstack.wsgi [None req-9726f601-12be-4e90-81e2-fe3f3fc0cdd2 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 478/951] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/d29c17fdcb324ec08087e3c3fd0cf56f?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.561 7 INFO cinder.api.openstack.wsgi [None req-5eaf2a64-3bda-43ff-bd5d-f8f424d1c1a4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true 2026-02-25 07:23:47.582 7 INFO cinder.api.openstack.wsgi [None req-5eaf2a64-3bda-43ff-bd5d-f8f424d1c1a4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 474/952] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/e8f68d61d0674fa3baef5f8e03465872?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.592 8 INFO cinder.api.openstack.wsgi [None req-13f2debc-dde7-4e7a-80f0-4e969a61d099 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true 2026-02-25 07:23:47.619 8 INFO cinder.api.openstack.wsgi [None req-13f2debc-dde7-4e7a-80f0-4e969a61d099 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 479/953] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/ea109ac460744126a2ff9a0bd561cd9a?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.630 7 INFO cinder.api.openstack.wsgi [None req-127da0ca-d83c-4e24-90da-dfcb5e5d1983 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:23:47.640 7 INFO cinder.volume.api [None req-127da0ca-d83c-4e24-90da-dfcb5e5d1983 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:23:47.642 7 INFO cinder.api.openstack.wsgi [None req-127da0ca-d83c-4e24-90da-dfcb5e5d1983 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 475/954] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:23:47.663 8 INFO cinder.api.openstack.wsgi [None req-07902e9e-48c2-467b-b852-bbcde7ad0a5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:23:47.673 8 INFO cinder.volume.api [None req-07902e9e-48c2-467b-b852-bbcde7ad0a5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:23:47.673 8 INFO cinder.api.openstack.wsgi [None req-07902e9e-48c2-467b-b852-bbcde7ad0a5b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 480/955] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:23:47.684 7 INFO cinder.api.openstack.wsgi [None req-e46e60f0-cffb-4c03-af30-0330384d6111 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:23:47.691 7 INFO cinder.api.openstack.wsgi [None req-e46e60f0-cffb-4c03-af30-0330384d6111 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 476/956] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:47.699 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:23:47.708 8 INFO cinder.volume.api [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:23:47.712 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 481/957] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:23:47.723 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:23:48.229 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 477/958] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:23:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:23:52.935 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:52.936 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:23:52.937 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:23:52.937 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:02.936 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:02.936 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:02.937 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:02.937 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:12.936 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:12.936 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:12.938 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:12.938 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:22.937 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:22.937 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:22.938 7 INFO cinder.api.openstack.wsgi [None req-66db014b-ba74-4355-b1a9-3327fe901c26 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:22.938 8 INFO cinder.api.openstack.wsgi [None req-35c9ff89-066e-4c83-8b62-2ecf21c0f7e8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:27.763 7 INFO cinder.api.openstack.wsgi [None req-32df3571-bb65-4190-b38d-2f3e8f2a48d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots 2026-02-25 07:24:27.777 7 INFO cinder.volume.api [None req-32df3571-bb65-4190-b38d-2f3e8f2a48d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:24:27.777 7 INFO cinder.api.openstack.wsgi [None req-32df3571-bb65-4190-b38d-2f3e8f2a48d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots returned with HTTP 200 [pid: 7|app: 0|req: 482/967] 10.0.0.58 () {32 vars in 704 bytes} [Wed Feb 25 07:24:27 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots => generated 17 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:24:27.792 8 INFO cinder.api.openstack.wsgi [None req-820da6dd-fbac-4d7b-b8e1-2825a0d5d00e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes 2026-02-25 07:24:27.818 8 INFO cinder.volume.api [None req-820da6dd-fbac-4d7b-b8e1-2825a0d5d00e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:24:27.818 8 INFO cinder.api.openstack.wsgi [None req-820da6dd-fbac-4d7b-b8e1-2825a0d5d00e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes returned with HTTP 200 [pid: 8|app: 0|req: 486/968] 10.0.0.58 () {32 vars in 700 bytes} [Wed Feb 25 07:24:27 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes => generated 15 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:24:32.936 7 INFO cinder.api.openstack.wsgi [None req-32df3571-bb65-4190-b38d-2f3e8f2a48d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:32.936 8 INFO cinder.api.openstack.wsgi [None req-820da6dd-fbac-4d7b-b8e1-2825a0d5d00e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:32.937 7 INFO cinder.api.openstack.wsgi [None req-32df3571-bb65-4190-b38d-2f3e8f2a48d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:32.938 8 INFO cinder.api.openstack.wsgi [None req-820da6dd-fbac-4d7b-b8e1-2825a0d5d00e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:42.935 7 INFO cinder.api.openstack.wsgi [None req-32df3571-bb65-4190-b38d-2f3e8f2a48d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:42.936 7 INFO cinder.api.openstack.wsgi [None req-32df3571-bb65-4190-b38d-2f3e8f2a48d1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:42.936 8 INFO cinder.api.openstack.wsgi [None req-820da6dd-fbac-4d7b-b8e1-2825a0d5d00e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:42.938 8 INFO cinder.api.openstack.wsgi [None req-820da6dd-fbac-4d7b-b8e1-2825a0d5d00e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:47.304 7 INFO cinder.api.openstack.wsgi [None req-7e38a4d3-07c9-4866-88b9-73d00613f7d3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:24:47.313 7 INFO cinder.api.openstack.wsgi [None req-7e38a4d3-07c9-4866-88b9-73d00613f7d3 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 485/973] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:24:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 101 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:24:47.326 8 INFO cinder.api.openstack.wsgi [None req-c7427fab-33d3-456b-81dc-34ab6492da12 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:24:47.332 8 INFO cinder.volume.api [None req-c7427fab-33d3-456b-81dc-34ab6492da12 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:24:47.332 8 INFO cinder.api.openstack.wsgi [None req-c7427fab-33d3-456b-81dc-34ab6492da12 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 489/974] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:24:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:24:47.349 7 INFO cinder.api.openstack.wsgi [None req-dc5af781-d4a2-4770-bf15-60c8a80595df e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:24:47.853 7 INFO cinder.api.openstack.wsgi [None req-dc5af781-d4a2-4770-bf15-60c8a80595df e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 486/975] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:24:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:24:47.867 8 INFO cinder.api.openstack.wsgi [None req-6e483e66-75a8-4969-b249-c61323dcab33 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:24:47.876 8 INFO cinder.volume.api [None req-6e483e66-75a8-4969-b249-c61323dcab33 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:24:47.878 8 INFO cinder.api.openstack.wsgi [None req-6e483e66-75a8-4969-b249-c61323dcab33 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 490/976] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:24:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:24:47.929 7 INFO cinder.api.openstack.wsgi [None req-28458ea9-ac50-4617-9870-5660ce7219f7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:24:47.949 7 INFO cinder.api.openstack.wsgi [None req-28458ea9-ac50-4617-9870-5660ce7219f7 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 487/977] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:24:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:24:47.966 8 INFO cinder.api.openstack.wsgi [None req-40c8fc5e-802c-46e7-aed7-9c7b5e00084b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:24:47.988 8 INFO cinder.api.openstack.wsgi [None req-40c8fc5e-802c-46e7-aed7-9c7b5e00084b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 491/978] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:24:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:24:48.001 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:24:48.020 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 488/979] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:24:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:24:48.032 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:24:48.040 8 INFO cinder.volume.api [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:24:48.042 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 492/980] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:24:48 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:24:52.936 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:52.936 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:24:52.937 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:24:52.937 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:02.936 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:02.936 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:02.937 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:02.937 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:12.937 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:12.938 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:12.938 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:12.939 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:22.936 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:22.936 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:22.937 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:22.937 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:32.938 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:32.938 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:32.939 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:32.939 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:42.936 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:42.936 8 INFO cinder.api.openstack.wsgi [None req-7564ecca-b7e1-4339-b07b-ef0f0f0e1dce e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:42.936 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:42.937 7 INFO cinder.api.openstack.wsgi [None req-272a91d3-eaf9-4702-8652-346eeeb80169 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:47.007 8 INFO cinder.api.openstack.wsgi [None req-d4fc381a-6c67-464b-9646-e5445e8734c4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:25:47.017 8 INFO cinder.volume.api [None req-d4fc381a-6c67-464b-9646-e5445e8734c4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:25:47.017 8 INFO cinder.api.openstack.wsgi [None req-d4fc381a-6c67-464b-9646-e5445e8734c4 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 499/993] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:25:46 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:25:47.031 7 INFO cinder.api.openstack.wsgi [None req-97b1896a-cd33-43a5-bf54-14dd8c660a6e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:25:47.040 7 INFO cinder.volume.api [None req-97b1896a-cd33-43a5-bf54-14dd8c660a6e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:25:47.042 7 INFO cinder.api.openstack.wsgi [None req-97b1896a-cd33-43a5-bf54-14dd8c660a6e e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 495/994] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:25:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:25:47.108 8 INFO cinder.api.openstack.wsgi [None req-73f8867e-2901-4de8-b9ac-65ab337af876 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:25:47.123 8 INFO cinder.api.openstack.wsgi [None req-73f8867e-2901-4de8-b9ac-65ab337af876 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 500/995] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:25:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:25:47.131 7 INFO cinder.api.openstack.wsgi [None req-05b320a9-2577-4fd0-bd41-0a42702d081b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:25:47.157 7 INFO cinder.api.openstack.wsgi [None req-05b320a9-2577-4fd0-bd41-0a42702d081b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 496/996] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:25:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:25:47.173 8 INFO cinder.api.openstack.wsgi [None req-8ca335ae-25bd-4e7c-8bd5-7e17b72860ee e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:25:47.207 8 INFO cinder.api.openstack.wsgi [None req-8ca335ae-25bd-4e7c-8bd5-7e17b72860ee e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 501/997] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:25:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:25:47.220 7 INFO cinder.api.openstack.wsgi [None req-fe536fdb-10dd-4f15-98a9-f8dc704d3a80 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:25:47.225 7 INFO cinder.api.openstack.wsgi [None req-fe536fdb-10dd-4f15-98a9-f8dc704d3a80 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 497/998] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:25:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:25:47.239 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:25:47.247 8 INFO cinder.volume.api [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:25:47.249 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 502/999] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:25:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:25:47.262 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:25:47.766 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 498/1000] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:25:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:25:52.936 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:52.937 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:25:52.938 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:25:52.939 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:02.936 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:02.936 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:02.937 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:02.938 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:12.936 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:12.937 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:12.938 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:12.939 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:22.936 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:22.936 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:22.936 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:22.936 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:32.936 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:32.939 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:32.940 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:32.940 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:42.936 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:42.936 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:42.936 7 INFO cinder.api.openstack.wsgi [None req-7644f4ac-f47b-496c-848b-4cee02fe786f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:42.937 8 INFO cinder.api.openstack.wsgi [None req-81e29e94-fa19-49cd-b284-fccde9e934f9 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:47.078 7 INFO cinder.api.openstack.wsgi [None req-9c27e86b-8701-4de3-bdf9-76f43431870f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:26:47.091 7 INFO cinder.volume.api [None req-9c27e86b-8701-4de3-bdf9-76f43431870f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:26:47.095 7 INFO cinder.api.openstack.wsgi [None req-9c27e86b-8701-4de3-bdf9-76f43431870f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 505/1013] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:26:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:26:47.107 8 INFO cinder.api.openstack.wsgi [None req-bd74860f-ff0c-42ee-b134-c854ac5cc1b1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:26:47.112 8 INFO cinder.api.openstack.wsgi [None req-bd74860f-ff0c-42ee-b134-c854ac5cc1b1 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 509/1014] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:26:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:26:47.122 7 INFO cinder.api.openstack.wsgi [None req-0f0842de-84e2-4e66-9f7e-d3ad4f501524 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:26:47.133 7 INFO cinder.volume.api [None req-0f0842de-84e2-4e66-9f7e-d3ad4f501524 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:26:47.134 7 INFO cinder.api.openstack.wsgi [None req-0f0842de-84e2-4e66-9f7e-d3ad4f501524 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 506/1015] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:26:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:26:47.146 8 INFO cinder.api.openstack.wsgi [None req-7a10478f-e6a2-4a85-8d70-48aaccf4b48f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:26:47.152 8 INFO cinder.volume.api [None req-7a10478f-e6a2-4a85-8d70-48aaccf4b48f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:26:47.153 8 INFO cinder.api.openstack.wsgi [None req-7a10478f-e6a2-4a85-8d70-48aaccf4b48f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 510/1016] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:26:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:26:47.163 7 INFO cinder.api.openstack.wsgi [None req-c6a17e72-cc18-4dfc-9298-4e7231429570 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:26:47.667 7 INFO cinder.api.openstack.wsgi [None req-c6a17e72-cc18-4dfc-9298-4e7231429570 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 507/1017] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:26:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:26:47.722 8 INFO cinder.api.openstack.wsgi [None req-cdd7adf5-e753-482b-8108-5786fbaf760b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:26:47.747 8 INFO cinder.api.openstack.wsgi [None req-cdd7adf5-e753-482b-8108-5786fbaf760b e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 511/1018] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:26:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:26:47.760 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:26:47.787 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 508/1019] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:26:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:26:47.801 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:26:47.820 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 512/1020] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:26:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:26:52.937 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:52.937 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:26:52.939 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:26:52.939 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:02.936 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:02.937 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:02.937 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:02.938 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:12.936 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:12.936 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:12.937 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:12.937 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:22.937 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:22.937 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:22.938 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:22.938 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:32.936 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:32.936 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:32.937 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:32.937 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:42.936 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:42.936 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:42.937 8 INFO cinder.api.openstack.wsgi [None req-4399b8eb-7215-45af-bce2-91a2d8de5b1c e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:42.937 7 INFO cinder.api.openstack.wsgi [None req-c9ca0f96-fe56-4689-bcc8-43f66499a2bd e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:47.122 8 INFO cinder.api.openstack.wsgi [None req-3e7323fc-4d5d-4705-84bd-63656ee3f978 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true 2026-02-25 07:27:47.174 8 INFO cinder.api.openstack.wsgi [None req-3e7323fc-4d5d-4705-84bd-63656ee3f978 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 519/1033] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:27:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/3c482f8a86ca4187969243d957bad9b6?usage=true => generated 845 bytes in 108 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:27:47.186 7 INFO cinder.api.openstack.wsgi [None req-9e478282-f115-42eb-9039-d02edf8c6fbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true 2026-02-25 07:27:47.212 7 INFO cinder.api.openstack.wsgi [None req-9e478282-f115-42eb-9039-d02edf8c6fbb e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 515/1034] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:27:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/5f74d0f04d6c45b994ab7f6ca186007c?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:27:47.223 8 INFO cinder.api.openstack.wsgi [None req-c930b87b-e014-4cdb-bd36-1f09a63cb628 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true 2026-02-25 07:27:47.248 8 INFO cinder.api.openstack.wsgi [None req-c930b87b-e014-4cdb-bd36-1f09a63cb628 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 520/1035] 10.0.0.47 () {28 vars in 735 bytes} [Wed Feb 25 07:27:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-quota-sets/744d4e1759824d4ea56006774caf2c53?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:27:47.262 7 INFO cinder.api.openstack.wsgi [None req-c893a772-4168-431d-97cb-a078b6a602b6 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:27:47.288 7 INFO cinder.volume.api [None req-c893a772-4168-431d-97cb-a078b6a602b6 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:27:47.293 7 INFO cinder.api.openstack.wsgi [None req-c893a772-4168-431d-97cb-a078b6a602b6 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 516/1036] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:27:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:27:47.303 8 INFO cinder.api.openstack.wsgi [None req-18dc4932-681c-4165-a760-d5b68e84078f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true 2026-02-25 07:27:47.309 8 INFO cinder.volume.api [None req-18dc4932-681c-4165-a760-d5b68e84078f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all snapshots completed successfully. 2026-02-25 07:27:47.309 8 INFO cinder.api.openstack.wsgi [None req-18dc4932-681c-4165-a760-d5b68e84078f e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 521/1037] 10.0.0.47 () {28 vars in 673 bytes} [Wed Feb 25 07:27:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/snapshots?all_tenants=true => generated 17 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:27:47.323 7 INFO cinder.api.openstack.wsgi [None req-e6fd4030-89e0-43d8-b5a7-dc774e3a2a42 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true 2026-02-25 07:27:47.827 7 INFO cinder.api.openstack.wsgi [None req-e6fd4030-89e0-43d8-b5a7-dc774e3a2a42 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 517/1038] 10.0.0.47 () {28 vars in 695 bytes} [Wed Feb 25 07:27:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 516 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:27:47.840 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services 2026-02-25 07:27:47.846 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 522/1039] 10.0.0.47 () {28 vars in 644 bytes} [Wed Feb 25 07:27:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-02-25 07:27:47.855 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true 2026-02-25 07:27:47.865 7 INFO cinder.volume.api [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] Get all volumes completed successfully. 2026-02-25 07:27:47.867 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 518/1040] 10.0.0.47 () {28 vars in 683 bytes} [Wed Feb 25 07:27:47 2026] GET /v3/3c482f8a86ca4187969243d957bad9b6/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-02-25 07:27:52.935 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:52.935 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:27:52.936 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:27:52.936 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:28:02.936 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:28:02.937 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:28:02.937 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:28:02.938 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:28:12.936 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:28:12.936 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:28:12.936 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:28:12.937 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:28:22.936 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:28:22.936 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:28:22.937 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:28:22.937 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:28:32.936 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:28:32.936 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] GET http://10.0.0.248:8776/ 2026-02-25 07:28:32.937 7 INFO cinder.api.openstack.wsgi [None req-17860a10-0e99-4b3e-bc7c-ea7b989dc0ab e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300 2026-02-25 07:28:32.938 8 INFO cinder.api.openstack.wsgi [None req-00067d17-db58-4d1c-9620-fb85096e23a8 e8a3a02bd2fa4bd7aeb6fac41e07da03 3c482f8a86ca4187969243d957bad9b6 - - default default] http://10.0.0.248:8776/ returned with HTTP 300