+ COMMAND=start + start + exec uwsgi --ini /etc/glance/glance-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/glance/glance-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Apr 20 06:11:23 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: glance-api-679bb8669c-mfmgc 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:9292 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f05678ed668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-20 06:11:25.277 7 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' 2026-04-20 06:11:25.286 8 INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json 2026-04-20 06:11:26.128 7 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-20 06:11:26.129 7 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-20 06:11:26.130 7 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-20 06:11:26.130 8 WARNING oslo_config.cfg [-] Deprecated: Option "stores" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``enabled_backends`` which helps to configure multiple backend stores of different schemes. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-20 06:11:26.131 8 WARNING oslo_config.cfg [-] Deprecated: Option "default_store" from group "glance_store" is deprecated for removal ( This option is deprecated against new config option ``default_backend`` which acts similar to ``default_store`` config option. This option is scheduled for removal in the U development cycle. ). Its value may be silently ignored in the future. 2026-04-20 06:11:26.131 8 WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! 2026-04-20 06:11:28.158 7 WARNING glance.api.v2.images [None req-36453900-40f4-4111-af25-4e7ee59cd502 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-20 06:11:28.221 8 WARNING glance.api.v2.images [None req-b3d85783-e132-40f2-bf21-07681bf86935 - - - - - -] Could not find schema properties file schema-image.json. Continuing without custom properties 2026-04-20 06:11:28.494 7 WARNING keystonemiddleware._common.config [None req-36453900-40f4-4111-af25-4e7ee59cd502 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-20 06:11:28.501 7 WARNING oslo_config.cfg [None req-36453900-40f4-4111-af25-4e7ee59cd502 - - - - - -] 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 5 seconds on interpreter 0x7f05678ed668 pid: 7 (default app) 2026-04-20 06:11:28.561 8 WARNING keystonemiddleware._common.config [None req-b3d85783-e132-40f2-bf21-07681bf86935 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-20 06:11:28.569 8 WARNING oslo_config.cfg [None req-b3d85783-e132-40f2-bf21-07681bf86935 - - - - - -] 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 5 seconds on interpreter 0x7f05678ed668 pid: 8 (default app) [pid: 7|app: 0|req: 4/4] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:11:30 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 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-04-20 06:11:30.811 8 WARNING oslo_policy.policy [None req-e568ba62-6eae-42fe-83ad-3907764cf3b8 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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-04-20 06:11:30.811 8 WARNING oslo_policy.policy [None req-e568ba62-6eae-42fe-83ad-3907764cf3b8 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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-04-20 06:11:30.828 8 WARNING oslo_policy.policy [None req-e568ba62-6eae-42fe-83ad-3907764cf3b8 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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-04-20 06:11:30.828 8 WARNING oslo_policy.policy [None req-e568ba62-6eae-42fe-83ad-3907764cf3b8 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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. [pid: 8|app: 0|req: 1/5] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:11:30 2026] GET /v2/images => generated 69 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/6] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:11:34 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2/7] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:11:34 2026] GET /v2/images => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 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-04-20 06:11:34.879 7 WARNING oslo_policy.policy [None req-2aff2fa1-3233-4698-ae06-2afd6b4253d5 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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-04-20 06:11:34.879 7 WARNING oslo_policy.policy [None req-2aff2fa1-3233-4698-ae06-2afd6b4253d5 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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. [pid: 7|app: 0|req: 6/8] 199.19.213.85 () {44 vars in 907 bytes} [Mon Apr 20 06:11:34 2026] GET /v2/images/cirros => generated 151 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.19.213.85 () {44 vars in 929 bytes} [Mon Apr 20 06:11:34 2026] GET /v2/images?name=cirros => generated 81 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 06:11:35.017 7 WARNING oslo_policy.policy [None req-954bee26-7fc3-4a0e-83c0-41d2a12b96ec d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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-04-20 06:11:35.018 7 WARNING oslo_policy.policy [None req-954bee26-7fc3-4a0e-83c0-41d2a12b96ec d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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. [pid: 7|app: 0|req: 7/10] 199.19.213.85 () {44 vars in 935 bytes} [Mon Apr 20 06:11:35 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 06:11:35.097 8 WARNING oslo_config.cfg [None req-943f245f-6219-4c50-9d44-c0a1d99966a9 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 8|app: 0|req: 4/11] 199.19.213.85 () {48 vars in 947 bytes} [Mon Apr 20 06:11:35 2026] POST /v2/images => generated 760 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-04-20 06:11:35.117 7 WARNING oslo_policy.policy [None req-6153da05-a95a-4e75-bedc-0f526ee311d6 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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-04-20 06:11:35.117 7 WARNING oslo_policy.policy [None req-6153da05-a95a-4e75-bedc-0f526ee311d6 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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-04-20 06:11:35.118 7 INFO glance.api.v2.image_data [None req-6153da05-a95a-4e75-bedc-0f526ee311d6 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-20 06:11:38.496 7 WARNING glance.location [None req-6153da05-a95a-4e75-bedc-0f526ee311d6 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 8/14] 199.19.213.85 () {48 vars in 1041 bytes} [Mon Apr 20 06:11:35 2026] PUT /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50/file => generated 0 bytes in 3424 msecs (HTTP/1.1 204) 4 headers in 171 bytes (6333 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.19.213.85 () {44 vars in 967 bytes} [Mon Apr 20 06:11:38 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 06:11:38.570 7 WARNING oslo_config.cfg [None req-9efd02c6-8d44-4245-a0e6-7a1fb8c8f08a d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. [pid: 7|app: 0|req: 9/16] 199.19.213.85 () {44 vars in 967 bytes} [Mon Apr 20 06:11:38 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/51] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:14:28 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/52] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:14:28 2026] GET /v2/images => generated 1240 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/55] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:14:40 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/56] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:14:40 2026] GET /v2/images => generated 1240 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/57] 199.19.213.85 () {44 vars in 943 bytes} [Mon Apr 20 06:14:40 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/58] 199.19.213.85 () {44 vars in 965 bytes} [Mon Apr 20 06:14:40 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/59] 199.19.213.85 () {44 vars in 935 bytes} [Mon Apr 20 06:14:40 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/60] 199.19.213.85 () {48 vars in 947 bytes} [Mon Apr 20 06:14:40 2026] POST /v2/images => generated 799 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-04-20 06:14:40.873 8 WARNING oslo_policy.policy [None req-a7c83727-dc64-4df3-bf97-ce21523739ff d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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-04-20 06:14:40.873 8 WARNING oslo_policy.policy [None req-a7c83727-dc64-4df3-bf97-ce21523739ff d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - 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-04-20 06:14:40.874 8 INFO glance.api.v2.image_data [None req-a7c83727-dc64-4df3-bf97-ce21523739ff d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. [uwsgi-body-read] Error reading 2181120 bytes. Content-Length: 854769152 consumed: 635353088 left: 219416064 message: Client closed connection 2026-04-20 06:14:48.939 7 WARNING glance.api.v2.images [None req-97a41bd6-8ef9-4b4a-ac1e-a1909a3fe982 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//c5c3ef1d-4ce2-498c-80c3-3d010c1dba10 2026-04-20 06:14:48.963 8 ERROR glance_store._drivers.rbd [None req-a7c83727-dc64-4df3-bf97-ce21523739ff d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Failed to store image c5c3ef1d-4ce2-498c-80c3-3d010c1dba10 Store Exception error during read(8388608) on wsgi.input: OSError: error during read(8388608) on wsgi.input [pid: 7|app: 0|req: 34/63] 199.19.213.85 () {46 vars in 989 bytes} [Mon Apr 20 06:14:48 2026] DELETE /v2/images/c5c3ef1d-4ce2-498c-80c3-3d010c1dba10 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2026-04-20 06:14:49.347 8 ERROR glance.api.v2.image_data [None req-a7c83727-dc64-4df3-bf97-ce21523739ff d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Failed to upload image data due to internal error: OSError: error during read(8388608) on wsgi.input 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi [None req-a7c83727-dc64-4df3-bf97-ce21523739ff d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Caught error: error during read(8388608) on wsgi.input: OSError: error during read(8388608) on wsgi.input 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi Traceback (most recent call last): 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/common/wsgi.py", line 1165, in __call__ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi action_result = self.dispatch(self.controller, action, 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/common/wsgi.py", line 1206, in dispatch 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi return method(*args, **kwargs) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/common/utils.py", line 411, in wrapped 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi return func(self, req, *args, **kwargs) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/api/v2/image_data.py", line 305, in upload 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi with excutils.save_and_reraise_exception(): 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi self.force_reraise() 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi raise self.value 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/api/v2/image_data.py", line 161, in upload 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi image.set_data(data, size, backend=backend) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/notifier.py", line 488, in set_data 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi with excutils.save_and_reraise_exception(): 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi self.force_reraise() 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi raise self.value 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/notifier.py", line 442, in set_data 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi self.repo.set_data(data, size, backend=backend, 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/quota/__init__.py", line 321, in set_data 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi self.image.set_data(data, size=size, backend=backend, 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/location.py", line 595, in set_data 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi self._upload_to_store(data, verifier, backend, size) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/location.py", line 501, in _upload_to_store 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi loc_meta) = self.store_api.add_to_backend_with_multihash( 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance_store/backend.py", line 488, in add_to_backend_with_multihash 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi return store_add_to_backend_with_multihash( 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance_store/backend.py", line 465, in store_add_to_backend_with_multihash 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi (location, size, checksum, multihash, metadata) = store.add( 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance_store/driver.py", line 295, in add_adapter 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi metadata_dict) = store_add_fun(*args, **kwargs) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance_store/capabilities.py", line 176, in op_checker 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi return store_op_fun(store, *args, **kwargs) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance_store/_drivers/rbd.py", line 678, in add 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi raise exc 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance_store/_drivers/rbd.py", line 598, in add 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi for chunk in chunks: 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance_store/common/utils.py", line 69, in chunkiter 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi chunk = fp.read(chunk_size) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/common/utils.py", line 290, in read 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi result = self.data.read(i) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/glance/common/utils.py", line 117, in readfn 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi result = fd.read(*args) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/imageutils/format_inspector.py", line 1390, in read 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi chunk = self._source.read(size) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1538, in readinto 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi data = self.file.read(sz0) 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi ^^^^^^^^^^^^^^^^^^^ 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi OSError: error during read(8388608) on wsgi.input 2026-04-20 06:14:49.377 8 ERROR glance.common.wsgi [pid: 8|app: 0|req: 30/64] 199.19.213.85 () {48 vars in 1041 bytes} [Mon Apr 20 06:14:40 2026] PUT /v2/images/c5c3ef1d-4ce2-498c-80c3-3d010c1dba10/file => generated 114 bytes in 8528 msecs (HTTP/1.1 500) 4 headers in 185 bytes (13549 switches on core 0) [pid: 7|app: 0|req: 35/65] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:14:54 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/66] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:14:54 2026] GET /v2/images => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/67] 199.19.213.85 () {44 vars in 943 bytes} [Mon Apr 20 06:14:55 2026] GET /v2/images/ubuntu-2204-kube-v1.34.3 => generated 169 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/68] 199.19.213.85 () {44 vars in 965 bytes} [Mon Apr 20 06:14:55 2026] GET /v2/images?name=ubuntu-2204-kube-v1.34.3 => generated 99 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/69] 199.19.213.85 () {44 vars in 935 bytes} [Mon Apr 20 06:14:55 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/70] 199.19.213.85 () {48 vars in 947 bytes} [Mon Apr 20 06:14:55 2026] POST /v2/images => generated 799 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-04-20 06:14:55.132 7 INFO glance.api.v2.image_data [None req-a1f4b71d-85ff-4f49-ba2b-34e4b67265a5 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-20 06:15:05.672 7 INFO glance.location [None req-a1f4b71d-85ff-4f49-ba2b-34e4b67265a5 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Image format matched and virtual size computed: 3221225472 [pid: 7|app: 0|req: 38/73] 199.19.213.85 () {48 vars in 1041 bytes} [Mon Apr 20 06:14:55 2026] PUT /v2/images/0be65d68-194d-4c5f-8c5c-ed21eb7e01dd/file => generated 0 bytes in 10608 msecs (HTTP/1.1 204) 4 headers in 171 bytes (25562 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.19.213.85 () {44 vars in 967 bytes} [Mon Apr 20 06:15:05 2026] GET /v2/images/0be65d68-194d-4c5f-8c5c-ed21eb7e01dd => generated 1211 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.19.213.85 () {48 vars in 1046 bytes} [Mon Apr 20 06:15:05 2026] PATCH /v2/images/0be65d68-194d-4c5f-8c5c-ed21eb7e01dd => generated 1234 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.19.213.85 () {44 vars in 967 bytes} [Mon Apr 20 06:15:05 2026] GET /v2/images/0be65d68-194d-4c5f-8c5c-ed21eb7e01dd => generated 1234 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 82/165] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:22:18 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 84/166] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:22:18 2026] GET /v2/images => generated 2476 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 84/169] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:22:29 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 86/170] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:22:30 2026] GET /v2/images => generated 2476 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 85/171] 199.19.213.85 () {44 vars in 935 bytes} [Mon Apr 20 06:22:30 2026] GET /v2/images/manila-service-image => generated 165 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 7|app: 0|req: 87/172] 199.19.213.85 () {44 vars in 957 bytes} [Mon Apr 20 06:22:30 2026] GET /v2/images?name=manila-service-image => generated 95 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 86/173] 199.19.213.85 () {44 vars in 935 bytes} [Mon Apr 20 06:22:30 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/174] 199.19.213.85 () {48 vars in 947 bytes} [Mon Apr 20 06:22:30 2026] POST /v2/images => generated 791 bytes in 41 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-04-20 06:22:30.203 8 INFO glance.api.v2.image_data [None req-d768c0e1-4a84-4bb8-970d-59e97105e823 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-20 06:22:39.378 8 INFO glance.location [None req-d768c0e1-4a84-4bb8-970d-59e97105e823 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Image format matched and virtual size computed: 3246063616 [pid: 8|app: 0|req: 87/177] 199.19.213.85 () {48 vars in 1041 bytes} [Mon Apr 20 06:22:30 2026] PUT /v2/images/cdab3376-ba82-4609-b02c-cb5f46c29150/file => generated 0 bytes in 9223 msecs (HTTP/1.1 204) 4 headers in 171 bytes (48471 switches on core 0) [pid: 7|app: 0|req: 91/178] 199.19.213.85 () {44 vars in 967 bytes} [Mon Apr 20 06:22:39 2026] GET /v2/images/cdab3376-ba82-4609-b02c-cb5f46c29150 => generated 1203 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 88/179] 199.19.213.85 () {44 vars in 967 bytes} [Mon Apr 20 06:22:39 2026] GET /v2/images/cdab3376-ba82-4609-b02c-cb5f46c29150 => generated 1203 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 92/180] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:22:44 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/181] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:22:44 2026] GET /v2/images => generated 3681 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/186] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:23:02 2026] GET / => generated 1301 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 8|app: 0|req: 92/187] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:23:02 2026] GET /v2/images => generated 3681 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/188] 199.19.213.85 () {44 vars in 933 bytes} [Mon Apr 20 06:23:03 2026] GET /v2/images/amphora-x64-haproxy => generated 164 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 172 bytes (1 switches on core 0) [pid: 8|app: 0|req: 93/189] 199.19.213.85 () {44 vars in 955 bytes} [Mon Apr 20 06:23:03 2026] GET /v2/images?name=amphora-x64-haproxy => generated 94 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/190] 199.19.213.85 () {44 vars in 935 bytes} [Mon Apr 20 06:23:03 2026] GET /v2/images?os_hidden=True => generated 84 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 94/191] 199.19.213.85 () {48 vars in 947 bytes} [Mon Apr 20 06:23:03 2026] POST /v2/images => generated 796 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 326 bytes (1 switches on core 0) 2026-04-20 06:23:03.155 7 INFO glance.api.v2.image_data [None req-0803ff3c-57ca-495d-9369-b0ddf3fa3460 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-20 06:23:28.552 7 WARNING glance.location [None req-0803ff3c-57ca-495d-9369-b0ddf3fa3460 d49ce39c392044a594bd06183b696e66 fbd48954b74048d49c1a05bf5148b26f - - default default] Image claims disk_format but is actually 'gpt' [pid: 7|app: 0|req: 98/198] 199.19.213.85 () {48 vars in 1042 bytes} [Mon Apr 20 06:23:03 2026] PUT /v2/images/d2061b1b-5835-4ea4-b84d-6640aea9d74f/file => generated 0 bytes in 25491 msecs (HTTP/1.1 204) 4 headers in 171 bytes (62004 switches on core 0) [pid: 8|app: 0|req: 101/199] 199.19.213.85 () {44 vars in 967 bytes} [Mon Apr 20 06:23:28 2026] GET /v2/images/d2061b1b-5835-4ea4-b84d-6640aea9d74f => generated 1209 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/200] 199.19.213.85 () {44 vars in 967 bytes} [Mon Apr 20 06:23:28 2026] GET /v2/images/d2061b1b-5835-4ea4-b84d-6640aea9d74f => generated 1209 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/201] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:23:30 2026] GET / => generated 1301 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/202] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:23:30 2026] GET /v2/images => generated 4892 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/241] 199.19.213.85 () {42 vars in 684 bytes} [Mon Apr 20 06:26:41 2026] GET / => generated 1301 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/242] 199.19.213.85 () {44 vars in 906 bytes} [Mon Apr 20 06:26:41 2026] GET /v2/images => generated 4892 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: glance. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 127/251] 10.0.0.78 () {32 vars in 632 bytes} [Mon Apr 20 06:27:20 2026] GET /v2/images => generated 4892 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/256] 10.0.0.126 () {36 vars in 987 bytes} [Mon Apr 20 06:27:39 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: glance. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 127/257] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:27:39 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/258] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:27:39 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/259] 10.0.0.126 () {36 vars in 987 bytes} [Mon Apr 20 06:27:39 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/260] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:27:39 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/261] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:27:39 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/262] 10.0.0.126 () {36 vars in 987 bytes} [Mon Apr 20 06:27:39 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/263] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:27:39 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/264] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:27:39 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/265] 10.0.0.191 () {36 vars in 911 bytes} [Mon Apr 20 06:27:40 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/266] 10.0.0.191 () {36 vars in 1007 bytes} [Mon Apr 20 06:27:40 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50/locations => generated 127 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/267] 10.0.0.191 () {36 vars in 987 bytes} [Mon Apr 20 06:27:40 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/268] 10.0.0.191 () {36 vars in 927 bytes} [Mon Apr 20 06:27:40 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/269] 10.0.0.191 () {36 vars in 927 bytes} [Mon Apr 20 06:27:40 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/272] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:27:49 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/273] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:27:49 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/274] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:27:49 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/275] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:27:49 2026] GET /v2/schemas/image => generated 4018 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/276] 199.19.213.85 () {36 vars in 990 bytes} [Mon Apr 20 06:27:56 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/277] 199.19.213.85 () {36 vars in 930 bytes} [Mon Apr 20 06:27:56 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/278] 199.19.213.85 () {36 vars in 990 bytes} [Mon Apr 20 06:27:57 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/279] 199.19.213.85 () {36 vars in 930 bytes} [Mon Apr 20 06:27:57 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/282] 10.0.0.78 () {34 vars in 654 bytes} [Mon Apr 20 06:28:04 2026] POST /v2/images => generated 649 bytes in 213 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) 2026-04-20 06:28:04.790 8 WARNING glance.api.v2.images [None req-d20754b7-d0ec-484f-99f4-cf98f6bce8fe e348af423713415585003d53b5798379 fdecb2de831846c484a92c99a4877127 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//dad7537d-8343-4db1-9376-fa437b2e72ad [pid: 8|app: 0|req: 143/283] 10.0.0.78 () {32 vars in 709 bytes} [Mon Apr 20 06:28:04 2026] DELETE /v2/images/dad7537d-8343-4db1-9376-fa437b2e72ad => generated 0 bytes in 46 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/284] 10.0.0.78 () {32 vars in 706 bytes} [Mon Apr 20 06:28:04 2026] GET /v2/images/dad7537d-8343-4db1-9376-fa437b2e72ad => generated 139 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/285] 10.0.0.78 () {32 vars in 632 bytes} [Mon Apr 20 06:28:04 2026] GET /v2/images => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/286] 10.0.0.78 () {34 vars in 654 bytes} [Mon Apr 20 06:28:04 2026] POST /v2/images => generated 703 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/287] 10.0.0.78 () {32 vars in 716 bytes} [Mon Apr 20 06:28:04 2026] GET /v2/images/49fb020b-cfd7-4551-a254-6b3bda25d431/file => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 06:28:04.977 7 INFO glance.api.v2.image_data [None req-081f0734-828f-440b-9ed3-be6c99f603b1 e348af423713415585003d53b5798379 fdecb2de831846c484a92c99a4877127 - - default default] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2026-04-20 06:28:05.018 7 WARNING glance_store._drivers.rbd [None req-081f0734-828f-440b-9ed3-be6c99f603b1 e348af423713415585003d53b5798379 fdecb2de831846c484a92c99a4877127 - - default default] Since image size is zero we will be doing resize-before-write which will be slower than normal 2026-04-20 06:28:06.250 7 INFO glance.location [None req-081f0734-828f-440b-9ed3-be6c99f603b1 e348af423713415585003d53b5798379 fdecb2de831846c484a92c99a4877127 - - default default] Image format matched and virtual size computed: 1024 [pid: 7|app: 0|req: 143/288] 10.0.0.78 () {32 vars in 726 bytes} [Mon Apr 20 06:28:04 2026] PUT /v2/images/49fb020b-cfd7-4551-a254-6b3bda25d431/file => generated 0 bytes in 1339 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/289] 10.0.0.78 () {32 vars in 706 bytes} [Mon Apr 20 06:28:06 2026] GET /v2/images/49fb020b-cfd7-4551-a254-6b3bda25d431 => generated 1104 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/290] 10.0.0.78 () {32 vars in 716 bytes} [Mon Apr 20 06:28:06 2026] GET /v2/images/49fb020b-cfd7-4551-a254-6b3bda25d431/file => generated 1024 bytes in 209 msecs (HTTP/1.1 200) 5 headers in 213 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/291] 10.0.0.78 () {34 vars in 654 bytes} [Mon Apr 20 06:28:06 2026] POST /v2/images => generated 648 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 342 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/292] 10.0.0.78 () {32 vars in 725 bytes} [Mon Apr 20 06:28:06 2026] PATCH /v2/images/c00e131a-4319-4224-ae49-68a7fca23440 => generated 653 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/293] 10.0.0.78 () {32 vars in 706 bytes} [Mon Apr 20 06:28:06 2026] GET /v2/images/c00e131a-4319-4224-ae49-68a7fca23440 => generated 653 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 06:28:06.737 7 WARNING glance.api.v2.images [None req-96a20c1d-513f-4db0-8897-a40cf992714c e348af423713415585003d53b5798379 fdecb2de831846c484a92c99a4877127 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//c00e131a-4319-4224-ae49-68a7fca23440 [pid: 7|app: 0|req: 146/294] 10.0.0.78 () {32 vars in 709 bytes} [Mon Apr 20 06:28:06 2026] DELETE /v2/images/c00e131a-4319-4224-ae49-68a7fca23440 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/295] 10.0.0.78 () {32 vars in 706 bytes} [Mon Apr 20 06:28:06 2026] GET /v2/images/c00e131a-4319-4224-ae49-68a7fca23440 => generated 139 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 06:28:06.840 7 WARNING glance.api.v2.images [None req-a98909f1-45a1-4510-ad5f-748dd709ff26 e348af423713415585003d53b5798379 fdecb2de831846c484a92c99a4877127 - - default default] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//49fb020b-cfd7-4551-a254-6b3bda25d431 [pid: 7|app: 0|req: 147/298] 10.0.0.78 () {32 vars in 709 bytes} [Mon Apr 20 06:28:06 2026] DELETE /v2/images/49fb020b-cfd7-4551-a254-6b3bda25d431 => generated 0 bytes in 1781 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/299] 10.0.0.78 () {32 vars in 706 bytes} [Mon Apr 20 06:28:08 2026] GET /v2/images/49fb020b-cfd7-4551-a254-6b3bda25d431 => generated 139 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 06:28:08.631 7 WARNING glance.api.v2.images [None req-b0eec476-f3aa-455c-b0f4-ba481005c823 e348af423713415585003d53b5798379 fdecb2de831846c484a92c99a4877127 - - default default] Failed to find image dad7537d-8343-4db1-9376-fa437b2e72ad to delete: glance.common.exception.ImageNotFound: No image found with ID dad7537d-8343-4db1-9376-fa437b2e72ad [pid: 7|app: 0|req: 148/300] 10.0.0.78 () {32 vars in 709 bytes} [Mon Apr 20 06:28:08 2026] DELETE /v2/images/dad7537d-8343-4db1-9376-fa437b2e72ad => generated 147 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/301] 10.0.0.78 () {32 vars in 706 bytes} [Mon Apr 20 06:28:08 2026] GET /v2/images/dad7537d-8343-4db1-9376-fa437b2e72ad => generated 139 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/304] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:28:22 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/305] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:28:23 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/312] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:28:53 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/313] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:28:53 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/318] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:29:17 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/319] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:29:17 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/322] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:29:24 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/323] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:29:24 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/324] 10.0.0.78 () {30 vars in 410 bytes} [Mon Apr 20 06:29:25 2026] GET / => generated 1301 bytes in 0 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/327] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:29:29 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/328] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:29:29 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/335] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:30:01 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/336] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:30:01 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/339] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:30:09 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/340] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:30:09 2026] GET /v2/schemas/image => generated 4018 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/341] 10.0.0.78 () {32 vars in 706 bytes} [Mon Apr 20 06:30:17 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/342] 10.0.0.78 () {32 vars in 706 bytes} [Mon Apr 20 06:30:17 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/343] 10.0.0.126 () {36 vars in 987 bytes} [Mon Apr 20 06:30:17 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/344] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:30:17 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/345] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:30:17 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/346] 10.0.0.126 () {36 vars in 987 bytes} [Mon Apr 20 06:30:17 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/347] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:30:17 2026] GET /v2/schemas/image => generated 4018 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/348] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:30:18 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/349] 10.0.0.126 () {36 vars in 987 bytes} [Mon Apr 20 06:30:18 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/350] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:30:18 2026] GET /v2/schemas/image => generated 4018 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/353] 10.0.0.191 () {36 vars in 911 bytes} [Mon Apr 20 06:30:18 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/354] 10.0.0.191 () {36 vars in 1007 bytes} [Mon Apr 20 06:30:18 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50/locations => generated 127 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/355] 10.0.0.191 () {36 vars in 987 bytes} [Mon Apr 20 06:30:18 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/356] 10.0.0.191 () {36 vars in 927 bytes} [Mon Apr 20 06:30:18 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/357] 10.0.0.191 () {36 vars in 927 bytes} [Mon Apr 20 06:30:18 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/376] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:31:50 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/377] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:31:50 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/380] 10.0.0.140 () {36 vars in 987 bytes} [Mon Apr 20 06:32:07 2026] GET /v2/images/b4b7c587-a182-445f-9c36-37bc106beb50 => generated 1171 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/381] 10.0.0.140 () {36 vars in 927 bytes} [Mon Apr 20 06:32:07 2026] GET /v2/schemas/image => generated 4018 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/390] 199.19.213.85 () {32 vars in 825 bytes} [Mon Apr 20 06:32:47 2026] GET /v2/images?status=active&owner=fbd48954b74048d49c1a05bf5148b26f&limit=2&tag=amphora&sort=created_at:desc => generated 1374 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/393] 199.19.213.85 () {32 vars in 652 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/schemas/image => generated 4018 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/394] 10.0.0.126 () {36 vars in 987 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/images/d2061b1b-5835-4ea4-b84d-6640aea9d74f => generated 1209 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/395] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/396] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/schemas/image => generated 4018 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 10.0.0.126 () {36 vars in 987 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/images/d2061b1b-5835-4ea4-b84d-6640aea9d74f => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/398] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/399] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/schemas/image => generated 4018 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/400] 10.0.0.126 () {36 vars in 987 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/images/d2061b1b-5835-4ea4-b84d-6640aea9d74f => generated 1209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/401] 10.0.0.126 () {36 vars in 927 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/402] 10.0.0.191 () {36 vars in 911 bytes} [Mon Apr 20 06:32:48 2026] GET /versions => generated 1301 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/403] 10.0.0.191 () {36 vars in 1007 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/images/d2061b1b-5835-4ea4-b84d-6640aea9d74f/locations => generated 127 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/404] 10.0.0.191 () {36 vars in 987 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/images/d2061b1b-5835-4ea4-b84d-6640aea9d74f => generated 1209 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 10.0.0.191 () {36 vars in 927 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/schemas/image => generated 4018 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/406] 10.0.0.191 () {36 vars in 927 bytes} [Mon Apr 20 06:32:48 2026] GET /v2/schemas/image => generated 4018 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/449] 10.0.0.78 () {32 vars in 632 bytes} [Mon Apr 20 06:36:21 2026] GET /v2/images => generated 4892 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)