RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 948017 - VSS support for qemu-ga-win
Summary: VSS support for qemu-ga-win
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virtio-win
Version: 6.5
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Gal Hammer
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 996580 1021913
Blocks: 883504 896690 963415 989621 1000882 1024785 1034899
TreeView+ depends on / blocked
 
Reported: 2013-04-03 19:23 UTC by Ademar Reis
Modified: 2014-04-09 07:13 UTC (History)
25 users (show)

Fixed In Version:
Doc Type: Release Note
Doc Text:
Application-Aware freeze and thaw on Microsoft Windows with VSS Support on qemu-ga-win VSS (Volume Shadow Copy Service) is a Microsoft Windows API that allows, among other things, the notification of applications for proper, consistent freeze and thaw operations. With this feature, snapshots taken while the virtual machine is running are consistent through the whole stack (from the block layer to the guest applications) and can be used for backup purposes.
Clone Of:
: 963415 989621 (view as bug list)
Environment:
Last Closed: 2013-11-22 00:06:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:1729 0 normal SHIPPED_LIVE virtio-win bug fix and enhancement update 2013-11-21 00:39:25 UTC

Description Ademar Reis 2013-04-03 19:23:57 UTC
When performing online backups, applications are not aware of guest-agent freeze/thaw commands and therefore the filesystem may be in an inconsistent state due to pending disk flushes.

For Linux, there's support for guest-agent hooks on freeze/thaw (Bug 911569), which can be used to notify applications (or stop/start daemons). On Windows, the correct way to handle freeze/thaw is using the VSS API.

Some details about VSS:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb968832%28v=vs.85%29.aspx

Comment 1 Ademar Reis 2013-05-15 14:04:10 UTC
Update: Hitachi is proposing it upstream. Please review the patch and help them get it merged:

http://lists.gnu.org/archive/html/qemu-devel/2013-02/msg01963.html

