diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-03-30 15:55:43 -0700 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-03-30 15:55:43 -0700 |
| commit | 9872fe3fc8e7b03b345a278b58a58982b0ccb266 (patch) | |
| tree | 381cd37979a5157f16c7aa28806362e458a95daf /roles/openqa/server/tasks | |
| parent | d46d730caa36d0f93beae1efc9133e59850c3131 (diff) | |
| download | ansible-9872fe3fc8e7b03b345a278b58a58982b0ccb266.tar.gz ansible-9872fe3fc8e7b03b345a278b58a58982b0ccb266.tar.xz ansible-9872fe3fc8e7b03b345a278b58a58982b0ccb266.zip | |
openqa/server: try turning disk image generation back on
rwmjones says the guestfs / rpm bug has been fixed (a new base
fedora-23 image has been uploaded which should avoid it, anyway)
so let's try turning disk image generation back on and see how
it flies.
Diffstat (limited to 'roles/openqa/server/tasks')
| -rw-r--r-- | roles/openqa/server/tasks/main.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index 1d196b153..f2865b03e 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 |
