summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2022-03-22 13:14:17 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2022-03-22 13:14:17 +0100
commit07999b2373c32258ce13f827546d705b8fcd6733 (patch)
tree8e4c48436ab399660f95ffc5942bbd4020b47d36
parentd0e9f28f87d4fc9e7ed8f465709db89a03b9376b (diff)
downloadpodman-07999b2373c32258ce13f827546d705b8fcd6733.tar.gz
podman-07999b2373c32258ce13f827546d705b8fcd6733.tar.bz2
podman-07999b2373c32258ce13f827546d705b8fcd6733.zip
[CI:DOCS] troubleshooting: document rm in image stores
Closes: https://github.com/containers/podman/issues/13003 [NO NEW TESTS NEEDED] Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--troubleshooting.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/troubleshooting.md b/troubleshooting.md
index 32f14c1ee..f59963271 100644
--- a/troubleshooting.md
+++ b/troubleshooting.md
@@ -1177,3 +1177,18 @@ A side-note: Using [__--userns=keep-id__](https://docs.podman.io/en/latest/markd
can sometimes be an alternative solution, but it forces the regular
user's host UID to be mapped to the same UID inside the container
so it provides less flexibility than using __--uidmap__ and __--gidmap__.
+
+### 35) Images in the additional stores can be deleted even if there are containers using them
+
+When an image in an additional store is used, it is not locked thus it
+can be deleted even if there are containers using it.
+
+#### Symptom
+
+WARN[0000] Can't stat lower layer "/var/lib/containers/storage/overlay/l/7HS76F2P5N73FDUKUQAOJA3WI5" because it does not exist. Going through storage to recreate the missing symlinks.
+
+#### Solution
+
+It is the user responsibility to make sure images in an additional
+store are not deleted while being used by containers in another
+store.