Comment 2 Ademar Reis 2013-05-16 00:45:42 UTC
(In reply to comment #1)
> Update: Hitachi is proposing it upstream. Please review the patch and help
> them get it merged:
> 
> http://lists.gnu.org/archive/html/qemu-devel/2013-02/msg01963.html

Hitachi is planning to post a v3 of the patch series in a couple of weeks. Please review it upstream so that we get this moving.

Comment 3 Ademar Reis 2013-05-21 19:52:02 UTC
v3 of the patch series has been posted to qemu-devel. Please review it.

Comment 12 Ademar Reis 2013-08-13 13:19:52 UTC
Confirmed with Ronen that the windows team will build and deliver the windows guest agent on the virtio-win channel. So we should remove guest-agent-win32 from our rpm package

Comment 14 Tomoki Sekiyama 2013-09-06 23:58:08 UTC
Any progress in this bug?
I'm wondering because the status of this entry is still NEW.

Comment 20 Qunfang Zhang 2013-10-22 08:29:13 UTC
Just wondering whether the component is correct? The bug is ON_QA but there's no content in "Fixed in Version" Field. The qemu-ga-win package does not in qemu-kvm build any more and it should move to virt-win build. Ademar, should we change the component?  And please correct me if I'm wrong. 

Thanks,
Qunfang

Comment 21 Qunfang Zhang 2013-10-22 10:17:44 UTC
Hi, Gal

Is this method suitable to verify this bug? 

Action: Running the following script; freeze guest for a while (eg: 10s); thaw the guest; check the "C:\\time.txt" file.
Expected result: In the "C:\\time.txt", there should a peroid (10s in this case) log missing.

# cat test.py
import time

result = open("C:\\time.txt", "w")

while 1:
    result.write("%s\n\r" % time.ctime())
    result.flush()
    time.sleep(1)

Comment 22 Qunfang Zhang 2013-10-24 06:41:10 UTC
Test this bug with win7-32 guest and win2012-64 guests with the following version:

Host:
kernel-2.6.32-425.el6.x86_64
qemu-kvm-0.12.1.2-2.414.el6.x86_64

Guest:
virtio-win-prewhql-72 (for virtio-serial driver)
qemu-ga-win-6.5-4 (guest agent)

Steps:

1. Boot up a guest:

 /usr/libexec/qemu-kvm -cpu SandyBridge -M rhel6.5.0 -enable-kvm -m 2G -smp 2,sockets=2,cores=1,threads=1 -name rhel6.4-64 -uuid 9a0e67ec-f286-d8e7-0548-0c1c9ec93009 -nodefconfig -nodefaults -monitor stdio -rtc base=utc,clock=host,driftfix=slew -no-kvm-pit-reinjection -no-shutdown -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x7 -chardev socket,path=/tmp/qga.sock,server,nowait,id=qga0 -device virtserialport,bus=virtio-serial0.0,chardev=qga0,name=org.qemu.guest_agent.0 -drive file=/home/win2012-64-virtio.qcow2,if=none,id=drive-virtio-disk0,format=qcow2,cache=none -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -drive if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev tap,id=hostnet0,vhost=on -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:d5:51:8a,bus=pci.0,addr=0x3 -device usb-tablet,id=input0 -vnc :10 -vga std -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6 -qmp tcp:0:5555,server,nowait -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0

2. Install virtio-serial driver, qemu-ga-win msi, python2.7 inside guest.

3. Send some commands via guest agent. 
(On host)

# nc -U /tmp/qga.sock 

{"execute":"guest-ping"}
{"return": {}}

4. Run the following script inside guest:
# cat test.py 
import time

result = open("C:\\time.txt", "w")

while 1:
    result.write("%s\n\r" % time.ctime())
    result.flush()
    time.sleep(1)

$test.py (run inside guest)

4. Freeze guest:

(1) Freeze 2~3s (<10s) and then thaw it with guest agent command.

{"execute":"guest-fsfreeze-freeze"}
{"return": 1}
{"execute":"guest-fsfreeze-thaw"}
{"return": 1}

Check "C:\time.txt" file inside guest:

Thu Oct 24 07:31:12 2013
Thu Oct 24 07:31:13 2013
Thu Oct 24 07:31:14 2013
Thu Oct 24 07:31:15 2013
Thu Oct 24 07:31:16 2013
Thu Oct 24 07:31:17 2013
Thu Oct 24 07:31:18 2013
Thu Oct 24 07:31:19 2013
Thu Oct 24 07:31:20 2013
Thu Oct 24 07:31:23 2013 <-- The time is not continuous from here
Thu Oct 24 07:31:24 2013
Thu Oct 24 07:31:25 2013
Thu Oct 24 07:31:26 2013



(2) Freeze for 1 min and then thaw it. (The guest auto-releases the freeze after 10s)


{"execute":"guest-fsfreeze-freeze"}
{"return": 1}
{"execute":"guest-fsfreeze-thaw"}
{"error": {"desc": "couldn't hold writes: fsfreeze is limited up to 10 seconds:  (error: 80042314)"}}
{"execute":"guest-fsfreeze-thaw"}
{"return": 0}


Thu Oct 24 06:39:51 2013
Thu Oct 24 06:39:52 2013
Thu Oct 24 06:39:53 2013
Thu Oct 24 06:39:54 2013
Thu Oct 24 06:39:55 2013
Thu Oct 24 06:39:56 2013
Thu Oct 24 06:39:57 2013
Thu Oct 24 06:40:08 2013 <-- The time is not continuous from here 
Thu Oct 24 06:40:09 2013
Thu Oct 24 06:40:10 2013
Thu Oct 24 06:40:11 2013
Thu Oct 24 06:40:12 2013
Thu Oct 24 06:40:13 2013
Thu Oct 24 06:40:14 2013
Thu Oct 24 06:40:15 2013 

Hi, Gal

Could you help check the above result? The script is frozen and can not continue writing data to disk (limited up to 10s) when guest receives the "fsfreeze" command. Is this the expected result to verify the bug?  There's 10s output missing in "C:\time.txt" file. But sometimes, I only see 9s log is missing.  Could we call this verified pass? 

Thanks,
Qunfang

Comment 23 Ademar Reis 2013-10-25 13:32:07 UTC
Since we're out of time for the 6.5 qemu-kvm errata and we won't be able to push the code to qemu-kvm repository on time, I'm marking this bug as virtio-win (it'll be delivered in the supp channel and follows the same schedule as virtio-win)

