From cb281a96377ef38ba46999a3b02b338ef8bcd377 Mon Sep 17 00:00:00 2001 From: poornimag Date: Wed, 3 Apr 2019 20:40:30 +0530 Subject: [PATCH] Add ext* filesystem packages to glusterd2 container When using gluster virtual block the block can be formatted with xfs, ext* filesystems. Hence add the relevant packages to the glusterd container. --- extras/nightly-container/provision.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/nightly-container/provision.yml b/extras/nightly-container/provision.yml index 924b8b964..435e33497 100644 --- a/extras/nightly-container/provision.yml +++ b/extras/nightly-container/provision.yml @@ -39,6 +39,7 @@ - glusterd2 - lvm2 - xfsprogs + - e2fsprogs - gluster-prometheus-exporter - name: Clean yum cache