#62 Cannot mount hfsplus image during gating tests
Opened by bcl. Modified

I'm getting this error in one of my tests:

program: INFO: mount: /tmp/lorax.imgutils.qjb9jspq: unknown filesystem type 'hfsplus'.

The PR is here:

https://src.fedoraproject.org/rpms/lorax/pull-request/3

It creates the image, loop mounts it, runs mkfs.hfsplus but then acts like the kernel module isn't available.


@bcl note that the tests are run on cloud image, you need to install kernel modules package and it should start working. This is an expected behaviour.

see also discussion in https://pagure.io/fedora-ci/general/issue/63

Metadata Update from @jimbair:
- Issue marked as depending on: #73

Per the discussions in issue #63, I updated this to depend on issue #73 - though I don't see any updates here, so it may need another kick-start...

Rebased it on the current master, we'll see how that goes...

Looks like the test failed in the same way:
https://jenkins-continuous-infra.apps.ci.centos.org/view/Fedora%20All%20Packages%20Pipeline/job/fedora-rawhide-pr-pipeline/3028/console

16:27:26      subprocess.CalledProcessError: Command '['mount', '/dev/loop0', '/tmp/lorax.imgutils.c1huxf75']' returned non-zero exit status 32.

Added a comment in #73

Metadata