-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
rhel-10.1
-
None
-
No
-
Low
-
rhel-virt-core-libvirt-1
-
ssg_virtualization
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
Type error of waitShutdownSecs in the log
Please provide the package NVR for which the bug is seen:
libvirt-11.3.0-1.el10.x86_64
How reproducible is this bug?:
100%
Steps to reproduce
1. Check the declaration of waitShutdownSecs
# grep waitShutdownSecs src/hypervisor/domain_driver.h
unsigned int waitShutdownSecs; /* Seconds to wait for VM to shutdown
2. Check the log in code
# grep -i waitShutdownSecs src/hypervisor/domain_driver.c |grep Waiting
VIR_INFO("Waiting %d secs for VM shutdown completion", cfg->waitShutdownSecs);
Actual results
Type error of waitShutdownSecs in the log