[Pkg-libvirt-commits] [libguestfs] 04/59: builder: As TCG is single threaded, use 1 vCPU for Fedora ppc64 guests.

Hilko Bengen bengen at moszumanska.debian.org
Sun May 3 21:26:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit b2fbd88d9f5301ba32dc175de9d8fca6866f34d6
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Apr 17 16:11:18 2015 +0100

    builder: As TCG is single threaded, use 1 vCPU for Fedora ppc64 guests.
---
 builder/website/fedora-ppc64.sh   | 2 +-
 builder/website/fedora-ppc64le.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/website/fedora-ppc64.sh b/builder/website/fedora-ppc64.sh
index acc85f5..1f624e0 100755
--- a/builder/website/fedora-ppc64.sh
+++ b/builder/website/fedora-ppc64.sh
@@ -78,7 +78,7 @@ trap cleanup INT QUIT TERM EXIT ERR
 virt-install \
     --name=$tmpname \
     --ram=4096 \
-    --vcpus=2 \
+    --vcpus=1 \
     --os-type=linux --os-variant=fedora21 \
     --arch ppc64 --machine pseries \
     --initrd-inject=$ks \
diff --git a/builder/website/fedora-ppc64le.sh b/builder/website/fedora-ppc64le.sh
index a63a26b..b3c3ae1 100755
--- a/builder/website/fedora-ppc64le.sh
+++ b/builder/website/fedora-ppc64le.sh
@@ -78,7 +78,7 @@ trap cleanup INT QUIT TERM EXIT ERR
 virt-install \
     --name=$tmpname \
     --ram=4096 \
-    --vcpus=2 \
+    --vcpus=1 \
     --os-type=linux --os-variant=fedora21 \
     --arch ppc64le --machine pseries \
     --initrd-inject=$ks \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list