You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A disk failed that was mapped to .local/share/containers/storage/overlay/ and the disk has since been replaced.
Unfortunately due to the missing data just about everything is failing. Funnily enough the containers still managed to run but running podman exec resulting in path not found errors
Running system prune -a results in
Error: determining size of layer with ID "<ID>": faccessat /home/duser/.local/share/containers/storage/overlay/<ID>: no such file or directory
same with any other system cleanup command
Steps to reproduce the issue
Steps to reproduce the issue
Run a couple containers
Delete anything under .local/share/containers/storage/overlay/
Try to run any cleanup commands to fix the situation
Describe the results you received
Error: determining size of layer with ID "<ID>": faccessat /home/duser/.local/share/containers/storage/overlay/<ID>: no such file or directory
Describe the results you expected
System would be able to determine recover from a position like this able to remove orphan entries in it's database and json files
podman info output
host:
arch: amd64buildahVersion: 1.37.1cgroupControllers:
- cpu
- memory
- pidscgroupManager: cgroupfscgroupVersion: v2conmon:
package: Unknownpath: /usr/local/libexec/podman/conmonversion: 'conmon version 2.1.12, commit: 3bc422cd8aaec542d85d1a80f2d38e6e69046b5b'cpuUtilization:
idlePercent: 99.74systemPercent: 0.15userPercent: 0.12cpus: 4databaseBackend: sqlitedistribution:
codename: nobledistribution: ubuntuversion: "24.04"eventLogger: filefreeLocks: 2025hostname: mka0732idMappings:
gidmap:
- container_id: 0host_id: 1001size: 1
- container_id: 1host_id: 165536size: 65536uidmap:
- container_id: 0host_id: 1001size: 1
- container_id: 1host_id: 165536size: 65536kernel: 6.8.0-45-genericlinkmode: dynamiclogDriver: k8s-filememFree: 7419215872memTotal: 8226447360networkBackend: netavarknetworkBackendInfo:
backend: netavarkdns:
package: aardvark-dns_1.4.0-5_amd64path: /usr/lib/podman/aardvark-dnsversion: aardvark-dns 1.4.0package: netavark_1.4.0-4_amd64path: /usr/lib/podman/netavarkversion: netavark 1.4.0ociRuntime:
name: crunpackage: crun_1.14.1-1_amd64path: /usr/bin/crunversion: |- crun version 1.16.1 commit: afa829ca0122bd5e1d67f1f38e6cc348027e3c32 rundir: /run/user/1001/crun spec: 1.0.0 +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJLos: linuxpasta:
executable: /usr/bin/pastapackage: passt_0.0~git20240220.1e6f92b-1_amd64version: | pasta unknown version Copyright Red Hat GNU General Public License, version 2 or later <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.remoteSocket:
exists: truepath: /run/user/1001/podman/podman.sockrootlessNetworkCmd: pastasecurity:
apparmorEnabled: falsecapabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOTrootless: trueseccompEnabled: trueseccompProfilePath: /usr/share/containers/seccomp.jsonselinuxEnabled: falseserviceIsRemote: falseslirp4netns:
executable: /usr/bin/slirp4netnspackage: slirp4netns_1.2.1-1build2_amd64version: |- slirp4netns version 1.2.1 commit: 09e31e92fa3d2a1d3ca261adaeb012c8d75a8194 libslirp: 4.7.0 SLIRP_CONFIG_VERSION_MAX: 4 libseccomp: 2.5.5swapFree: 0swapTotal: 0uptime: 0h 44m 40.00svariant: ""plugins:
authorization: nulllog:
- k8s-file
- none
- passthroughnetwork:
- bridge
- macvlan
- ipvlanvolume:
- localregistries:
'*':
Blocked: falseInsecure: trueLocation: nexus.mkalacim.osiMirrorByDigestOnly: falseMirrors: nullPrefix: '*'PullFromMirror: ""search:
- nexus.mkalacim.osistore:
configFile: /home/duser/.config/containers/storage.confcontainerStore:
number: 6paused: 0running: 0stopped: 6graphDriverName: overlaygraphOptions: {}graphRoot: /home/duser/.local/share/containers/storagegraphRootAllocated: 40483942400graphRootUsed: 16493948928graphStatus:
Backing Filesystem: extfsNative Overlay Diff: "true"Supports d_type: "true"Supports shifting: "false"Supports volatile: "true"Using metacopy: "false"imageCopyTmpDir: /var/tmpimageStore:
number: 6runRoot: /run/user/1001/containerstransientStore: falsevolumePath: /home/duser/.local/share/containers/storage/volumesversion:
APIVersion: 5.2.1Built: 1724060675BuiltTime: Mon Aug 19 05:44:35 2024GitCommit: ""GoVersion: go1.22.2Os: linuxOsArch: linux/amd64Version: 5.2.1
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered:
Issue Description
A disk failed that was mapped to
.local/share/containers/storage/overlay/
and the disk has since been replaced.Unfortunately due to the missing data just about everything is failing. Funnily enough the containers still managed to run but running
podman exec
resulting in path not found errorsRunning
system prune -a
results insame with any other system cleanup command
Steps to reproduce the issue
Steps to reproduce the issue
.local/share/containers/storage/overlay/
Describe the results you received
Describe the results you expected
System would be able to determine recover from a position like this able to remove orphan entries in it's database and json files
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: