-
Story
-
Resolution: Unresolved
-
Normal
-
rhel-9.4
-
None
-
rhel-sst-virtualization-windows
-
ssg_virtualization
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
For backup purposes, we are sending 'freeze' and 'thaw' from the KVM hypervisor/host. Unfortunately, 'qemu-ga' only logs the 'fsfreeze' command received, but not the 'fsthaw' afterward.
Aug 04 18:55:02 test qemu-ga[18046]: info: guest-ping called Aug 04 18:55:02 test qemu-ga[18046]: info: guest-fsfreeze called Aug 04 18:55:02 test qemu-ga[18046]: info: executing fsfreeze hook with arg 'freeze' Aug 04 18:55:12 web-02.test.stgt.etes.de qemu-ga[18046]: info: executing fsfreeze hook with arg 'thaw' Aug 04 18:55:13 web-02.test.stgt.etes.de qemu-ga[18046]: info: executing fsfreeze hook with arg 'thaw'
Please provide the package NVR for which bug is seen:
qemu-guest-agent-8.2.0-11.el9_4.x86_64
How reproducible:
Always
Steps to reproduce
virsh qemu-agent-command test '{"execute": "guest-fsfreeze-thaw"}'- this is logged info: executing fsfreeze hook with arg 'thaw' but that's all
Expected results
Additional log line when a 'thaw' is received/handled, similar to freeze/ping
qemu-ga[18046]: info: guest-fsthaw called