[zuul@controller-0 ~]$ oc rsh nova-cell0-conductor-0 sh-5.1$ rpm -qa | grep nova python3-novaclient-18.3.0-18.0.20240620173053.85e4f08.el9osttrunk.noarch python3-nova-27.5.2-18.0.20250407212402.c1c6d67.el9.noarch openstack-nova-common-27.5.2-18.0.20250407212402.c1c6d67.el9.noarch openstack-nova-conductor-27.5.2-18.0.20250407212402.c1c6d67.el9.noarch sh-5.1$ openstack image set --property hw_qemu_guest_agent=False 043c7bc5-9eac-4984-bce2-bda1f9cd5564 sh-5.1$ openstack image show 043c7bc5-9eac-4984-bce2-bda1f9cd5564 +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | checksum | c8fc807773e5354afe61636071771906 | | container_format | bare | | created_at | 2025-04-08T01:38:51Z | | disk_format | qcow2 | | file | /v2/images/043c7bc5-9eac-4984-bce2-bda1f9cd5564/file | | id | 043c7bc5-9eac-4984-bce2-bda1f9cd5564 | | min_disk | 0 | | min_ram | 0 | | name | cirros-0.6.2-x86_64-disk.img_alt | | owner | 569477690e664f1ca31875e78dfac2f7 | | properties | hw_qemu_guest_agent='False', hw_rng_model='virtio', os_hash_algo='sha512', os_hash_value='1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b', os_hidden='False', stores='default_backend' | | protected | False | | schema | /v2/schemas/image | | size | 21430272 | | status | active | | tags | | | updated_at | 2025-04-08T18:17:49Z | | virtual_size | 117440512 | | visibility | public | +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ sh-5.1$ openstack server create --image cirros-0.6.2-x86_64-disk.img_alt --flavor m1.micro bz_11779 --wait +-------------------------------------+-------------------------------------------------------------------------+ | Field | Value | +-------------------------------------+-------------------------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | nova | | OS-EXT-SRV-ATTR:host | edpm-compute-1.ctlplane.example.com | | OS-EXT-SRV-ATTR:hypervisor_hostname | edpm-compute-1.ctlplane.example.com | | OS-EXT-SRV-ATTR:instance_name | instance-0000001f | | OS-EXT-STS:power_state | Running | | OS-EXT-STS:task_state | None | | OS-EXT-STS:vm_state | active | | OS-SRV-USG:launched_at | 2025-04-08T18:18:30.000000 | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | public=192.168.122.222 | | adminPass | 9N3d2UccVJdN | | config_drive | True | | created | 2025-04-08T18:18:23Z | | flavor | m1.micro (606e373c-2754-4876-8811-b3ca65bd1bd5) | | hostId | 67257930ffc2e6387ee6b8a3eb4c6ae6c4984a4c6fb49dfb2d5e6892 | | id | 79310805-6a5c-408f-8f0c-75eef8c49d63 | | image | cirros-0.6.2-x86_64-disk.img_alt (043c7bc5-9eac-4984-bce2-bda1f9cd5564) | | key_name | None | | name | bz_11779 | | progress | 0 | | project_id | 569477690e664f1ca31875e78dfac2f7 | | properties | | | security_groups | name='default' | | status | ACTIVE | | updated | 2025-04-08T18:18:30Z | | user_id | 925377c327564b70ba146a967e71a8f5 | | volumes_attached | | +-------------------------------------+-------------------------------------------------------------------------+ # Confirm image properties in request_specs and instance_system_metadata to be image_hw_qemu_guest_agent=False [zuul@controller-0 ~]$ oc rsh openstack-galera-0 mysql -u root --password=12345678 Defaulted container "galera" out of: galera, mysql-bootstrap (init) Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 13387 Server version: 10.5.22-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> use nova_api; MariaDB [nova_api]> select * from request_specs WHERE instance_uuid='79310805-6a5c-408f-8f0c-75eef8c49d63'; +---------------------+------------+----+--------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | created_at | updated_at | id | instance_uuid | spec | +---------------------+------------+----+--------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 2025-04-08 18:18:23 | NULL | 37 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | {"nova_object.name": "RequestSpec", "nova_object.namespace": "nova", "nova_object.version": "1.14", "nova_object.data": {"image": {"nova_object.name": "ImageMeta", "nova_object.namespace": "nova", "nova_object.version": "1.8", "nova_object.data": {"id": "043c7bc5-9eac-4984-bce2-bda1f9cd5564", "name": "cirros-0.6.2-x86_64-disk.img_alt", "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "owner": "569477690e664f1ca31875e78dfac2f7", "size": 21430272, "container_format": "bare", "disk_format": "qcow2", "created_at": "2025-04-08T01:38:51Z", "updated_at": "2025-04-08T18:17:49Z", "min_ram": 0, "min_disk": 0, "properties": {"nova_object.name": "ImageMetaProps", "nova_object.namespace": "nova", "nova_object.version": "1.34", "nova_object.data": {"hw_qemu_guest_agent": false, "hw_rng_model": "virtio"}, "nova_object.changes": ["hw_rng_model", "hw_qemu_guest_agent"]}}, "nova_object.changes": ["id", "min_ram", "properties", "name", "updated_at", "size", "owner", "container_format", "checksum", "min_disk", "disk_format", "status", "created_at"]}, "numa_topology": null, "pci_requests": {"nova_object.name": "InstancePCIRequests", "nova_object.namespace": "nova", "nova_object.version": "1.1", "nova_object.data": {"requests": []}, "nova_object.changes": ["requests"]}, "project_id": "569477690e664f1ca31875e78dfac2f7", "user_id": "925377c327564b70ba146a967e71a8f5", "availability_zone": null, "flavor": {"nova_object.name": "Flavor", "nova_object.namespace": "nova", "nova_object.version": "1.2", "nova_object.data": {"id": 4, "name": "m1.micro", "memory_mb": 192, "vcpus": 1, "root_gb": 1, "ephemeral_gb": 0, "flavorid": "606e373c-2754-4876-8811-b3ca65bd1bd5", "swap": 0, "rxtx_factor": 1.0, "vcpu_weight": 0, "disabled": false, "is_public": true, "extra_specs": {"hw_rng:allowed": "True"}, "description": null, "created_at": "2025-04-08T01:37:36Z", "updated_at": null, "deleted_at": null, "deleted": false}, "nova_object.changes": ["extra_specs"]}, "num_instances": 1, "ignore_hosts": null, "force_hosts": null, "force_nodes": null, "requested_destination": null, "retry": null, "limits": {"nova_object.name": "SchedulerLimits", "nova_object.namespace": "nova", "nova_object.version": "1.0", "nova_object.data": {"numa_topology": null, "vcpu": null, "disk_gb": null, "memory_mb": null}, "nova_object.changes": ["memory_mb", "vcpu", "numa_topology", "disk_gb"]}, "instance_group": null, "scheduler_hints": {}, "instance_uuid": "79310805-6a5c-408f-8f0c-75eef8c49d63", "security_groups": {"nova_object.name": "SecurityGroupList", "nova_object.namespace": "nova", "nova_object.version": "1.1", "nova_object.data": {"objects": [{"nova_object.name": "SecurityGroup", "nova_object.namespace": "nova", "nova_object.version": "1.2", "nova_object.data": {"name": "default"}, "nova_object.changes": ["name"]}]}, "nova_object.changes": ["objects"]}, "is_bfv": false, "requested_resources": []}, "nova_object.changes": ["security_groups", "image", "is_bfv", "retry", "num_instances", "pci_requests", "flavor", "ignore_hosts", "instance_group", "project_id", "force_hosts", "numa_topology", "force_nodes", "instance_uuid", "limits", "user_id", "requested_destination", "requested_resources", "scheduler_hints", "availability_zone"]} | +---------------------+------------+----+--------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.000 sec) [zuul@controller-0 ~]$ oc rsh openstack-cell1-galera-0 mysql -u root --password=12345678 Defaulted container "galera" out of: galera, mysql-bootstrap (init) Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 13308 Server version: 10.5.22-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> USE nova_cell1; MariaDB [nova_cell1]> select * from instance_system_metadata WHERE instance_uuid='79310805-6a5c-408f-8f0c-75eef8c49d63'; +---------------------+------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ | created_at | updated_at | deleted_at | id | instance_uuid | key | value | deleted | +---------------------+------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ | 2025-04-08 18:18:25 | NULL | NULL | 556 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_rng_model | virtio | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 559 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_qemu_guest_agent | False | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 562 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_min_ram | 0 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 565 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_min_disk | 1 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 568 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_disk_format | qcow2 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 571 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_container_format | bare | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 574 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_base_image_ref | 043c7bc5-9eac-4984-bce2-bda1f9cd5564 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 577 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | owner_user_name | admin | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 580 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | owner_project_name | admin | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 583 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | boot_roles | admin,member,reader | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 589 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_machine_type | q35 | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 592 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_cdrom_bus | sata | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 595 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_disk_bus | virtio | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 598 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_input_bus | usb | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 601 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_pointer_model | usbtablet | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 604 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_video_model | virtio | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 607 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_vif_model | virtio | 0 | +---------------------+------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ 17 rows in set (0.001 sec) # Overwrite image_hw_qemu_guest_agent to be True sh-5.1$ openstack server stop bz_11779 [zuul@controller-0 ~]$ oc rsh nova-cell0-conductor-0 sh-5.1$ nova-manage image_property set --property hw_qemu_guest_agent=True 79310805-6a5c-408f-8f0c-75eef8c49d63 Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. sh-5.1$ nova-manage image_property show 79310805-6a5c-408f-8f0c-75eef8c49d63 hw_qemu_guest_agent Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. True ... # Confirm in DBs it is now True MariaDB [nova_api]> select * from request_specs WHERE instance_uuid='79310805-6a5c-408f-8f0c-75eef8c49d63'; +---------------------+---------------------+----+--------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | created_at | updated_at | id | instance_uuid | spec | +---------------------+---------------------+----+--------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 2025-04-08 18:18:23 | 2025-04-08 18:33:22 | 37 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | {"nova_object.name": "RequestSpec", "nova_object.namespace": "nova", "nova_object.version": "1.14", "nova_object.data": {"id": 37, "image": {"nova_object.name": "ImageMeta", "nova_object.namespace": "nova", "nova_object.version": "1.8", "nova_object.data": {"id": "043c7bc5-9eac-4984-bce2-bda1f9cd5564", "container_format": "bare", "disk_format": "qcow2", "min_ram": 0, "min_disk": 1, "properties": {"nova_object.name": "ImageMetaProps", "nova_object.namespace": "nova", "nova_object.version": "1.34", "nova_object.data": {"hw_cdrom_bus": "sata", "hw_disk_bus": "virtio", "hw_input_bus": "usb", "hw_machine_type": "q35", "hw_pointer_model": "usbtablet", "hw_qemu_guest_agent": true, "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio"}, "nova_object.changes": ["hw_machine_type", "hw_rng_model", "hw_pointer_model", "hw_vif_model", "hw_cdrom_bus", "hw_input_bus", "hw_video_model", "hw_qemu_guest_agent", "hw_disk_bus"]}}, "nova_object.changes": ["properties", "id", "min_ram", "min_disk", "disk_format", "container_format"]}, "numa_topology": null, "pci_requests": {"nova_object.name": "InstancePCIRequests", "nova_object.namespace": "nova", "nova_object.version": "1.1", "nova_object.data": {"requests": []}, "nova_object.changes": ["requests"]}, "project_id": "569477690e664f1ca31875e78dfac2f7", "user_id": "925377c327564b70ba146a967e71a8f5", "availability_zone": null, "flavor": {"nova_object.name": "Flavor", "nova_object.namespace": "nova", "nova_object.version": "1.2", "nova_object.data": {"id": 4, "name": "m1.micro", "memory_mb": 192, "vcpus": 1, "root_gb": 1, "ephemeral_gb": 0, "flavorid": "606e373c-2754-4876-8811-b3ca65bd1bd5", "swap": 0, "rxtx_factor": 1.0, "vcpu_weight": 0, "disabled": false, "is_public": true, "extra_specs": {"hw_rng:allowed": "True"}, "description": null, "created_at": "2025-04-08T01:37:36Z", "updated_at": null, "deleted_at": null, "deleted": false}, "nova_object.changes": ["extra_specs"]}, "num_instances": 1, "ignore_hosts": null, "force_hosts": null, "force_nodes": null, "retry": null, "limits": {"nova_object.name": "SchedulerLimits", "nova_object.namespace": "nova", "nova_object.version": "1.0", "nova_object.data": {"numa_topology": null, "vcpu": null, "disk_gb": null, "memory_mb": null}, "nova_object.changes": ["memory_mb", "numa_topology", "vcpu", "disk_gb"]}, "instance_group": null, "scheduler_hints": {}, "instance_uuid": "79310805-6a5c-408f-8f0c-75eef8c49d63", "security_groups": {"nova_object.name": "SecurityGroupList", "nova_object.namespace": "nova", "nova_object.version": "1.1", "nova_object.data": {"objects": [{"nova_object.name": "SecurityGroup", "nova_object.namespace": "nova", "nova_object.version": "1.2", "nova_object.data": {"name": "default"}, "nova_object.changes": ["name"]}]}, "nova_object.changes": ["objects"]}, "is_bfv": false}, "nova_object.changes": ["image", "limits", "security_groups", "flavor", "pci_requests"]} | +---------------------+---------------------+----+--------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.001 sec) [zuul@controller-0 ~]$ oc rsh openstack-cell1-galera-0 mysql -u root --password=12345678 Defaulted container "galera" out of: galera, mysql-bootstrap (init) Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 13482 Server version: 10.5.22-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> USE nova_cell1; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed MariaDB [nova_cell1]> select * from instance_system_metadata WHERE instance_uuid='79310805-6a5c-408f-8f0c-75eef8c49d63'; +---------------------+---------------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ | created_at | updated_at | deleted_at | id | instance_uuid | key | value | deleted | +---------------------+---------------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ | 2025-04-08 18:18:25 | NULL | NULL | 556 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_rng_model | virtio | 0 | | 2025-04-08 18:18:25 | 2025-04-08 18:33:22 | NULL | 559 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_qemu_guest_agent | True | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 562 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_min_ram | 0 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 565 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_min_disk | 1 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 568 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_disk_format | qcow2 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 571 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_container_format | bare | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 574 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_base_image_ref | 043c7bc5-9eac-4984-bce2-bda1f9cd5564 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 577 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | owner_user_name | admin | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 580 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | owner_project_name | admin | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 583 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | boot_roles | admin,member,reader | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 589 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_machine_type | q35 | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 592 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_cdrom_bus | sata | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 595 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_disk_bus | virtio | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 598 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_input_bus | usb | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 601 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_pointer_model | usbtablet | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 604 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_video_model | virtio | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 607 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_vif_model | virtio | 0 | +---------------------+---------------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ 17 rows in set (0.001 sec) # Restart Guest and cold migrate sh-5.1$ openstack server start bz_11779 sh-5.1$ openstack server list --long +--------------------------------------+----------+--------+------------+-------------+------------------------+----------------------------------+--------------------------------------+----------+-------------------+-------------------------------------+------------+-------------+ | ID | Name | Status | Task State | Power State | Networks | Image Name | Image ID | Flavor | Availability Zone | Host | Properties | Host Status | +--------------------------------------+----------+--------+------------+-------------+------------------------+----------------------------------+--------------------------------------+----------+-------------------+-------------------------------------+------------+-------------+ | 79310805-6a5c-408f-8f0c-75eef8c49d63 | bz_11779 | ACTIVE | None | Running | public=192.168.122.222 | cirros-0.6.2-x86_64-disk.img_alt | 043c7bc5-9eac-4984-bce2-bda1f9cd5564 | m1.micro | nova | edpm-compute-1.ctlplane.example.com | | UP | +--------------------------------------+----------+--------+------------+-------------+------------------------+----------------------------------+--------------------------------------+----------+-------------------+-------------------------------------+------------+-------------+ sh-5.1$ openstack server migrate bz_11779 sh-5.1$ openstack server list --long +--------------------------------------+----------+--------+---------------+-------------+------------------------+----------------------------------+--------------------------------------+----------+-------------------+-------------------------------------+------------+-------------+ | ID | Name | Status | Task State | Power State | Networks | Image Name | Image ID | Flavor | Availability Zone | Host | Properties | Host Status | +--------------------------------------+----------+--------+---------------+-------------+------------------------+----------------------------------+--------------------------------------+----------+-------------------+-------------------------------------+------------+-------------+ | 79310805-6a5c-408f-8f0c-75eef8c49d63 | bz_11779 | RESIZE | resize_finish | Running | public=192.168.122.222 | cirros-0.6.2-x86_64-disk.img_alt | 043c7bc5-9eac-4984-bce2-bda1f9cd5564 | m1.micro | nova | edpm-compute-0.ctlplane.example.com | | UP | +--------------------------------------+----------+--------+---------------+-------------+------------------------+----------------------------------+--------------------------------------+----------+-------------------+-------------------------------------+------------+-------------+ sh-5.1$ openstack server migrate confirm bz_11779 The 'server migrate confirm' command has been deprecated in favour of the 'server migration confirm' command. sh-5.1$ openstack server list +--------------------------------------+----------+--------+------------------------+----------------------------------+----------+ | ID | Name | Status | Networks | Image | Flavor | +--------------------------------------+----------+--------+------------------------+----------------------------------+----------+ | 79310805-6a5c-408f-8f0c-75eef8c49d63 | bz_11779 | ACTIVE | public=192.168.122.222 | cirros-0.6.2-x86_64-disk.img_alt | m1.micro | +--------------------------------------+----------+--------+------------------------+----------------------------------+----------+ # Check that image_hw_qemu_guest_agent is still True after cold migration MariaDB [nova_cell1]> select * from instance_system_metadata WHERE instance_uuid='79310805-6a5c-408f-8f0c-75eef8c49d63'; +---------------------+---------------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ | created_at | updated_at | deleted_at | id | instance_uuid | key | value | deleted | +---------------------+---------------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ | 2025-04-08 18:18:25 | NULL | NULL | 556 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_rng_model | virtio | 0 | | 2025-04-08 18:18:25 | 2025-04-08 18:33:22 | NULL | 559 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_qemu_guest_agent | True | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 562 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_min_ram | 0 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 565 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_min_disk | 1 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 568 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_disk_format | qcow2 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 571 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_container_format | bare | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 574 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_base_image_ref | 043c7bc5-9eac-4984-bce2-bda1f9cd5564 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 577 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | owner_user_name | admin | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 580 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | owner_project_name | admin | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 583 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | boot_roles | admin,member,reader | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 589 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_machine_type | q35 | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 592 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_cdrom_bus | sata | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 595 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_disk_bus | virtio | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 598 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_input_bus | usb | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 601 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_pointer_model | usbtablet | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 604 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_video_model | virtio | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 607 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_vif_model | virtio | 0 | +---------------------+---------------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ 17 rows in set (0.001 sec) [zuul@controller-0 ~]$ oc rsh openstack-galera-0 mysql -u root --password=12345678 Defaulted container "galera" out of: galera, mysql-bootstrap (init) Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 13514 Server version: 10.5.22-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> use nova_api; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed MariaDB [nova_api]> select * from request_specs WHERE instance_uuid='79310805-6a5c-408f-8f0c-75eef8c49d63'; +---------------------+---------------------+----+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | created_at | updated_at | id | instance_uuid | spec | +---------------------+---------------------+----+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 2025-04-08 18:18:23 | 2025-04-08 18:36:52 | 37 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | {"nova_object.name": "RequestSpec", "nova_object.namespace": "nova", "nova_object.version": "1.14", "nova_object.data": {"id": 37, "image": {"nova_object.name": "ImageMeta", "nova_object.namespace": "nova", "nova_object.version": "1.8", "nova_object.data": {"id": "043c7bc5-9eac-4984-bce2-bda1f9cd5564", "container_format": "bare", "disk_format": "qcow2", "min_ram": 0, "min_disk": 1, "properties": {"nova_object.name": "ImageMetaProps", "nova_object.namespace": "nova", "nova_object.version": "1.34", "nova_object.data": {"hw_cdrom_bus": "sata", "hw_disk_bus": "virtio", "hw_input_bus": "usb", "hw_machine_type": "q35", "hw_pointer_model": "usbtablet", "hw_qemu_guest_agent": true, "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio"}, "nova_object.changes": ["hw_disk_bus", "hw_qemu_guest_agent", "hw_input_bus", "hw_video_model", "hw_cdrom_bus", "hw_rng_model", "hw_machine_type", "hw_pointer_model", "hw_vif_model"]}}, "nova_object.changes": ["container_format", "properties", "min_ram", "id", "disk_format", "min_disk"]}, "numa_topology": null, "pci_requests": {"nova_object.name": "InstancePCIRequests", "nova_object.namespace": "nova", "nova_object.version": "1.1", "nova_object.data": {"requests": []}, "nova_object.changes": ["requests"]}, "project_id": "569477690e664f1ca31875e78dfac2f7", "user_id": "925377c327564b70ba146a967e71a8f5", "availability_zone": null, "flavor": {"nova_object.name": "Flavor", "nova_object.namespace": "nova", "nova_object.version": "1.2", "nova_object.data": {"id": 4, "name": "m1.micro", "memory_mb": 192, "vcpus": 1, "root_gb": 1, "ephemeral_gb": 0, "flavorid": "606e373c-2754-4876-8811-b3ca65bd1bd5", "swap": 0, "rxtx_factor": 1.0, "vcpu_weight": 0, "disabled": false, "is_public": true, "extra_specs": {"hw_rng:allowed": "True"}, "description": null, "created_at": "2025-04-08T01:37:36Z", "updated_at": null, "deleted_at": null, "deleted": false}, "nova_object.changes": ["extra_specs"]}, "num_instances": 1, "ignore_hosts": null, "force_hosts": null, "force_nodes": null, "requested_destination": null, "retry": null, "limits": {"nova_object.name": "SchedulerLimits", "nova_object.namespace": "nova", "nova_object.version": "1.0", "nova_object.data": {"numa_topology": null, "vcpu": null, "disk_gb": null, "memory_mb": null}, "nova_object.changes": ["numa_topology", "memory_mb", "vcpu", "disk_gb"]}, "instance_group": null, "scheduler_hints": {}, "instance_uuid": "79310805-6a5c-408f-8f0c-75eef8c49d63", "security_groups": {"nova_object.name": "SecurityGroupList", "nova_object.namespace": "nova", "nova_object.version": "1.1", "nova_object.data": {"objects": [{"nova_object.name": "SecurityGroup", "nova_object.namespace": "nova", "nova_object.version": "1.2", "nova_object.data": {"name": "default"}, "nova_object.changes": ["name"]}]}, "nova_object.changes": ["objects"]}, "is_bfv": false, "requested_resources": []}, "nova_object.changes": ["image", "pci_requests", "requested_destination", "security_groups", "requested_resources", "limits", "flavor", "ignore_hosts"]} | +---------------------+---------------------+----+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.001 sec) # Preform live migration sh-5.1$ openstack server migrate --live-migration bz_11779 --block-migration --wait Complete sh-5.1$ openstack server list --long +--------------------------------------+----------+--------+------------+-------------+------------------------+----------------------------------+--------------------------------------+----------+-------------------+-------------------------------------+------------+-------------+ | ID | Name | Status | Task State | Power State | Networks | Image Name | Image ID | Flavor | Availability Zone | Host | Properties | Host Status | +--------------------------------------+----------+--------+------------+-------------+------------------------+----------------------------------+--------------------------------------+----------+-------------------+-------------------------------------+------------+-------------+ | 79310805-6a5c-408f-8f0c-75eef8c49d63 | bz_11779 | ACTIVE | None | Running | public=192.168.122.222 | cirros-0.6.2-x86_64-disk.img_alt | 043c7bc5-9eac-4984-bce2-bda1f9cd5564 | m1.micro | nova | edpm-compute-1.ctlplane.example.com | | UP | +--------------------------------------+----------+--------+------------+-------------+------------------------+----------------------------------+--------------------------------------+----------+-------------------+-------------------------------------+------------+-------------+ # Confirm image_hw_qemu_guest_agent is still true after live migration MariaDB [nova_api]> select * from request_specs WHERE instance_uuid='79310805-6a5c-408f-8f0c-75eef8c49d63'; +---------------------+---------------------+----+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | created_at | updated_at | id | instance_uuid | spec | +---------------------+---------------------+----+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 2025-04-08 18:18:23 | 2025-04-08 18:36:52 | 37 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | {"nova_object.name": "RequestSpec", "nova_object.namespace": "nova", "nova_object.version": "1.14", "nova_object.data": {"id": 37, "image": {"nova_object.name": "ImageMeta", "nova_object.namespace": "nova", "nova_object.version": "1.8", "nova_object.data": {"id": "043c7bc5-9eac-4984-bce2-bda1f9cd5564", "container_format": "bare", "disk_format": "qcow2", "min_ram": 0, "min_disk": 1, "properties": {"nova_object.name": "ImageMetaProps", "nova_object.namespace": "nova", "nova_object.version": "1.34", "nova_object.data": {"hw_cdrom_bus": "sata", "hw_disk_bus": "virtio", "hw_input_bus": "usb", "hw_machine_type": "q35", "hw_pointer_model": "usbtablet", "hw_qemu_guest_agent": true, "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio"}, "nova_object.changes": ["hw_disk_bus", "hw_qemu_guest_agent", "hw_input_bus", "hw_video_model", "hw_cdrom_bus", "hw_rng_model", "hw_machine_type", "hw_pointer_model", "hw_vif_model"]}}, "nova_object.changes": ["container_format", "properties", "min_ram", "id", "disk_format", "min_disk"]}, "numa_topology": null, "pci_requests": {"nova_object.name": "InstancePCIRequests", "nova_object.namespace": "nova", "nova_object.version": "1.1", "nova_object.data": {"requests": []}, "nova_object.changes": ["requests"]}, "project_id": "569477690e664f1ca31875e78dfac2f7", "user_id": "925377c327564b70ba146a967e71a8f5", "availability_zone": null, "flavor": {"nova_object.name": "Flavor", "nova_object.namespace": "nova", "nova_object.version": "1.2", "nova_object.data": {"id": 4, "name": "m1.micro", "memory_mb": 192, "vcpus": 1, "root_gb": 1, "ephemeral_gb": 0, "flavorid": "606e373c-2754-4876-8811-b3ca65bd1bd5", "swap": 0, "rxtx_factor": 1.0, "vcpu_weight": 0, "disabled": false, "is_public": true, "extra_specs": {"hw_rng:allowed": "True"}, "description": null, "created_at": "2025-04-08T01:37:36Z", "updated_at": null, "deleted_at": null, "deleted": false}, "nova_object.changes": ["extra_specs"]}, "num_instances": 1, "ignore_hosts": null, "force_hosts": null, "force_nodes": null, "requested_destination": null, "retry": null, "limits": {"nova_object.name": "SchedulerLimits", "nova_object.namespace": "nova", "nova_object.version": "1.0", "nova_object.data": {"numa_topology": null, "vcpu": null, "disk_gb": null, "memory_mb": null}, "nova_object.changes": ["numa_topology", "memory_mb", "vcpu", "disk_gb"]}, "instance_group": null, "scheduler_hints": {}, "instance_uuid": "79310805-6a5c-408f-8f0c-75eef8c49d63", "security_groups": {"nova_object.name": "SecurityGroupList", "nova_object.namespace": "nova", "nova_object.version": "1.1", "nova_object.data": {"objects": [{"nova_object.name": "SecurityGroup", "nova_object.namespace": "nova", "nova_object.version": "1.2", "nova_object.data": {"name": "default"}, "nova_object.changes": ["name"]}]}, "nova_object.changes": ["objects"]}, "is_bfv": false, "requested_resources": []}, "nova_object.changes": ["image", "pci_requests", "requested_destination", "security_groups", "requested_resources", "limits", "flavor", "ignore_hosts"]} | +---------------------+---------------------+----+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.000 sec) [zuul@controller-0 ~]$ oc rsh openstack-cell1-galera-0 mysql -u root --password=12345678 Defaulted container "galera" out of: galera, mysql-bootstrap (init) Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 13577 Server version: 10.5.22-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> USE nova_cell1; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed MariaDB [nova_cell1]> select * from instance_system_metadata WHERE instance_uuid='79310805-6a5c-408f-8f0c-75eef8c49d63'; +---------------------+---------------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ | created_at | updated_at | deleted_at | id | instance_uuid | key | value | deleted | +---------------------+---------------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ | 2025-04-08 18:18:25 | NULL | NULL | 556 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_rng_model | virtio | 0 | | 2025-04-08 18:18:25 | 2025-04-08 18:33:22 | NULL | 559 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_qemu_guest_agent | True | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 562 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_min_ram | 0 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 565 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_min_disk | 1 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 568 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_disk_format | qcow2 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 571 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_container_format | bare | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 574 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_base_image_ref | 043c7bc5-9eac-4984-bce2-bda1f9cd5564 | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 577 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | owner_user_name | admin | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 580 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | owner_project_name | admin | 0 | | 2025-04-08 18:18:25 | NULL | NULL | 583 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | boot_roles | admin,member,reader | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 589 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_machine_type | q35 | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 592 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_cdrom_bus | sata | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 595 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_disk_bus | virtio | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 598 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_input_bus | usb | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 601 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_pointer_model | usbtablet | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 604 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_video_model | virtio | 0 | | 2025-04-08 18:18:30 | NULL | NULL | 607 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | image_hw_vif_model | virtio | 0 | | 2025-04-08 18:41:49 | NULL | NULL | 613 | 79310805-6a5c-408f-8f0c-75eef8c49d63 | clean_attempts | 1 | 0 | +---------------------+---------------------+------------+-----+--------------------------------------+---------------------------+--------------------------------------+---------+ 18 rows in set (0.002 sec) sh-5.1$ nova-manage image_property show 79310805-6a5c-408f-8f0c-75eef8c49d63 hw_qemu_guest_agent Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. True sh-5.1$