[stack@undercloud-0 ~]$ . overcloudrc (overcloud) [stack@undercloud-0 ~]$ cat core_puddle_version RHOS-17.1-RHEL-9-20250325.n.1 (overcloud) [stack@undercloud-0 ~]$ openstack server create --image cirros-0.5.2-x86_64-disk.img --flavor m1.micro test-vm --min 4 --max 4 --waitest-vm --min 4 --max 4 --wait +-------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | Field | Value | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | nova | | OS-EXT-SRV-ATTR:host | compute-1.redhat.local | | OS-EXT-SRV-ATTR:hostname | test-vm-1 | | OS-EXT-SRV-ATTR:hypervisor_hostname | compute-1.redhat.local | | OS-EXT-SRV-ATTR:instance_name | instance-0000003e | | OS-EXT-SRV-ATTR:kernel_id | | | OS-EXT-SRV-ATTR:launch_index | 0 | | OS-EXT-SRV-ATTR:ramdisk_id | | | OS-EXT-SRV-ATTR:reservation_id | r-le6db2yi | | OS-EXT-SRV-ATTR:root_device_name | /dev/vda | | OS-EXT-SRV-ATTR:user_data | None | | OS-EXT-STS:power_state | Running | | OS-EXT-STS:task_state | None | | OS-EXT-STS:vm_state | active | | OS-SRV-USG:launched_at | 2025-03-26T20:05:22.000000 | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | public=10.0.0.209, 2620:52:0:13b8::1000:a3 | | adminPass | owQAp86smuV2 | | config_drive | | | created | 2025-03-26T20:05:16Z | | description | None | | flavor | disk='1', ephemeral='0', extra_specs.hw_rng:allowed='True', original_name='m1.micro', ram='192', swap='0', vcpus='1' | | hostId | 56213ab3347d96ec16daaf492e16acbcf889f0cf35dfe4b857a7cc76 | | host_status | UP | | id | fe48fad2-38df-41e9-85b6-b48e5eb5cf87 | | image | cirros-0.5.2-x86_64-disk.img (5c4beb3f-e0cc-4b9d-bea9-74471b76fa71) | | key_name | None | | locked | False | | locked_reason | None | | name | test-vm-1 | | progress | 0 | | project_id | 48d003d871444000bcbc6c35c815bd85 | | properties | | | security_groups | name='default' | | server_groups | [] | | status | ACTIVE | | tags | | | trusted_image_certificates | None | | updated | 2025-03-26T20:05:22Z | | user_id | dda222db2eb84357a4a721179e9dc342 | | volumes_attached | | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------+ (overcloud) [stack@undercloud-0 ~]$ ssh compute-0.ctlplane Warning: Permanently added 'compute-0.ctlplane' (ED25519) to the list of known hosts. Register this system with Red Hat Insights: insights-client --register Create an account or view all your systems at https://red.ht/insights-dashboard Last login: Wed Mar 26 19:44:58 2025 from 192.168.24.254 [tripleo-admin@compute-0 ~]$ podman exec nova_virtqemud virsh list Error: no container with name or ID "nova_virtqemud" found: no such container [tripleo-admin@compute-0 ~]$ sudo podman exec nova_virtqemud virsh list Id Name State ----------------------------------- 19 instance-0000003f running 20 instance-00000040 running [tripleo-admin@compute-0 ~]$ sudo su [root@compute-0 tripleo-admin]# ps -ef | grep instance | cut -c-103 qemu 86738 36205 16 20:05 ? 00:00:10 /usr/libexec/qemu-kvm -name guest=instance-00000040 qemu 86740 36205 16 20:05 ? 00:00:10 /usr/libexec/qemu-kvm -name guest=instance-0000003f root 87337 87317 0 20:06 pts/2 00:00:00 grep --color=auto instance [root@compute-0 tripleo-admin]# ps fauxwww | cut -c -122 | grep -A18 36205 root 36205 0.0 0.0 8304 2004 ? Ss 18:41 0:00 /usr/bin/conmon --api-version 1 -c 1af1dd8e66e62084ff4b root 36207 0.0 0.0 2500 948 ? Ss 18:41 0:00 \_ dumb-init --single-child -- kolla_start root 36209 0.2 0.1 1586244 37320 ? Sl 18:41 0:10 | \_ /usr/sbin/virtqemud --config /etc/libvirt/virtq qemu 86738 13.4 0.6 1865024 200184 ? Sl 20:05 0:11 \_ /usr/libexec/qemu-kvm -name guest=instance-00000040 qemu 86740 13.4 0.6 2348404 197948 ? Sl 20:05 0:11 \_ /usr/libexec/qemu-kvm -name guest=instance-0000003f root 36310 0.0 0.0 8304 1952 ? Ss 18:41 0:00 /usr/bin/conmon --api-version 1 -c df38b911e7570f2618a0 root 36312 0.0 0.0 2500 920 ? Ss 18:41 0:00 \_ dumb-init --single-child -- kolla_start root 36314 0.0 0.0 1361340 23204 ? Sl 18:41 0:00 \_ /usr/sbin/virtproxyd --config /etc/libvirt/virt root 39024 0.1 0.0 24332 14924 ? Ss 18:44 0:05 /usr/sbin/snmpd -LS0-5d -f root 40259 0.0 0.0 8304 2060 ? Ss 18:44 0:00 /usr/bin/conmon --api-version 1 -c 570afc9c66b183d2754f root 40261 0.0 0.0 2500 936 ? Ss 18:44 0:00 \_ dumb-init --single-child -- kolla_start root 40272 0.0 0.0 2500 1024 ? S 18:44 0:00 \_ dumb-init --single-child -- /usr/sbin/sshd -D - root 40331 0.0 0.0 15776 9480 ? S 18:44 0:00 \_ sshd: /usr/sbin/sshd -D -p 2022 [listener] root 40279 0.0 0.0 8304 1960 ? Ss 18:44 0:00 /usr/bin/conmon --api-version 1 -c 85fdacafd0f8fb0b7279 root 40288 0.0 0.0 2500 968 ? Ss 18:44 0:00 \_ dumb-init --single-child -- kolla_start root 40302 0.0 0.0 8524 3696 ? S 18:44 0:00 \_ /usr/sbin/crond -s -n root 40652 0.0 0.0 8304 1952 ? Ss 18:44 0:00 /usr/bin/conmon --api-version 1 -c bf8b0b8164b3ddb06e77 root 40654 0.0 0.0 2500 952 ? Ss 18:44 0:00 \_ dumb-init --single-child -- kolla_start root 40666 0.0 0.0 313404 11552 ? Sl 18:44 0:00 \_ /usr/bin/ovn-controller --pidfile --log-file un [root@compute-0 tripleo-admin]# systemctl status tripleo_nova_virtqemud ● tripleo_nova_virtqemud.service - nova_virtqemud container Loaded: loaded (/etc/systemd/system/tripleo_nova_virtqemud.service; enabled; preset: disabled) Active: active (running) since Wed 2025-03-26 18:41:41 UTC; 1h 26min ago Main PID: 36205 (conmon) Tasks: 0 (limit: 203598) Memory: 16.0K CPU: 205ms CGroup: /system.slice/tripleo_nova_virtqemud.service ‣ 36205 /usr/bin/conmon --api-version 1 -c 1af1dd8e66e62084ff4b71d82ba852e855b559f7cf4d3992703e4550680fc365 -u 1af1dd8e66e62084ff4b71d82ba852e855b559f7cf4d3992703e4550680fc365 -r /usr/bin/crun -b /var/lib/containers/storage/> Mar 26 18:41:41 compute-0 systemd[1]: Starting nova_virtqemud container... Mar 26 18:41:41 compute-0 tripleo-start-podman-container[37282]: Creating additional drop-in dependency for "nova_virtqemud" (1af1dd8e66e62084ff4b71d82ba852e855b559f7cf4d3992703e4550680fc365) Mar 26 18:41:41 compute-0 systemd[1]: Started nova_virtqemud container. [root@compute-0 tripleo-admin]# podman inspect nova_virtqemud | jq .[].State { "OciVersion": "1.1.0-rc.1", "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 36207, "ConmonPid": 36205, "ExitCode": 0, "Error": "", "StartedAt": "2025-03-26T18:41:29.143235494Z", "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "Status": "", "FailingStreak": 0, "Log": null }, "CgroupPath": "/machine.slice/libpod-1af1dd8e66e62084ff4b71d82ba852e855b559f7cf4d3992703e4550680fc365.scope", "CheckpointedAt": "0001-01-01T00:00:00Z", "RestoredAt": "0001-01-01T00:00:00Z" } [root@compute-0 tripleo-admin]# kill 36209 [root@compute-0 tripleo-admin]# systemctl status tripleo_nova_virtqemud ● tripleo_nova_virtqemud.service - nova_virtqemud container Loaded: loaded (/etc/systemd/system/tripleo_nova_virtqemud.service; enabled; preset: disabled) Active: active (running) since Wed 2025-03-26 18:41:41 UTC; 1h 27min ago Main PID: 36205 (conmon) Tasks: 0 (limit: 203598) Memory: 8.0K CPU: 205ms CGroup: /system.slice/tripleo_nova_virtqemud.service ‣ 36205 /usr/bin/conmon --api-version 1 -c 1af1dd8e66e62084ff4b71d82ba852e855b559f7cf4d3992703e4550680fc365 -u 1af1dd8e66e62084ff4b71d82ba852e855b559f7cf4d3992703e4550680fc365 -r /usr/bin/crun -b /var/lib/containers/storage/> Mar 26 18:41:41 compute-0 systemd[1]: Starting nova_virtqemud container... Mar 26 18:41:41 compute-0 tripleo-start-podman-container[37282]: Creating additional drop-in dependency for "nova_virtqemud" (1af1dd8e66e62084ff4b71d82ba852e855b559f7cf4d3992703e4550680fc365) Mar 26 18:41:41 compute-0 systemd[1]: Started nova_virtqemud container. [root@compute-0 tripleo-admin]# podman inspect nova_virtqemud | jq .[].State { "OciVersion": "1.1.0-rc.1", "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 88108, "ConmonPid": 88106, "ExitCode": 0, "Error": "container is stopped", "StartedAt": "2025-03-26T20:08:45.571709694Z", "FinishedAt": "2025-03-26T20:08:39.387493056Z", "Health": { "Status": "", "FailingStreak": 0, "Log": null }, "CgroupPath": "/machine.slice/libpod-1af1dd8e66e62084ff4b71d82ba852e855b559f7cf4d3992703e4550680fc365.scope", "CheckpointedAt": "0001-01-01T00:00:00Z", "RestoredAt": "0001-01-01T00:00:00Z" } [root@compute-0 tripleo-admin]# podman ps -a | grep nova_virtqemud 8c64284453e9 undercloud-0.ctlplane.redhat.local:8787/rh-osbs/rhosp17-openstack-nova-libvirt:17.1_20250320.4 /bin/bash -c chow... 2 hours ago Exited (0) 2 hours ago nova_virtqemud_init_logs 1af1dd8e66e6 undercloud-0.ctlplane.redhat.local:8787/rh-osbs/rhosp17-openstack-nova-libvirt:17.1_20250320.4 kolla_start About an hour ago Up 54 seconds nova_virtqemud