I'm trying to run imageio tests on el8 mock, and the tests fail early when trying to create storage
[userstorage] INFO    Creating filesystem /var/tmp/imageio-storage/file-512-ext4-mount
Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features.
[userstorage] INFO    Creating file /var/tmp/imageio-storage/file-512-ext4-mount/file
[userstorage] INFO    Creating backing file /var/tmp/imageio-storage/file-512-xfs-backing
[userstorage] INFO    Creating loop device /var/tmp/imageio-storage/file-512-xfs-loop
[userstorage] INFO    Creating filesystem /var/tmp/imageio-storage/file-512-xfs-mount
mount: /var/tmp/imageio-storage/file-512-xfs-mount: wrong fs type, bad option, bad superblock on /dev/loop4, missing codepage or helper program, or other error.
Traceback (most recent call last):
  File "/usr/local/bin/userstorage", line 10, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.6/site-packages/userstorage/__main__.py", line 42, in main
    create(cfg)
  File "/usr/local/lib/python3.6/site-packages/userstorage/__main__.py", line 52, in create
    b.create()
  File "/usr/local/lib/python3.6/site-packages/userstorage/file.py", line 47, in create
    self._mount.create()
  File "/usr/local/lib/python3.6/site-packages/userstorage/mount.py", line 53, in create
    self._mount_loop()
  File "/usr/local/lib/python3.6/site-packages/userstorage/mount.py", line 94, in _mount_loop
    ["sudo", "mount", "-t", self.fstype, self._loop.path, self.path])
  File "/usr/lib64/python3.6/subprocess.py", line 311, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', 'mount', '-t', 'xfs', '/var/tmp/imageio-storage/file-512-xfs-loop', '/var/tmp/imageio-storage/file-512-xfs-mount']' returned non-zero exit status 32.
...
(Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features.)