From d45c56decb6a17f2a20573605f1d876bf17aef9b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 5 Dec 2015 11:43:05 -0800 Subject: [PATCH] openqa-server: need libguestfs-xfs Turns out this was the reason why desktop HDD image generation wasn't working: we need the XFS support bits for libguestfs or else it can't resize the partitions. --- roles/openqa/server/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index 72674389fa..96bcb17f6a 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -57,6 +57,7 @@ - perl(DateTime::Format::Pg) - expect - libguestfs-tools-c + - libguestfs-xfs tags: - packages