Skip to content

Commit cb2969f

Browse files
committed
docs: add note about systemd df RECLAIMABLE bug
Our calculation is just wrong and the way the entire API is designed it cannot work. This is the same interface as docker is using and they have the same bug there. So simply document this as known problem, in case users complain we at least have something to point to. An actual fix might be possible but not without reworking the full API and because this is exposed in the docker compat and libpod REST API we cannot really change it. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 144a6bd commit cb2969f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: docs/source/markdown/podman-system-df.1.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ podman\-system\-df - Show podman disk usage
77
**podman system df** [*options*]
88

99
## DESCRIPTION
10-
Show podman disk usage
10+
Show podman disk usage for images, containers and volumes.
11+
12+
Note: The RECLAIMABLE size that is reported for images can be incorrect. It might
13+
report that it can reclaim more than a prune would actually free. This will happen
14+
if you are using different images that share some layers.
1115

1216
## OPTIONS
1317
#### **--format**=*format*

0 commit comments

Comments
 (0)