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
| ... | ... |
@@ -366,7 +366,7 @@ fi |
| 366 | 366 |
PRECACHE_IMAGES=$(trueorfalse False $PRECACHE_IMAGES) |
| 367 | 367 |
if [[ "$PRECACHE_IMAGES" == "True" ]]; then |
| 368 | 368 |
# staging in update for nodepool |
| 369 |
- IMAGE_URLS+=",https://dl.fedoraproject.org/pub/fedora/linux/updates/20/Images/x86_64/Fedora-x86_64-20-20140407-sda.qcow2" |
|
| 369 |
+ IMAGE_URLS+=",http://dl.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2" |
|
| 370 | 370 |
fi |
| 371 | 371 |
|
| 372 | 372 |
# 10Gb default volume backing file size |