
On Wed, Jan 29, 2020 at 9:53 AM Miguel Duarte de Mora Barroso <mdbarroso@redhat.com> wrote:
Hi,
When attempting to make the ovirt-provider-ovn integration tests run in el8 (which requires podman instead of docker), I'm getting trouble even running it (it being podman).
It fails with the following error - e.g. on a podman info command: Error: could not get runtime: kernel does not support overlay fs: overlay: the backing xfs filesystem is formatted without d_type support, which leads to incorrect behavior. Reformat the filesystem with ftype=1 to enable d_type support. Running without d_type is not supported.: driver not supported
I forgot to add that this happens on the CI environment; locally (on fc30) I'm being able to run it perfectly fine.
Has anyone faced anything like this / is able to provide some pointers ?
Thanks in advance, Miguel