Podman run error: Error: error mounting storage for container #17669
Unanswered
baopipi0707
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to run a podman container I get this issue.
Error: error mounting storage for container cae8fedf81d81882a7f9dfd367ac7104619fed67b175e7e093b24003929ad77f: creating overlay mount to /lodisk/13110/1253/share/containers/storage/overlay/d8d16433774c99d2db7190122608c7ddb74df07d990945036f8d681c12a63400/merged, mount_data="fsync=0,lowerdir=/lodisk/13110/1253/share/containers/storage/overlay/l/QRQZTZZPSZJNZVOBENYFFQ3D3E:/export/home/0248/.local/share/containers/storage/overlay/l/VELQFDP4T43RKPHVWD7IFDOFCS,upperdir=/lodisk/13110/1253/share/containers/storage/overlay/d8d16433774c99d2db7190122608c7ddb74df07d990945036f8d681c12a63400/diff,workdir=/lodisk/13110/1253/share/containers/storage/overlay/d8d16433774c99d2db7190122608c7ddb74df07d990945036f8d681c12a63400/work,volatile": using mount program /export/home/0248/.local/container/bin/fuse-overlayfs: : exit status 1
Output of podman info:
host:
arch: amd64
buildahVersion: 1.24.6
cgroupControllers: []
cgroupManager: cgroupfs
cgroupVersion: v1
conmon:
package: Unknown
path: /export/home/0248/.local/container/bin/conmon
version: 'conmon version 2.1.0, commit: unknown'
cpus: 64
distribution:
distribution: '"centos"'
version: "7"
eventLogger: file
hostname: f0509
idMappings:
gidmap:
- container_id: 0
host_id: 1254
size: 1
- container_id: 1
host_id: 9055072
size: 35536
uidmap:
- container_id: 0
host_id: 1253
size: 1
- container_id: 1
host_id: 9055072
size: 35536
kernel: 3.10.0-1160.25.1.el7.x86_64
linkmode: dynamic
logDriver: k8s-file
memFree: 509811232768
memTotal: 540300972032
networkBackend: cni
ociRuntime:
name: runc
package: Unknown
path: /export/home/0248/.local/container/sbin/runc
version: |-
runc version 1.1.0
spec: 1.0.2-dev
go: go1.16.13
libseccomp: 2.3.1
os: linux
remoteSocket:
path: /lodisk/13110/podman-run-1253/podman/podman.sock
security:
apparmorEnabled: false
capabilities: CAP_AUDIT_WRITE,CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_MKNOD,CAP_NET_BIND_SERVICE,CAP_NET_RAW,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
rootless: true
seccompEnabled: true
seccompProfilePath: ""
selinuxEnabled: false
serviceIsRemote: false
slirp4netns:
executable: /export/home/0248/.local/container/bin/slirp4netns
package: Unknown
version: |-
slirp4netns version 1.1.12
commit: 7a104a101aa3278a2152351a082a6df71f57c9a3
libslirp: 4.6.1.55-888d
SLIRP_CONFIG_VERSION_MAX: 4
libseccomp: 2.3.1
swapFree: 0
swapTotal: 0
uptime: 25h 27m 47.9s (Approximately 1.04 days)
plugins:
log:
network:
volume:
registries: {}
store:
configFile: /export/home/0248/.local/container/config/containers/storage.conf
containerStore:
number: 0
paused: 0
running: 0
stopped: 0
graphDriverName: overlay
graphOptions:
overlay.imagestore: /export/home/0248/.local/share/containers/storage
overlay.mount_program:
Executable: /export/home/0248/.local/container/bin/fuse-overlayfs
Package: Unknown
Version: |-
fusermount3 version: 3.10.4
fuse-overlayfs: version 1.8.2
FUSE library version 3.10.3
using FUSE kernel interface version 7.31
overlay.mountopt: nodev,fsync=0
overlay.skip_mount_home: "true"
graphRoot: /lodisk/13110/1253/share/containers/storage
graphStatus:
Backing Filesystem: tmpfs
Native Overlay Diff: "false"
Supports d_type: "true"
Using metacopy: "false"
imageCopyTmpDir: /lodisk/13110
imageStore:
number: 4
runRoot: /lodisk/13110/containers-user-1253/containers
volumePath: /lodisk/13110/1253/share/containers/storage/volumes
version:
APIVersion: 4.0.2
Built: 1677210116
BuiltTime: Fri Feb 24 11:41:56 2023
GitCommit: d54ecc8-dirty
GoVersion: go1.17.7
OsArch: linux/amd64
Version: 4.0.2
Beta Was this translation helpful? Give feedback.
All reactions