From 8384d1a7a2188f3ab2c5893f1218be7ec28c216e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 30 Mar 2016 17:02:55 -0700 Subject: [PATCH] Revert "openqa/server: try turning disk image generation back on" This reverts commit 9872fe3fc8e7b03b345a278b58a58982b0ccb266. Looks like the i686 base image hasn't been refreshed yet, so i686 image generation still fails. Curses! --- roles/openqa/server/tasks/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index f2865b03e7..1d196b153f 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -114,13 +114,13 @@ changed_when: "1 != 1" always_run: true -- name: Create hard disk images (this may take a long time!) - command: "/root/openqa_fedora_tools/tools/createhdds.py all --clean" - args: - chdir: /var/lib/openqa/share/factory/hdd/ - environment: - LIBGUESTFS_BACKEND: direct - when: "diskcheck.rc > 0" +#- name: Create hard disk images (this may take a long time!) +# command: "/root/openqa_fedora_tools/tools/createhdds.py all --clean" +# args: +# chdir: /var/lib/openqa/share/factory/hdd/ +# environment: +# LIBGUESTFS_BACKEND: direct +# when: "diskcheck.rc > 0" - name: Create exports file copy: src=exports dest=/etc/exports.d/openqa.exports owner=root group=root mode=0644