None via Podman <podman(a)lists.podman.io> writes:
I run podman on lustre filesystem.
When I run "podman load -i centos7.9.2009.tar.gz", in order to import an
image.
The following error is output.
------------------------------------
Getting image source signatures
Copying blob 174f56854903 done
ERRO[0003] Error while applying layer: ApplyLayer exit status 1
stdout: stderr: Error setting up pivot dir: mkdir
/public1/home/wugh/.local/share/containers/storage/vfs/dir/174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02/.pivot_root527142738:
permission denied
Error: payload does not match any of the supported image formats (oci, oci-archive, dir,
docker-archive)
------------------------------------
I think there is something to be supported on lustre.
lustre is a network filesystem and likely it doesn't work from a user
namespace, you can use it as root though.
Newer podman versions have some checks in place that will automatically
switch to use fuse-overlayfs with network file systems but that feature
is not going to be backported to RHEL 7.
Regards,
Giuseppe