Guest-Agent : Windows 2008 Error : Relase 1.1.90

error : internal error unable to execute QEMU command 'guest-fsfreeze-freeze': 
this feature or command is not currently supported.

Guest-info shows the command is available.  Is there any information available 
on the list of commands supported inside Windows ? Appreciate if you have any 
pointers.

/Suresh Mandava

-- data  ----
Environment : Windows Server 2008 R2
Guest Agent Version : 1.1.90 compiled from latest qemu source 1.2.0rc0

Libvirt : XML for VM. 

<channel type='unix'>
       <source mode='bind' 
path='/var/lib/libvirt/qemu/va-2008-ga-libvirt.0.sock'/>
       <target type='virtio' name='org.qemu.guest_agent.0'/>
       <address type='virtio-serial' controller='0' bus='0' port='1'/>
</channel>
<channel type='unix'>
       <source mode='bind' 
path='/var/lib/libvirt/qemu/va-2008-ga-cloud.0.sock'/>
       <target type='virtio' name='org.qemu.guest_agent.1'/>
       <address type='virtio-serial' controller='0' bus='0' port='2'/>
 </channel>

Test Case Success  1: 
echo "{'execute':'guest-info'}" |socat stdio,ignoreeof 
unix-connect:/var/lib/libvirt/qemu/va-2008-ga-cloud.0.sock

Result : 
{"return": {"version": "1.1.90", "supported_commands": [{"enabled": true, 
"name": "guest-network-get-interfaces"}, {"enabled": true, "name": 
"guest-suspend-hybrid"}, {"enabled": true, "name": "guest-suspend-ram"}, 
{"enabled": true, "name": "guest-suspend-disk"}, {"enabled": true, "name": 
"guest-fstrim"}, {"enabled": true, "name": "guest-fsfreeze-thaw"}, {"enabled": 
true, "name": "guest-fsfreeze-freeze"}, {"enabled": true, "name": 
"guest-fsfreeze-status"}, {"enabled": true, "name": "guest-file-flush"}, 
{"enabled": true, "name": "guest-file-seek"}, {"enabled": true, "name": 
"guest-file-write"}, {"enabled": true, "name": "guest-file-read"}, {"enabled": 
true, "name": "guest-file-close"}, {"enabled": true, "name": 
"guest-file-open"}, {"enabled": true, "name": "guest-shutdown"}, {"enabled": 
true, "name": "guest-info"}, {"enabled": true, "name": "guest-ping"}, 
{"enabled": true, "name": "guest-sync"}, {"enabled": true, "name": 
"guest-sync-delimited"}]}}

Test case Failure  2 : 
virsh snapshot-create $myvm --no-metadata --disk-only --quiesce --atomic
internal error unable to execute QEMU command 'guest-fsfreeze-freeze': this 
feature or command is not currently supported

Please let me know if you need any data.
------

Reply via email to