qemu guest agent windows 安装
说明
记录 windows 版本下进行 qemu guest agent 软件安装
当前使用版本为 windows 2012, 其他版本同理 (已验证 2008 与 win7 版本)
解决 qemu guest agent 启动 1053 报错
作用
1. 安装 qemu guest agent 可以用于对 libvirtd 下的 instance 进行管理
2. 可以用于收集 windows 的内存信息 (需要添加 balloon 驱动)
参考安装 qemu guest agent + balloon 驱动前的 windows 数据返回与 linux 下的数据返回差异
默认状态下, windows 只返回当前系统分配的内存 actual 与当前进程 (kvm) 使用中的内存值
[root@hh-yun-compute-131230 ~]# virsh dommemstat instance-00023f5f (windows 2012)
actual 8388608
rss 8245820
[root@hh-yun-compute-131230 ~]# virsh dommemstat instance-000242c3 (centos6.8)
actual 4194304
swap_in 0
swap_out 0
major_fault 397
minor_fault 1544402
unused 3769676
available 3924492
rss 532292
glance image 配置
glance image-update --property dhw_qemu_guest_agent=yes xxxx-image-i-xxxx
ex:
glance image-update --property hw_qemu_guest
还没有评论,来说两句吧...