Update qemu to fix vhostuser reconnect bug 71/23671/1
authorFeng Pan <fpan@redhat.com>
Tue, 25 Oct 2016 14:53:01 +0000 (10:53 -0400)
committerFeng Pan <fpan@redhat.com>
Tue, 25 Oct 2016 14:53:01 +0000 (10:53 -0400)
Update qemu to version 2.3.0-31.el7_2.21.1 to pick up fix for
Bugzilla 1322087

JIRA: FDS-121

Change-Id: Iafcbce0405b7c7c96a2c9ca2e086e158749c220e
Signed-off-by: Feng Pan <fpan@redhat.com>
build/overcloud-full.sh

index 4fd3f1e..218faca 100755 (executable)
@@ -122,7 +122,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \
     --run-command "puppet module install cristifalcas/etcd" \
     --run-command "yum update -y puppet" \
     --install "centos-release-qemu-ev" \
-    --run-command "yum update -y qemu-kvm-ev" \
+    --run-command "yum update -y qemu-kvm-ev-2.3.0-31.el7_2.21.1.x86_64" \
     --run-command "yum remove -y qemu-system-x86" \
     --upload ../os-net-config.tar.gz:/usr/lib/python2.7/site-packages \
     --run-command "cd /usr/lib/python2.7/site-packages/ && rm -rf os_net_config && tar xzf os-net-config.tar.gz" \