[Bug 1226825] New: podman erros with "configure storage: unknown option overlay.mountopt"
https://bugzilla.suse.com/show_bug.cgi?id=1226825 Bug ID: 1226825 Summary: podman erros with "configure storage: unknown option overlay.mountopt" Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Containers Assignee: containers-bugowner@suse.de Reporter: mcepl@suse.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Using distrobox/podman containers on MicroOS and with the last snapshot of Tumbleweed I get this on any podman command I run: ERRO[0000] User-selected graph driver "overlay" overwritten by graph driver "btrfs" from database - delete libpod local files ("/var/lib/containers/storage") to resolve. May prevent use of images created by other tools Error: configure storage: unknown option overlay.mountopt ("overlay.mountopt=nodev,metacopy=on") Unfortunately, it also breaks my main working container (`distrobox --root`). mitmanek:~ $ cat /etc/os-release NAME="openSUSE MicroOS" # VERSION="20240621" ID="opensuse-microos" ID_LIKE="suse opensuse opensuse-tumbleweed microos sl-micro" VERSION_ID="20240621" PRETTY_NAME="openSUSE MicroOS" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:microos:20240621" BUG_REPORT_URL="https://bugzilla.opensuse.org" SUPPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" DOCUMENTATION_URL="https://en.opensuse.org/Portal:MicroOS" LOGO="distributor-logo-MicroOS" mitmanek:~ $ -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226825 https://bugzilla.suse.com/show_bug.cgi?id=1226825#c1 --- Comment #1 from Matej Cepl <mcepl@suse.com> --- I had to copy /usr/share/containers/storage.conf to /etc/containers/storage.conf and change `storage.driver` to `"btrfs"` to make podman work again as before. How come `podman` with default configuration breaks? (used libcontainers-common-20240618-1.1.noarch) -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226825 https://bugzilla.suse.com/show_bug.cgi?id=1226825#c2 Danish Prakash <danish.prakash@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danish.prakash@suse.com Status|NEW |IN_PROGRESS --- Comment #2 from Danish Prakash <danish.prakash@suse.com> --- This happened because we moved all distro-specific configs (storage, mounts, seccomp) to the correct path (/usr/share/containers/*). In the process, the older storage.conf in /etc/containers/ was dropped. It was an oversight on my end.
ERRO[0000] User-selected graph driver "overlay" overwritten by graph driver "btrfs" from database - delete libpod local files ("/var/lib/containers/storage") to resolve. May prevent use of images created by other tools Error: configure storage: unknown option overlay.mountopt ("overlay.mountopt=nodev,metacopy=on")
Your existing workloads were using btrfs driver but with the recent update (fix pending merge to Factory[1]), the driver was set to overlay causing the above error. It should be fixed with the next snapshot and/or wouldn't cause this in the first place. [1] - https://build.opensuse.org/request/show/1183023 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226825 Lars Marowsky-Bree <lmb@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major CC| |lmb@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226825 Danish Prakash <danish.prakash@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|containers-bugowner@suse.de |danish.prakash@suse.com CC| |containers-bugowner@suse.de -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226825 Shung-Hsi Yu <shung-hsi.yu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shung-hsi.yu@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com