=> sourcing 20-validate-variables.sh ... => sourcing 25-validate-replication-variables.sh ... => sourcing 30-base-config.sh ... ---> 04:38:16 Processing basic MySQL configuration files ... => sourcing 60-replication-config.sh ... => sourcing 70-s2i-config.sh ... ---> 04:38:16 Processing additional arbitrary MySQL configuration provided by s2i ... => sourcing 40-paas.cnf ... => sourcing 50-my-tuning.cnf ... ---> 04:38:16 Initializing database ... ---> 04:38:16 Running mysql_install_db ... /usr/bin/mysql_install_db: Deprecated program name. It will be removed in a future release, use 'mariadb-install-db' instead PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! To do so, start the server, then issue the following command: '/usr/bin/mariadb-secure-installation' which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers. See the MariaDB Knowledgebase at https://mariadb.com/kb Please report any problems at https://mariadb.org/jira The latest information about MariaDB is available at https://mariadb.org/. Consider joining MariaDB's strong and vibrant community: https://mariadb.org/get-involved/ ---> 04:38:18 Starting MySQL server with disabled networking ... ---> 04:38:18 Waiting for MySQL to start ... /usr/libexec/mysqld: Deprecated program name. It will be removed in a future release, use '/usr/libexec/mariadbd' instead 2026-03-10 4:38:18 0 [Note] Starting MariaDB 11.8.6-MariaDB source revision 9bfea48ce1214cc4470f6f6f8a4e30352cef84e7 server_uid XBs4l/Msuvmwvc3sksncx9n3eq0= as process 63 2026-03-10 4:38:18 0 [Note] InnoDB: Compressed tables use zlib 1.3.1.zlib-ng 2026-03-10 4:38:18 0 [Note] InnoDB: Number of transaction pools: 1 2026-03-10 4:38:18 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2026-03-10 4:38:18 0 [Note] mysqld: O_TMPFILE is not supported on /var/tmp (disabling future attempts) 2026-03-10 4:38:18 0 [Note] InnoDB: Using Linux native AIO 2026-03-10 4:38:18 0 [Note] InnoDB: innodb_buffer_pool_size_max=32m, innodb_buffer_pool_size=32m 2026-03-10 4:38:18 0 [Note] InnoDB: Completed initialization of buffer pool 2026-03-10 4:38:18 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes) 2026-03-10 4:38:18 0 [Note] InnoDB: End of log at LSN=45616 2026-03-10 4:38:18 0 [Note] InnoDB: Opened 3 undo tablespaces 2026-03-10 4:38:18 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active. 2026-03-10 4:38:18 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ... 2026-03-10 4:38:18 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB. 2026-03-10 4:38:18 0 [Note] InnoDB: log sequence number 45616; transaction id 14 2026-03-10 4:38:18 0 [Note] Plugin 'FEEDBACK' is disabled. 2026-03-10 4:38:18 0 [Note] Plugin 'wsrep-provider' is disabled. 2026-03-10 4:38:18 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/data/ib_buffer_pool 2026-03-10 4:38:18 0 [Note] InnoDB: Buffer pool(s) load completed at 260310 4:38:18 2026-03-10 4:38:19 0 [Warning] 'user' entry 'root@c33458ce3d6b' ignored in --skip-name-resolve mode. 2026-03-10 4:38:19 0 [Warning] 'proxies_priv' entry '@% root@c33458ce3d6b' ignored in --skip-name-resolve mode. 2026-03-10 4:38:19 0 [Note] mysqld: Event Scheduler: Loaded 0 events 2026-03-10 4:38:19 0 [Note] /usr/libexec/mysqld: ready for connections. Version: '11.8.6-MariaDB' socket: '/tmp/mysql.sock' port: 0 MariaDB Server ---> 04:38:19 MySQL started successfully mysql_upgrade: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-upgrade' instead This installation of MariaDB is already upgraded to 11.8.6-MariaDB. There is no need to run mariadb-upgrade again. You can use --force if you still want to run mariadb-upgrade ---> 04:38:19 Creating user specified by MYSQL_USER (openstack) ... mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead ---> 04:38:19 Creating database keystone ... mysqladmin: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-admin' instead ---> 04:38:19 Granting privileges to user openstack for keystone ... mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead 2026-03-10 4:38:19 7 [Warning] 'user' entry 'root@c33458ce3d6b' ignored in --skip-name-resolve mode. 2026-03-10 4:38:19 7 [Warning] 'proxies_priv' entry '@% root@c33458ce3d6b' ignored in --skip-name-resolve mode. ---> 04:38:19 Setting password for MySQL root user ... mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead ---> 04:38:19 Initialization finished => sourcing 40-datadir-action.sh ... /usr/libexec/mysqld: Deprecated program name. It will be removed in a future release, use '/usr/libexec/mariadbd' instead ---> 04:38:19 Running datadir action: upgrade-warn ---> 04:38:19 Warning: Version of the data could not be determined. It is because the file mysql_upgrade_info is missing in the data directory, which is most probably because it was not created when initialization of data directory. In order to allow seamless updates to the next higher version in the future, the file mysql_upgrade_info will be created. If the data directory was created with a different version than 11.8, it is required to run this container with the MYSQL_DATADIR_ACTION environment variable set to 'force', or run 'mysql_upgrade' utility manually; the mysql_upgrade tool checks the tables and creates such a file as well. For upstream documentation about upgrading, see: Unexpected or unsupported version '11.8' /usr/libexec/mysqld: Deprecated program name. It will be removed in a future release, use '/usr/libexec/mariadbd' instead ---> 04:38:19 Storing version '11.8.6-MariaDB' information into the data dir '/var/lib/mysql/data/mysql_upgrade_info' /usr/libexec/mysqld: Deprecated program name. It will be removed in a future release, use '/usr/libexec/mariadbd' instead => sourcing 50-passwd-change.sh ... ---> 04:38:19 Setting passwords ... mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead => sourcing init-db.sh ... Creating OpenStack databases... mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead 2026-03-10 4:38:20 14 [Warning] 'user' entry 'root@c33458ce3d6b' ignored in --skip-name-resolve mode. 2026-03-10 4:38:20 14 [Warning] 'proxies_priv' entry '@% root@c33458ce3d6b' ignored in --skip-name-resolve mode. OpenStack databases created successfully! ---> 04:38:20 Shutting down MySQL ... mysqladmin: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-admin' instead 2026-03-10 4:38:20 15 [Warning] 'user' entry 'root@c33458ce3d6b' ignored in --skip-name-resolve mode. 2026-03-10 4:38:20 15 [Warning] 'proxies_priv' entry '@% root@c33458ce3d6b' ignored in --skip-name-resolve mode. 2026-03-10 4:38:20 0 [Note] /usr/libexec/mysqld (initiated by: root[root] @ localhost []): Normal shutdown 2026-03-10 4:38:20 0 [Note] InnoDB: FTS optimize thread exiting. 2026-03-10 4:38:20 0 [Note] InnoDB: Starting shutdown... 2026-03-10 4:38:20 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/data/ib_buffer_pool 2026-03-10 4:38:20 0 [Note] InnoDB: Buffer pool(s) dump completed at 260310 4:38:20 2026-03-10 4:38:20 0 [Note] InnoDB: Removed temporary tablespace data file: "./ibtmp1" 2026-03-10 4:38:20 0 [Note] InnoDB: Shutdown completed; log sequence number 45616; transaction id 15 2026-03-10 4:38:20 0 [Note] /usr/libexec/mysqld: Shutdown complete ---> 04:38:21 Cleaning up environment variables MYSQL_USER, MYSQL_PASSWORD, MYSQL_DATABASE and MYSQL_ROOT_PASSWORD ... ---> 04:38:21 Running final exec -- Only MySQL server logs after this point /usr/libexec/mysqld: Deprecated program name. It will be removed in a future release, use '/usr/libexec/mariadbd' instead 2026-03-10 4:38:21 0 [Note] Starting MariaDB 11.8.6-MariaDB source revision 9bfea48ce1214cc4470f6f6f8a4e30352cef84e7 server_uid XBs4l/Msuvmwvc3sksncx9n3eq0= as process 1 2026-03-10 4:38:21 0 [Note] InnoDB: Compressed tables use zlib 1.3.1.zlib-ng 2026-03-10 4:38:21 0 [Note] InnoDB: Number of transaction pools: 1 2026-03-10 4:38:21 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2026-03-10 4:38:21 0 [Note] mysqld: O_TMPFILE is not supported on /var/tmp (disabling future attempts) 2026-03-10 4:38:21 0 [Note] InnoDB: Using Linux native AIO 2026-03-10 4:38:21 0 [Note] InnoDB: innodb_buffer_pool_size_max=32m, innodb_buffer_pool_size=32m 2026-03-10 4:38:21 0 [Note] InnoDB: Completed initialization of buffer pool 2026-03-10 4:38:21 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes) 2026-03-10 4:38:21 0 [Note] InnoDB: End of log at LSN=45616 2026-03-10 4:38:21 0 [Note] InnoDB: Opened 3 undo tablespaces 2026-03-10 4:38:21 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active. 2026-03-10 4:38:21 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ... 2026-03-10 4:38:21 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB. 2026-03-10 4:38:21 0 [Note] InnoDB: log sequence number 45616; transaction id 14 2026-03-10 4:38:21 0 [Note] Plugin 'FEEDBACK' is disabled. 2026-03-10 4:38:21 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/data/ib_buffer_pool 2026-03-10 4:38:21 0 [Note] Plugin 'wsrep-provider' is disabled. 2026-03-10 4:38:21 0 [Note] InnoDB: Buffer pool(s) load completed at 260310 4:38:21 2026-03-10 4:38:22 0 [Note] Server socket created on IP: '0.0.0.0', port: '3306'. 2026-03-10 4:38:22 0 [Note] Server socket created on IP: '::', port: '3306'. 2026-03-10 4:38:22 0 [Warning] 'user' entry 'root@c33458ce3d6b' ignored in --skip-name-resolve mode. 2026-03-10 4:38:22 0 [Warning] 'proxies_priv' entry '@% root@c33458ce3d6b' ignored in --skip-name-resolve mode. 2026-03-10 4:38:22 0 [Note] mysqld: Event Scheduler: Loaded 0 events 2026-03-10 4:38:22 0 [Note] /usr/libexec/mysqld: ready for connections. Version: '11.8.6-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server 2026-03-10 4:38:36 5 [Warning] Aborted connection 5 to db: 'keystone' user: 'openstack' host: '172.31.0.11' (Got an error reading communication packets) 2026-03-10 4:38:42 6 [Warning] Aborted connection 6 to db: 'keystone' user: 'openstack' host: '172.31.0.11' (Got an error reading communication packets) 2026-03-10 4:39:04 12 [Warning] Aborted connection 12 to db: 'placement' user: 'openstack' host: '172.31.0.13' (Got an error reading communication packets) 2026-03-10 4:39:05 14 [Warning] Aborted connection 14 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:39:05 13 [Warning] Aborted connection 13 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:39:06 15 [Warning] Aborted connection 15 to db: 'glance' user: 'openstack' host: '172.31.0.12' (Got an error reading communication packets) 2026-03-10 4:39:06 16 [Warning] Aborted connection 16 to db: 'glance' user: 'openstack' host: '172.31.0.12' (Got an error reading communication packets) 2026-03-10 4:39:07 17 [Warning] Aborted connection 17 to db: 'cinder' user: 'openstack' host: '172.31.0.41' (Got an error reading communication packets) 2026-03-10 4:39:22 24 [Warning] Aborted connection 24 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:39:26 30 [Warning] Aborted connection 30 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:39:38 31 [Warning] Aborted connection 31 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:39:38 33 [Warning] Aborted connection 33 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:39:38 32 [Warning] Aborted connection 32 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:39:46 38 [Warning] Aborted connection 38 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:41:46 47 [Warning] Aborted connection 47 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:41:46 46 [Warning] Aborted connection 46 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:42:02 51 [Warning] Aborted connection 51 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:42:06 52 [Warning] Aborted connection 52 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:42:10 54 [Warning] Aborted connection 54 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:42:10 56 [Warning] Aborted connection 56 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:42:10 55 [Warning] Aborted connection 55 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:42:18 59 [Warning] Aborted connection 59 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:44:28 70 [Warning] Aborted connection 70 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:44:28 69 [Warning] Aborted connection 69 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:44:44 74 [Warning] Aborted connection 74 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:44:48 75 [Warning] Aborted connection 75 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:44:51 76 [Warning] Aborted connection 76 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:44:51 78 [Warning] Aborted connection 78 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:44:51 77 [Warning] Aborted connection 77 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:44:59 80 [Warning] Aborted connection 80 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:47:09 91 [Warning] Aborted connection 91 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:47:09 90 [Warning] Aborted connection 90 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:47:26 95 [Warning] Aborted connection 95 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:47:29 96 [Warning] Aborted connection 96 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:47:33 97 [Warning] Aborted connection 97 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:47:33 99 [Warning] Aborted connection 99 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:47:33 98 [Warning] Aborted connection 98 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:47:41 100 [Warning] Aborted connection 100 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:49:50 112 [Warning] Aborted connection 112 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:49:50 111 [Warning] Aborted connection 111 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:50:07 116 [Warning] Aborted connection 116 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:50:10 117 [Warning] Aborted connection 117 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:50:14 118 [Warning] Aborted connection 118 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:50:14 120 [Warning] Aborted connection 120 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:50:14 119 [Warning] Aborted connection 119 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:50:21 121 [Warning] Aborted connection 121 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:52:32 133 [Warning] Aborted connection 133 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:52:32 132 [Warning] Aborted connection 132 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:52:49 137 [Warning] Aborted connection 137 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:52:52 138 [Warning] Aborted connection 138 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:52:56 139 [Warning] Aborted connection 139 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:52:56 141 [Warning] Aborted connection 141 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:52:56 140 [Warning] Aborted connection 140 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:53:03 142 [Warning] Aborted connection 142 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:55:13 152 [Warning] Aborted connection 152 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:55:13 151 [Warning] Aborted connection 151 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:55:30 158 [Warning] Aborted connection 158 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:55:34 159 [Warning] Aborted connection 159 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:55:38 160 [Warning] Aborted connection 160 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:55:38 162 [Warning] Aborted connection 162 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:55:38 161 [Warning] Aborted connection 161 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:55:45 163 [Warning] Aborted connection 163 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:57:54 172 [Warning] Aborted connection 172 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:57:54 171 [Warning] Aborted connection 171 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 4:58:11 179 [Warning] Aborted connection 179 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:58:15 180 [Warning] Aborted connection 180 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:58:18 181 [Warning] Aborted connection 181 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:58:18 183 [Warning] Aborted connection 183 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:58:18 182 [Warning] Aborted connection 182 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 4:58:25 184 [Warning] Aborted connection 184 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:00:36 193 [Warning] Aborted connection 193 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:00:36 192 [Warning] Aborted connection 192 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:00:53 200 [Warning] Aborted connection 200 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:00:57 201 [Warning] Aborted connection 201 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:01:00 202 [Warning] Aborted connection 202 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:01:00 204 [Warning] Aborted connection 204 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:01:00 203 [Warning] Aborted connection 203 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:01:07 205 [Warning] Aborted connection 205 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:03:17 213 [Warning] Aborted connection 213 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:03:17 214 [Warning] Aborted connection 214 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:03:34 219 [Warning] Aborted connection 219 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:03:38 222 [Warning] Aborted connection 222 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:03:41 223 [Warning] Aborted connection 223 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:03:41 225 [Warning] Aborted connection 225 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:03:41 224 [Warning] Aborted connection 224 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:03:48 226 [Warning] Aborted connection 226 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:05:58 235 [Warning] Aborted connection 235 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:05:58 234 [Warning] Aborted connection 234 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:06:16 239 [Warning] Aborted connection 239 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:06:19 241 [Warning] Aborted connection 241 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:06:23 244 [Warning] Aborted connection 244 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:06:23 246 [Warning] Aborted connection 246 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:06:23 245 [Warning] Aborted connection 245 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:06:31 247 [Warning] Aborted connection 247 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:08:40 256 [Warning] Aborted connection 256 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:08:40 255 [Warning] Aborted connection 255 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:08:58 260 [Warning] Aborted connection 260 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:09:01 261 [Warning] Aborted connection 261 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:09:05 262 [Warning] Aborted connection 262 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:09:05 264 [Warning] Aborted connection 264 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:09:05 263 [Warning] Aborted connection 263 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:09:12 268 [Warning] Aborted connection 268 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:11:21 277 [Warning] Aborted connection 277 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:11:21 276 [Warning] Aborted connection 276 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:11:39 281 [Warning] Aborted connection 281 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:11:42 282 [Warning] Aborted connection 282 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:11:46 283 [Warning] Aborted connection 283 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:11:46 285 [Warning] Aborted connection 285 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:11:46 284 [Warning] Aborted connection 284 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:11:53 286 [Warning] Aborted connection 286 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:14:03 298 [Warning] Aborted connection 298 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:14:03 297 [Warning] Aborted connection 297 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:14:20 302 [Warning] Aborted connection 302 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:14:24 303 [Warning] Aborted connection 303 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:14:28 304 [Warning] Aborted connection 304 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:14:28 306 [Warning] Aborted connection 306 to db: 'nova' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:14:28 305 [Warning] Aborted connection 305 to db: 'nova_cell0' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:14:35 307 [Warning] Aborted connection 307 to db: 'nova_api' user: 'openstack' host: '172.31.0.21' (Got an error reading communication packets) 2026-03-10 5:16:44 319 [Warning] Aborted connection 319 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets) 2026-03-10 5:16:44 318 [Warning] Aborted connection 318 to db: 'heat' user: 'openstack' host: '172.31.0.51' (Got an error reading communication packets)