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
This commit is contained in:
parent
002ab9374c
commit
b3e722df60
2
stackrc
2
stackrc
@ -366,7 +366,7 @@ fi
|
|||||||
PRECACHE_IMAGES=$(trueorfalse False $PRECACHE_IMAGES)
|
PRECACHE_IMAGES=$(trueorfalse False $PRECACHE_IMAGES)
|
||||||
if [[ "$PRECACHE_IMAGES" == "True" ]]; then
|
if [[ "$PRECACHE_IMAGES" == "True" ]]; then
|
||||||
# staging in update for nodepool
|
# 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
|
fi
|
||||||
|
|
||||||
# 10Gb default volume backing file size
|
# 10Gb default volume backing file size
|
||||||
|
Loading…
Reference in New Issue
Block a user