I know this is not virtio-win, but for lack of the proper component, that's the best workaround I can think of.

Comment 25 Tomoki Sekiyama 2013-10-25 14:38:01 UTC
Hello,
Thank you for testing this feature.

(In reply to Qunfang Zhang from comment #22)
> Could you help check the above result? The script is frozen and can not continue
> writing data to disk (limited up to 10s) when guest receives the
> "fsfreeze" command. Is this the expected result to verify the bug?  There's
> 10s output missing in "C:\time.txt" file. But sometimes, I only see 9s log
> is missing.  Could we call this verified pass? 

This is the expected result.
Windows operating system is limiting the freezing time up to 10 seconds to avoid
deadlocks. (Missing log can be for 9s based on timing of the write and of the
automatic thaw by Windows.)
When it is expired, the agent returns the error 80042314 on the fsfreeze-thaw,
as in your test result, so that libvirt can alert users that the snapshot can be
incomplete, and users should retry then, e.g. when the disk is more idle.

Regards,
Tomoki Sekiyama

Comment 26 Qunfang Zhang 2013-10-27 09:33:41 UTC
Hello, Tomoki

Thank you for the confirmation and explanation. I will set this bug to VERIFIED. 

Hi, Vadim

Could you help add this bug to our rhel6.5 virito-win errata?  

Thanks,
Qunfang

Comment 27 Qunfang Zhang 2013-10-28 05:36:56 UTC
The functionality is verified pass, however I will change the status back to ON_QA until it's confirmed that the virtio-win package is built and include it.

Comment 28 Vadim Rozenfeld 2013-10-28 06:57:47 UTC
(In reply to Qunfang Zhang from comment #26)
> Hello, Tomoki
> 
> Thank you for the confirmation and explanation. I will set this bug to
> VERIFIED. 
> 
> Hi, Vadim
> 
> Could you help add this bug to our rhel6.5 virito-win errata?  

Hi Qunfang,
Tried get the following problem report:
1 error prohibited this update advisory form from being saved

There were problems with the following fields:

    Idsfixed Bug #948017 does not have the correct flags. Requires rhel-6.5.0,devel_ack,qa_ack,pm_ack but only has blocker?,devel_ack+,pm_ack?,qa_ack?,qe_test_coverage?,requires_doc_text+,rhel-6.5.0?.

> 
> Thanks,
> Qunfang

Comment 29 Qunfang Zhang 2013-10-28 07:04:46 UTC
Hello, PM

We need this bug in rhel6.5 and it's fixed already, could you help provide the "pm_ack+","rhel-6.5.0+" and "blocker+" flags for us? 

Thanks,
Qunfang

Comment 31 Qunfang Zhang 2013-10-30 05:10:51 UTC
# rpm -ivh virtio-win-1.6.7-2.el6.noarch.rpm 
Preparing...                ########################################### [100%]
   1:virtio-win             ########################################### [100%]
# cd /usr/share/virtio-win/
]# ls
drivers                     virtio-win-1.6.7.iso      virtio-win.iso
guest-agent                 virtio-win-1.6.7_x86.vfd  virtio-win_x86.vfd
virtio-win-1.6.7_amd64.vfd  virtio-win_amd64.vfd
# cd guest-agent/
# ls
qemu-ga-x64.msi  qemu-ga-x86.msi
# 
# md5sum *
1c98e5435d5900e88bf608aad41a6c6e  qemu-ga-x64.msi
a1d26b4534c2d5aff17255497adbf218  qemu-ga-x86.msi


md5sum for the MSIs in build qemu-ga-win-6.5-4:

[root@qzhang-pc qemu-ga-win-6.5-4]# md5sum *
1c98e5435d5900e88bf608aad41a6c6e  qemu-ga-x64.msi
a1d26b4534c2d5aff17255497adbf218  qemu-ga-x86.msi

As the two msi files have been integrated into virtio-win package, I would like to set this bug status to VERIFIED.

Comment 33 errata-xmlrpc 2013-11-22 00:06:17 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-1729.html


Note You need to log in before you can comment on or make changes to this bug.