From ee8ab4e6621efe2bd56af1e12773953452b1706b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 18 Dec 2015 19:43:06 -0800 Subject: [PATCH] enable openqa disk image generation the servers have nested virt enabled now, so this should be OK --- roles/openqa/server/tasks/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index 43f1466401..f24e0f8470 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -97,11 +97,7 @@ chdir: /var/lib/openqa/share/factory/hdd/ environment: LIBGUESTFS_BACKEND: direct - # This is disabled until we enable nested virt on the server VMs; - # image creation involves running VMs and takes *forever* without - # KVM acceleration. Once we turn it on, the condition should be - # "diskcheck.rc > 0". - when: "1 != 1" + when: "diskcheck.rc > 0" - name: Create exports file copy: src=exports dest=/etc/exports.d/openqa.exports owner=root group=root mode=0644