Chunfu Wen

Results 46 issues of Chunfu Wen

virt_qemu_ga_read_nonsecurity_files need reboot guest, it takes more time to finish this in some extreme case

Add a "udevadm settle" between the dasdfmt and fdasd This can help prevent error "DASD /dev/dasda is in use. Unmount it first!"

When running inspekt under avocado-vt project, the error "module 'isort' has no attribute 'SortImports'" occurred , but I check the dependence of avocad-vt ,there is no any dependence on isort,...

https://issues.redhat.com/browse/RHEL-45830, after libvirt-10.5.0, virsh nodedev list will list out all ccw devices regardless of device state

Fix useradd: user 'testuser1' already exists issue Move delete user action into finally block to ensure del user action can be executed.

Automate virtlogd maxclients related cases xx-59118,xx-86131,xx-86144,xx-86515

1. pull bootc image: ``` podman pull quay.io/centos-bootc/centos-bootc:stream10 ``` 2. run bib command to build qcow image: ``` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v...

1. execute command: sudo podman run --rm -it --privileged --entrypoint=/usr/bin/bootc-image-builder quay.io/centos-bootc/bootc-image-builder:latest completion test 2. it need throw error since bib doesn't support completion test subcommand 3. But actually it normally...

1. On aarch64 baremetal machine, run below command to generate qcow2 image: ``` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json quay.io/centos-bootc/bootc-image-builder:latest --type qcow2 --tls-verify=true...

Steps: 1. Run below command: ``` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json --env-file=/var/lib/libvirt/images/aws.secrets quay.io/centos-bootc/bootc-image-builder:latest --type ami --tls-verify=true --config /config.json --aws-ami-name install_upstream_bib-fedora-component-bootc-ami_x86_64_803 --aws-bucket bib-component-test...