From b3e722df60bef0aae1381c962b252ab26b52b589 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Wed, 28 May 2014 16:15:53 +0200 Subject: [PATCH] soft-qemu handling with F20 could image When the qume used with Linux image without a para-virtualized timer, various timing issues can happen, if the qemu process preempted in the wrong time, for example at timer test. The issues less like happens on low load, high core number host system, but it can happen. For soft qemu (TCG) generally recommended to explicitly disable the timer check. Pre-caching the Fedora `gate edition` image, which contains the the no_timers_check option. Related-Bug: #1297560 Partial-Bug: #1312199 Change-Id: Id5cd01a92a047b7859914e5bb017c15ee443b4d5 --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index a517fbb014..840f3ac5e1 100644 --- a/stackrc +++ b/stackrc @@ -366,7 +366,7 @@ fi PRECACHE_IMAGES=$(trueorfalse False $PRECACHE_IMAGES) if [[ "$PRECACHE_IMAGES" == "True" ]]; then # staging in update for nodepool - IMAGE_URLS+=",https://dl.fedoraproject.org/pub/fedora/linux/updates/20/Images/x86_64/Fedora-x86_64-20-20140407-sda.qcow2" + IMAGE_URLS+=",http://dl.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2" fi # 10Gb default volume backing file size