[pkg-go] Bug#1050993: podman: Podman should use overlay storage driver by default instead of vfs
Gregor Riepl
onitake at gmail.com
Fri Sep 1 08:33:19 BST 2023
Package: podman
Version: 4.4.0+ds1-1
Severity: normal
Forwarded: https://github.com/containers/podman/issues/19811
X-Debbugs-Cc: onitake at gmail.com
The vfs storage driver in Podman has been the recommended upstream default up
until 4.4, but there isn't really a good reason to use it any more. The overlay
driver is faster and more conservative in most cases.
Please upgrade Podman to 4.5+ (4.6.3 is current) in Debian, or add the
configuration file /etc/containers/storage.conf with the following contents:
[storage]
driver = "overlay"
For reference, I ran into a serious storage explosion with the vfs driver
recently: https://github.com/containers/podman/issues/19811
This issue doesn't occur with the overlay driver.
Thanks!
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.4.0-2-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages podman depends on:
ii conmon 2.1.6+ds1-1
ii golang-github-containers-common 0.50.1+ds1-4
ii libc6 2.37-7
ii libdevmapper1.02.1 2:1.02.185-2
ii libgpgme11 1.18.0-3+b1
ii libseccomp2 2.5.4-1+b3
ii libsubid4 1:4.13+dfsg1-1+b1
ii runc 1.1.5+ds1-1+b2
Versions of packages podman recommends:
ii buildah 1.29.0+ds1-1
ii dbus-user-session 1.14.8-2
ii fuse-overlayfs 1.10-1
ii slirp4netns 1.2.0-1
ii tini 0.19.0-1
ii uidmap 1:4.13+dfsg1-1+b1
Versions of packages podman suggests:
pn containers-storage <none>
pn docker-compose <none>
ii iptables 1.8.9-2
-- Configuration Files:
/etc/cni/net.d/87-podman-bridge.conflist [Errno 13] Permission denied: '/etc/cni/net.d/87-podman-bridge.conflist'
-- no debconf information
More information about the Pkg-go-maintainers
mailing list