Your message dated Sat, 17 Aug 2024 12:04:52 +0000
with message-id <[email protected]>
and subject line Bug#1065732: fixed in libpod 5.2.1+ds1-2
has caused the Debian Bug report #1065732,
regarding podman: Please "Recommends: containers-storage" so overlay driver is
used by default
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1065732: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065732
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: podman
Version: 4.9.3+ds1-1
Severity: normal
X-Debbugs-Cc: [email protected]
When I first got Podman installed a year ago, I felt it was running
a lot slower than Docker for some reasons, and eventually came across
this:
Podman run/build is painfully slow compared to docker
https://github.com/containers/podman/issues/13226
and indeed, `podman info` on my system showed:
graphDriverName: vfs
It turns out I did not install the "Suggested" containers-storage package
which contains /usr/share/containers/storage.conf that sets "overlay"
as the default driver.
There is a similar discussion at:
https://www.reddit.com/r/podman/comments/14dgdf8/how_can_i_figure_out_which_storage_driver_podman/
Eventually, I ran the following commands to remedy the situation:
sudo apt install containers-storage
rm -rf ~/.local/share/containers
podman system reset
After that, `podman info` shows:
graphDriverName: overlay
I propose promoting the dependency on the containers-storage package
from "Suggests" to "Recommends", or even to "Depends", so that
"overlay" is consistently chosen as the default storage driver
which provides a much better overall experience for end users.
For reference, in Fedora, podman "Requires: containers-common-extra"
which in turns "Requires: containers-common" which provides
/usr/share/containers/storage.conf where storage = "overlay" is set.
Many thanks!
Anthony Fok
-- System Information:
Debian Release: trixie/sid
APT prefers stable-security
APT policy: (500, 'stable-security'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.7.7-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8),
LANGUAGE=en_CA: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.10+ds1-1
ii crun 1.14.1-1
ii golang-github-containers-common 0.57.4+ds1-2
ii libc6 2.37-15.1
ii libdevmapper1.02.1 2:1.02.196-1
ii libgpgme11t64 [libgpgme11] 1.18.0-4.1
ii libseccomp2 2.5.5-1
ii libsqlite3-0 3.45.1-1
ii libsubid4 1:4.13+dfsg1-4
ii runc 1.1.12+ds1-2
Versions of packages podman recommends:
ii buildah 1.33.5+ds1-4
ii catatonit 0.1.7-1+b1
ii dbus-user-session 1.14.10-4
ii passt 0.0~git20240220.1e6f92b-1
ii slirp4netns 1.2.1-1
ii tini 0.19.0-1
ii uidmap 1:4.13+dfsg1-4
Versions of packages podman suggests:
ii containers-storage 1.51.0+ds1-2
pn docker-compose <none>
ii iptables 1.8.10-3
-- 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
--- End Message ---
--- Begin Message ---
Source: libpod
Source-Version: 5.2.1+ds1-2
Done: Reinhard Tartler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libpod, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Reinhard Tartler <[email protected]> (supplier of updated libpod package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 17 Aug 2024 07:39:04 -0400
Source: libpod
Architecture: source
Version: 5.2.1+ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team
<[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 1062176 1065732 1078552
Changes:
libpod (5.2.1+ds1-2) unstable; urgency=medium
.
* Upload to unstable
.
libpod (5.2.1+ds1-1) experimental; urgency=medium
.
* New upstream release
* Tighten dependencies on containers/{image,common,buildah}
* supress lintian error: field-too-long Built-Using
.
libpod (5.2.0+ds1-6) experimental; urgency=medium
.
* Merge in changes from branch 'debian/sid':
- Pick up changes to move alias files to /usr, Closes: #1078552
.
libpod (5.2.0+ds1-5) experimental; urgency=medium
.
* Add sanity checks to podman-hello-world
* autopkgtest that run podman require isolation-machine
* Tighten build-depends on buildah
.
libpod (5.2.0+ds1-4) experimental; urgency=medium
.
* Recommend 'netavark'
.
libpod (5.2.0+ds1-3) experimental; urgency=medium
.
* Tighten build deps on golang-github-opencontainers-runc-dev
* Install recommends for tests
* Implement autopkgtest 'podman-info' into its own shell script
* Add recommends to ca-certificates
* Add test that runs hello-world
* Fix autopkgtest failure in qemu
.
libpod (5.2.0+ds1-2) experimental; urgency=medium
.
* Tighten dependencies on containers/{storage,image,common}
.
libpod (5.2.0+ds1-1) experimental; urgency=medium
.
* New upstream release: 5.2.0
* Drop unneded patches
* Tighten deps on go-criu and checkpointctl
* Revert upstream change to compile against docker version 26.1
* Promote 'Suggests' on 'containers-storage' to Recommends,
Closes: #1065732, 1062176
Checksums-Sha1:
996ebe3b376948f111bbb7e9f50164a0dccbbd11 5496 libpod_5.2.1+ds1-2.dsc
33aff14f4515cdb2f12c13f0f7f8e1f8c8c1e1d2 25596 libpod_5.2.1+ds1-2.debian.tar.xz
Checksums-Sha256:
c066efbd94850bf27d02d1e14d595ad17ab877b213f7593c2330e4c1484ae8a8 5496
libpod_5.2.1+ds1-2.dsc
7f1ac1ea8797d845a45ea26e3949103ce601bdddc183dd2fe851883779bc346b 25596
libpod_5.2.1+ds1-2.debian.tar.xz
Files:
2e035c5f88f00c1cd195ea2162d3d189 5496 admin optional libpod_5.2.1+ds1-2.dsc
4425f493381c45ad666b87d2175dd873 25596 admin optional
libpod_5.2.1+ds1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmbAjGMUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJst/bQ/+MeWUCk+OpKX0RGCVIBjcNYoj6JVv
2FgM3duFon9IXmpzld5m/IjoULcqg9+tIPmC7ZVXJh3tHnPQcIqohxaaeZi+Zqh9
YTexFmZPTLfsJskuMe4bz6bm0eteHD46UKTTPxX0MGaq+XocdWVaBMatji01jt0J
JkuHF+8i+JB7Pbck+yGX88jWpyl3HZ8kLiZmYEeAgIS/XDPjtY6Rke/lTpbo669d
QMpxN7nopdGeJT1fNP73wadm4bCxQON6fmm+hOGjUt2I0FG2FDbaElSTFMcfxP2e
m/9FNGdcCzpb6xJpf4bd0AvC/HMTBUBh8nA63Orux8ztll6AJcCfpCite5OE27A3
3WRdjoqQREglufbHkF9NNrrFB7OIvMW+GsnGg5kiL1XobpV9mbhf2Pv1SKl3UAAD
3TtP5Y8s09LVSdQmCmCZNu10tBNdn4/fKh0NKn0AUzknpQ+KgP68FDUp2a4Euc/h
FM5M4F86YhKdNSGKf+oRfusc1CCwP86EEmoC8uWctDWP0xfhq+f8KXdQ8jCEwEru
ItSlcrpLwnoOYab/hFfdXMkcNlGUBt7r+r48u5I1b6Vv/DqdgZ4i2rlcoEZWlCtH
MbryEszerobkbAX2Ew3W9kbSEkB/884OnRatFjqSwIReijYdSyNlRrCnxLjklDHD
GHWWXc09Ec+2qD8=
=G2yC
-----END PGP SIGNATURE-----
pgpwvAhuHm0b4.pgp
Description: PGP signature
--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers