All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] podman: upgrade to 3.3.1
       [not found] <16A22D3D64290A4D.1519@lists.yoctoproject.org>
@ 2021-09-06  9:00 ` Yu, Mingli
  2021-09-06 13:49   ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Yu, Mingli @ 2021-09-06  9:00 UTC (permalink / raw)
  To: meta-virtualization

From: Mingli Yu <mingli.yu@windriver.com>

Add fuse-overlayfs rdepends to support rootless.
 Fixes:
 intel-x86-64:~$ podman run -it  busybox
 Error: kernel does not support overlay fs: 'overlay' is not supported over <unknown> at "/home/test/.local/share/containers/storage/overlay": backing file system is unsupported for this graph driver

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 recipes-containers/podman/podman_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index ab9aef1..bbbbb91 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -17,9 +17,9 @@ DEPENDS = " \
     ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
 "
 
-SRCREV = "8809aed5647b61abb14970d409ff7c99c7fbdc34"
+SRCREV = "4c5283fabff2de5145838f1847a5a7b2b1fbc0a5"
 SRC_URI = " \
-    git://github.com/containers/libpod.git;branch=v3.3 \
+    git://github.com/containers/podman.git;branch=v3.3 \
 "
 
 LICENSE = "Apache-2.0"
@@ -29,7 +29,7 @@ GO_IMPORT = "import"
 
 S = "${WORKDIR}/git"
 
-PV = "3.3.0+git${SRCPV}"
+PV = "3.3.1+git${SRCPV}"
 
 PACKAGES =+ "${PN}-contrib"
 
@@ -109,6 +109,6 @@ FILES:${PN} += " \
 
 SYSTEMD_SERVICE:${PN} = "podman.service podman.socket"
 
-RDEPENDS:${PN} += "conmon virtual/runc iptables cni skopeo"
+RDEPENDS:${PN} += "conmon virtual/runc iptables cni skopeo fuse-overlayfs"
 RRECOMMENDS:${PN} += "slirp4netns kernel-module-xt-masquerade kernel-module-xt-comment"
 RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization] [PATCH v2] podman: upgrade to 3.3.1
  2021-09-06  9:00 ` [PATCH v2] podman: upgrade to 3.3.1 Yu, Mingli
@ 2021-09-06 13:49   ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-09-06 13:49 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: meta-virtualization

Send the fuse change separately from the version bumps, as I
mentioned, I already have them.

On Mon, Sep 6, 2021 at 5:04 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Add fuse-overlayfs rdepends to support rootless.
>  Fixes:
>  intel-x86-64:~$ podman run -it  busybox
>  Error: kernel does not support overlay fs: 'overlay' is not supported over <unknown> at "/home/test/.local/share/containers/storage/overlay": backing file system is unsupported for this graph driver

I don't get that message, because my kernel is properly configured ;)

>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  recipes-containers/podman/podman_git.bb | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
> index ab9aef1..bbbbb91 100644
> --- a/recipes-containers/podman/podman_git.bb
> +++ b/recipes-containers/podman/podman_git.bb
> @@ -17,9 +17,9 @@ DEPENDS = " \
>      ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
>  "
>
> -SRCREV = "8809aed5647b61abb14970d409ff7c99c7fbdc34"
> +SRCREV = "4c5283fabff2de5145838f1847a5a7b2b1fbc0a5"
>  SRC_URI = " \
> -    git://github.com/containers/libpod.git;branch=v3.3 \
> +    git://github.com/containers/podman.git;branch=v3.3 \
>  "
>
>  LICENSE = "Apache-2.0"
> @@ -29,7 +29,7 @@ GO_IMPORT = "import"
>
>  S = "${WORKDIR}/git"
>
> -PV = "3.3.0+git${SRCPV}"
> +PV = "3.3.1+git${SRCPV}"
>
>  PACKAGES =+ "${PN}-contrib"
>
> @@ -109,6 +109,6 @@ FILES:${PN} += " \
>
>  SYSTEMD_SERVICE:${PN} = "podman.service podman.socket"
>
> -RDEPENDS:${PN} += "conmon virtual/runc iptables cni skopeo"
> +RDEPENDS:${PN} += "conmon virtual/runc iptables cni skopeo fuse-overlayfs"

This shouldn't be on by default, many of us have a fully configured
kernel and this is just extra bloat.

This is something that could be a packageconfig, but shouldn't be on by default.

Bruce

>  RRECOMMENDS:${PN} += "slirp4netns kernel-module-xt-masquerade kernel-module-xt-comment"
>  RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}"
> --
> 2.17.1
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-06 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <16A22D3D64290A4D.1519@lists.yoctoproject.org>
2021-09-06  9:00 ` [PATCH v2] podman: upgrade to 3.3.1 Yu, Mingli
2021-09-06 13:49   ` [meta-virtualization] " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.