All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] podman: upgrade to 3.3.1
@ 2021-09-06  8:05 Yu, Mingli
  2021-09-06  8:05 ` [PATCH 2/2] skopeo: Upgrade to 1.4.1 Yu, Mingli
  2021-09-06 13:44 ` [meta-virtualization] [PATCH 1/2] podman: upgrade to 3.3.1 Bruce Ashfield
  0 siblings, 2 replies; 9+ messages in thread
From: Yu, Mingli @ 2021-09-06  8:05 UTC (permalink / raw)
  To: meta-virtualization

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

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

diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index ab9aef1..d5f19ab 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"
 
-- 
2.17.1


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

* [PATCH 2/2] skopeo: Upgrade to 1.4.1
  2021-09-06  8:05 [PATCH 1/2] podman: upgrade to 3.3.1 Yu, Mingli
@ 2021-09-06  8:05 ` Yu, Mingli
  2021-09-06 13:46   ` [meta-virtualization] " Bruce Ashfield
  2021-09-06 13:44 ` [meta-virtualization] [PATCH 1/2] podman: upgrade to 3.3.1 Bruce Ashfield
  1 sibling, 1 reply; 9+ messages in thread
From: Yu, Mingli @ 2021-09-06  8:05 UTC (permalink / raw)
  To: meta-virtualization

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

Remove the unvalid keys to silence the below warning:
 # podman --version
 WARN[0000] Failed to decode the keys ["storage.options.override_kernel_check" "storage.options.overlay.ostree_repo"] from "/etc/containers/storage.conf"
 podman version 3.3.1

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 recipes-containers/skopeo/files/storage.conf | 6 +++---
 recipes-containers/skopeo/skopeo_git.bb      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-containers/skopeo/files/storage.conf b/recipes-containers/skopeo/files/storage.conf
index 818cfe8..c0d512f 100644
--- a/recipes-containers/skopeo/files/storage.conf
+++ b/recipes-containers/skopeo/files/storage.conf
@@ -30,7 +30,7 @@ size = ""
 #mount_program = "/usr/bin/fuse-overlayfs"
 
 # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
-override_kernel_check = "true"
+#override_kernel_check = "true"
 
 # mountopt specifies comma separated list of extra mount options
 mountopt = "nodev"
@@ -126,8 +126,8 @@ mountopt = "nodev"
 # xfs_nospace_max_retries = "0"
 
 # If specified, use OSTree to deduplicate files with the overlay backend
-ostree_repo = ""
+#ostree_repo = ""
 
 # Set to skip a PRIVATE bind mount on the storage home directory.  Only supported by
 # certain container storage drivers
-skip_mount_home = "false"
+#skip_mount_home = "false"
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index 39ee8ca..adb7de1 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -27,7 +27,7 @@ SRC_URI = " \
     file://registries.conf \
 "
 
-SRCREV = "01e51ce610e3cfe1230a10af982e962c4ad1c990"
+SRCREV = "130f32f047b7bf9b1fb4f95c4c5b1da6255e4829"
 PV = "v1.4.1+git${SRCPV}"
 GO_IMPORT = "import"
 
-- 
2.17.1


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

* Re: [meta-virtualization] [PATCH 1/2] podman: upgrade to 3.3.1
  2021-09-06  8:05 [PATCH 1/2] podman: upgrade to 3.3.1 Yu, Mingli
  2021-09-06  8:05 ` [PATCH 2/2] skopeo: Upgrade to 1.4.1 Yu, Mingli
@ 2021-09-06 13:44 ` Bruce Ashfield
  1 sibling, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2021-09-06 13:44 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: meta-virtualization

I already have this update queued and under test locally, but thanks
for the patch!

Bruce

On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  recipes-containers/podman/podman_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
> index ab9aef1..d5f19ab 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"
>
> --
> 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] 9+ messages in thread

* Re: [meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1
  2021-09-06  8:05 ` [PATCH 2/2] skopeo: Upgrade to 1.4.1 Yu, Mingli
@ 2021-09-06 13:46   ` Bruce Ashfield
  2021-09-06 14:08     ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2021-09-06 13:46 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: meta-virtualization

I also already have this version bump queued locally.


On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Remove the unvalid keys to silence the below warning:
>  # podman --version
>  WARN[0000] Failed to decode the keys ["storage.options.override_kernel_check" "storage.options.overlay.ostree_repo"] from "/etc/containers/storage.conf"
>  podman version 3.3.1
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  recipes-containers/skopeo/files/storage.conf | 6 +++---
>  recipes-containers/skopeo/skopeo_git.bb      | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-containers/skopeo/files/storage.conf b/recipes-containers/skopeo/files/storage.conf
> index 818cfe8..c0d512f 100644
> --- a/recipes-containers/skopeo/files/storage.conf
> +++ b/recipes-containers/skopeo/files/storage.conf
> @@ -30,7 +30,7 @@ size = ""
>  #mount_program = "/usr/bin/fuse-overlayfs"
>
>  # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
> -override_kernel_check = "true"
> +#override_kernel_check = "true"

But there's no reason to drop this.

>
>  # mountopt specifies comma separated list of extra mount options
>  mountopt = "nodev"
> @@ -126,8 +126,8 @@ mountopt = "nodev"
>  # xfs_nospace_max_retries = "0"
>
>  # If specified, use OSTree to deduplicate files with the overlay backend
> -ostree_repo = ""
> +#ostree_repo = ""
>
>  # Set to skip a PRIVATE bind mount on the storage home directory.  Only supported by
>  # certain container storage drivers
> -skip_mount_home = "false"
> +#skip_mount_home = "false"

or any of these .. the skopeo configuration serves many different use
cases, if these are causing warnings in your setup, you need to carry
your own storage.conf

Bruce

> diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
> index 39ee8ca..adb7de1 100644
> --- a/recipes-containers/skopeo/skopeo_git.bb
> +++ b/recipes-containers/skopeo/skopeo_git.bb
> @@ -27,7 +27,7 @@ SRC_URI = " \
>      file://registries.conf \
>  "
>
> -SRCREV = "01e51ce610e3cfe1230a10af982e962c4ad1c990"
> +SRCREV = "130f32f047b7bf9b1fb4f95c4c5b1da6255e4829"
>  PV = "v1.4.1+git${SRCPV}"
>  GO_IMPORT = "import"
>
> --
> 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] 9+ messages in thread

* Re: [meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1
  2021-09-06 13:46   ` [meta-virtualization] " Bruce Ashfield
@ 2021-09-06 14:08     ` Bruce Ashfield
  2021-09-07  2:41       ` Yu, Mingli
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2021-09-06 14:08 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: meta-virtualization

On Mon, Sep 6, 2021 at 9:46 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>
> I also already have this version bump queued locally.

Actually cancel that. I have more -dev versions under test (I got my
uprev's confused for a moment).

But we don't want this SRCREV change. I put it to the tip of the
release branch on purpose, this rewinds the SRCREV, and it isn't
something I'd merge.

But the packageconfig change can be valid, and is something I'd take.

Bruce

>
>
> On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
> >
> > From: Mingli Yu <mingli.yu@windriver.com>
> >
> > Remove the unvalid keys to silence the below warning:
> >  # podman --version
> >  WARN[0000] Failed to decode the keys ["storage.options.override_kernel_check" "storage.options.overlay.ostree_repo"] from "/etc/containers/storage.conf"
> >  podman version 3.3.1
> >
> > Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> > ---
> >  recipes-containers/skopeo/files/storage.conf | 6 +++---
> >  recipes-containers/skopeo/skopeo_git.bb      | 2 +-
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/recipes-containers/skopeo/files/storage.conf b/recipes-containers/skopeo/files/storage.conf
> > index 818cfe8..c0d512f 100644
> > --- a/recipes-containers/skopeo/files/storage.conf
> > +++ b/recipes-containers/skopeo/files/storage.conf
> > @@ -30,7 +30,7 @@ size = ""
> >  #mount_program = "/usr/bin/fuse-overlayfs"
> >
> >  # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
> > -override_kernel_check = "true"
> > +#override_kernel_check = "true"
>
> But there's no reason to drop this.
>
> >
> >  # mountopt specifies comma separated list of extra mount options
> >  mountopt = "nodev"
> > @@ -126,8 +126,8 @@ mountopt = "nodev"
> >  # xfs_nospace_max_retries = "0"
> >
> >  # If specified, use OSTree to deduplicate files with the overlay backend
> > -ostree_repo = ""
> > +#ostree_repo = ""
> >
> >  # Set to skip a PRIVATE bind mount on the storage home directory.  Only supported by
> >  # certain container storage drivers
> > -skip_mount_home = "false"
> > +#skip_mount_home = "false"
>
> or any of these .. the skopeo configuration serves many different use
> cases, if these are causing warnings in your setup, you need to carry
> your own storage.conf
>
> Bruce
>
> > diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
> > index 39ee8ca..adb7de1 100644
> > --- a/recipes-containers/skopeo/skopeo_git.bb
> > +++ b/recipes-containers/skopeo/skopeo_git.bb
> > @@ -27,7 +27,7 @@ SRC_URI = " \
> >      file://registries.conf \
> >  "
> >
> > -SRCREV = "01e51ce610e3cfe1230a10af982e962c4ad1c990"
> > +SRCREV = "130f32f047b7bf9b1fb4f95c4c5b1da6255e4829"
> >  PV = "v1.4.1+git${SRCPV}"
> >  GO_IMPORT = "import"
> >
> > --
> > 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



-- 
- 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] 9+ messages in thread

* Re: [meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1
  2021-09-06 14:08     ` Bruce Ashfield
@ 2021-09-07  2:41       ` Yu, Mingli
  2021-09-07  3:05         ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Yu, Mingli @ 2021-09-07  2:41 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization



On 9/6/21 10:08 PM, Bruce Ashfield wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
> 
> On Mon, Sep 6, 2021 at 9:46 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>>
>> I also already have this version bump queued locally.
> 
> Actually cancel that. I have more -dev versions under test (I got my
> uprev's confused for a moment).
> 
> But we don't want this SRCREV change. I put it to the tip of the
> release branch on purpose, this rewinds the SRCREV, and it isn't
> something I'd merge.
> 
> But the packageconfig change can be valid, and is something I'd take.

Okay, I will send the packageconfig part then. BTW, why is there dev 
version, I think the latest release version should satisfy most of our 
needs.

Thanks,

> 
> Bruce
> 
>>
>>
>> On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
>>>
>>> From: Mingli Yu <mingli.yu@windriver.com>
>>>
>>> Remove the unvalid keys to silence the below warning:
>>>   # podman --version
>>>   WARN[0000] Failed to decode the keys ["storage.options.override_kernel_check" "storage.options.overlay.ostree_repo"] from "/etc/containers/storage.conf"
>>>   podman version 3.3.1
>>>
>>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>>> ---
>>>   recipes-containers/skopeo/files/storage.conf | 6 +++---
>>>   recipes-containers/skopeo/skopeo_git.bb      | 2 +-
>>>   2 files changed, 4 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/recipes-containers/skopeo/files/storage.conf b/recipes-containers/skopeo/files/storage.conf
>>> index 818cfe8..c0d512f 100644
>>> --- a/recipes-containers/skopeo/files/storage.conf
>>> +++ b/recipes-containers/skopeo/files/storage.conf
>>> @@ -30,7 +30,7 @@ size = ""
>>>   #mount_program = "/usr/bin/fuse-overlayfs"
>>>
>>>   # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
>>> -override_kernel_check = "true"
>>> +#override_kernel_check = "true"
>>
>> But there's no reason to drop this.
>>
>>>
>>>   # mountopt specifies comma separated list of extra mount options
>>>   mountopt = "nodev"
>>> @@ -126,8 +126,8 @@ mountopt = "nodev"
>>>   # xfs_nospace_max_retries = "0"
>>>
>>>   # If specified, use OSTree to deduplicate files with the overlay backend
>>> -ostree_repo = ""
>>> +#ostree_repo = ""
>>>
>>>   # Set to skip a PRIVATE bind mount on the storage home directory.  Only supported by
>>>   # certain container storage drivers
>>> -skip_mount_home = "false"
>>> +#skip_mount_home = "false"
>>
>> or any of these .. the skopeo configuration serves many different use
>> cases, if these are causing warnings in your setup, you need to carry
>> your own storage.conf
>>
>> Bruce
>>
>>> diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
>>> index 39ee8ca..adb7de1 100644
>>> --- a/recipes-containers/skopeo/skopeo_git.bb
>>> +++ b/recipes-containers/skopeo/skopeo_git.bb
>>> @@ -27,7 +27,7 @@ SRC_URI = " \
>>>       file://registries.conf \
>>>   "
>>>
>>> -SRCREV = "01e51ce610e3cfe1230a10af982e962c4ad1c990"
>>> +SRCREV = "130f32f047b7bf9b1fb4f95c4c5b1da6255e4829"
>>>   PV = "v1.4.1+git${SRCPV}"
>>>   GO_IMPORT = "import"
>>>
>>> --
>>> 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
> 
> 
> 
> --
> - 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] 9+ messages in thread

* Re: [meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1
  2021-09-07  2:41       ` Yu, Mingli
@ 2021-09-07  3:05         ` Bruce Ashfield
  2021-09-07  3:47           ` Yu, Mingli
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2021-09-07  3:05 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: meta-virtualization

On Mon, Sep 6, 2021 at 10:35 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
>
>
> On 9/6/21 10:08 PM, Bruce Ashfield wrote:
> > [Please note: This e-mail is from an EXTERNAL e-mail address]
> >
> > On Mon, Sep 6, 2021 at 9:46 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
> >>
> >> I also already have this version bump queued locally.
> >
> > Actually cancel that. I have more -dev versions under test (I got my
> > uprev's confused for a moment).
> >
> > But we don't want this SRCREV change. I put it to the tip of the
> > release branch on purpose, this rewinds the SRCREV, and it isn't
> > something I'd merge.
> >
> > But the packageconfig change can be valid, and is something I'd take.
>
> Okay, I will send the packageconfig part then. BTW, why is there dev
> version, I think the latest release version should satisfy most of our
> needs.

In this case, it is just a commit that bumps the version in
preparation for more changes (for 3.3.2), if you look at the
historical SRCREV bumps, I always take those changes.  There's no
reason to exclude them, since they are part of the release development
cycle. 3.3.2 will be out before the next release, and by taking those
commits, it shows the intention to track the tip for anything we may
need.

Bruce

>
> Thanks,
>
> >
> > Bruce
> >
> >>
> >>
> >> On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
> >>>
> >>> From: Mingli Yu <mingli.yu@windriver.com>
> >>>
> >>> Remove the unvalid keys to silence the below warning:
> >>>   # podman --version
> >>>   WARN[0000] Failed to decode the keys ["storage.options.override_kernel_check" "storage.options.overlay.ostree_repo"] from "/etc/containers/storage.conf"
> >>>   podman version 3.3.1
> >>>
> >>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> >>> ---
> >>>   recipes-containers/skopeo/files/storage.conf | 6 +++---
> >>>   recipes-containers/skopeo/skopeo_git.bb      | 2 +-
> >>>   2 files changed, 4 insertions(+), 4 deletions(-)
> >>>
> >>> diff --git a/recipes-containers/skopeo/files/storage.conf b/recipes-containers/skopeo/files/storage.conf
> >>> index 818cfe8..c0d512f 100644
> >>> --- a/recipes-containers/skopeo/files/storage.conf
> >>> +++ b/recipes-containers/skopeo/files/storage.conf
> >>> @@ -30,7 +30,7 @@ size = ""
> >>>   #mount_program = "/usr/bin/fuse-overlayfs"
> >>>
> >>>   # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
> >>> -override_kernel_check = "true"
> >>> +#override_kernel_check = "true"
> >>
> >> But there's no reason to drop this.
> >>
> >>>
> >>>   # mountopt specifies comma separated list of extra mount options
> >>>   mountopt = "nodev"
> >>> @@ -126,8 +126,8 @@ mountopt = "nodev"
> >>>   # xfs_nospace_max_retries = "0"
> >>>
> >>>   # If specified, use OSTree to deduplicate files with the overlay backend
> >>> -ostree_repo = ""
> >>> +#ostree_repo = ""
> >>>
> >>>   # Set to skip a PRIVATE bind mount on the storage home directory.  Only supported by
> >>>   # certain container storage drivers
> >>> -skip_mount_home = "false"
> >>> +#skip_mount_home = "false"
> >>
> >> or any of these .. the skopeo configuration serves many different use
> >> cases, if these are causing warnings in your setup, you need to carry
> >> your own storage.conf
> >>
> >> Bruce
> >>
> >>> diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
> >>> index 39ee8ca..adb7de1 100644
> >>> --- a/recipes-containers/skopeo/skopeo_git.bb
> >>> +++ b/recipes-containers/skopeo/skopeo_git.bb
> >>> @@ -27,7 +27,7 @@ SRC_URI = " \
> >>>       file://registries.conf \
> >>>   "
> >>>
> >>> -SRCREV = "01e51ce610e3cfe1230a10af982e962c4ad1c990"
> >>> +SRCREV = "130f32f047b7bf9b1fb4f95c4c5b1da6255e4829"
> >>>   PV = "v1.4.1+git${SRCPV}"
> >>>   GO_IMPORT = "import"
> >>>
> >>> --
> >>> 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
> >
> >
> >
> > --
> > - Thou shalt not follow the NULL pointer, for chaos and madness await
> > thee at its end
> > - "Use the force Harry" - Gandalf, Star Trek II
> >



-- 
- 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] 9+ messages in thread

* Re: [meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1
  2021-09-07  3:05         ` Bruce Ashfield
@ 2021-09-07  3:47           ` Yu, Mingli
  2021-09-07 12:56             ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Yu, Mingli @ 2021-09-07  3:47 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization



On 9/7/21 11:05 AM, Bruce Ashfield wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
> 
> On Mon, Sep 6, 2021 at 10:35 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>>
>>
>>
>> On 9/6/21 10:08 PM, Bruce Ashfield wrote:
>>> [Please note: This e-mail is from an EXTERNAL e-mail address]
>>>
>>> On Mon, Sep 6, 2021 at 9:46 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>>>>
>>>> I also already have this version bump queued locally.
>>>
>>> Actually cancel that. I have more -dev versions under test (I got my
>>> uprev's confused for a moment).
>>>
>>> But we don't want this SRCREV change. I put it to the tip of the
>>> release branch on purpose, this rewinds the SRCREV, and it isn't
>>> something I'd merge.
>>>
>>> But the packageconfig change can be valid, and is something I'd take.
>>
>> Okay, I will send the packageconfig part then. BTW, why is there dev
>> version, I think the latest release version should satisfy most of our
>> needs.
> 
> In this case, it is just a commit that bumps the version in
> preparation for more changes (for 3.3.2), if you look at the
> historical SRCREV bumps, I always take those changes.  There's no
> reason to exclude them, since they are part of the release development
> cycle. 3.3.2 will be out before the next release, and by taking those
> commits, it shows the intention to track the tip for anything we may
> need.

If so, could we put two recipes here? one is for dev version such as 
podman-dev.bb and one such as podman_git.bb to track the latest release?

Thanks,

> 
> Bruce
> 
>>
>> Thanks,
>>
>>>
>>> Bruce
>>>
>>>>
>>>>
>>>> On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
>>>>>
>>>>> From: Mingli Yu <mingli.yu@windriver.com>
>>>>>
>>>>> Remove the unvalid keys to silence the below warning:
>>>>>    # podman --version
>>>>>    WARN[0000] Failed to decode the keys ["storage.options.override_kernel_check" "storage.options.overlay.ostree_repo"] from "/etc/containers/storage.conf"
>>>>>    podman version 3.3.1
>>>>>
>>>>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>>>>> ---
>>>>>    recipes-containers/skopeo/files/storage.conf | 6 +++---
>>>>>    recipes-containers/skopeo/skopeo_git.bb      | 2 +-
>>>>>    2 files changed, 4 insertions(+), 4 deletions(-)
>>>>>
>>>>> diff --git a/recipes-containers/skopeo/files/storage.conf b/recipes-containers/skopeo/files/storage.conf
>>>>> index 818cfe8..c0d512f 100644
>>>>> --- a/recipes-containers/skopeo/files/storage.conf
>>>>> +++ b/recipes-containers/skopeo/files/storage.conf
>>>>> @@ -30,7 +30,7 @@ size = ""
>>>>>    #mount_program = "/usr/bin/fuse-overlayfs"
>>>>>
>>>>>    # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
>>>>> -override_kernel_check = "true"
>>>>> +#override_kernel_check = "true"
>>>>
>>>> But there's no reason to drop this.
>>>>
>>>>>
>>>>>    # mountopt specifies comma separated list of extra mount options
>>>>>    mountopt = "nodev"
>>>>> @@ -126,8 +126,8 @@ mountopt = "nodev"
>>>>>    # xfs_nospace_max_retries = "0"
>>>>>
>>>>>    # If specified, use OSTree to deduplicate files with the overlay backend
>>>>> -ostree_repo = ""
>>>>> +#ostree_repo = ""
>>>>>
>>>>>    # Set to skip a PRIVATE bind mount on the storage home directory.  Only supported by
>>>>>    # certain container storage drivers
>>>>> -skip_mount_home = "false"
>>>>> +#skip_mount_home = "false"
>>>>
>>>> or any of these .. the skopeo configuration serves many different use
>>>> cases, if these are causing warnings in your setup, you need to carry
>>>> your own storage.conf
>>>>
>>>> Bruce
>>>>
>>>>> diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
>>>>> index 39ee8ca..adb7de1 100644
>>>>> --- a/recipes-containers/skopeo/skopeo_git.bb
>>>>> +++ b/recipes-containers/skopeo/skopeo_git.bb
>>>>> @@ -27,7 +27,7 @@ SRC_URI = " \
>>>>>        file://registries.conf \
>>>>>    "
>>>>>
>>>>> -SRCREV = "01e51ce610e3cfe1230a10af982e962c4ad1c990"
>>>>> +SRCREV = "130f32f047b7bf9b1fb4f95c4c5b1da6255e4829"
>>>>>    PV = "v1.4.1+git${SRCPV}"
>>>>>    GO_IMPORT = "import"
>>>>>
>>>>> --
>>>>> 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
>>>
>>>
>>>
>>> --
>>> - Thou shalt not follow the NULL pointer, for chaos and madness await
>>> thee at its end
>>> - "Use the force Harry" - Gandalf, Star Trek II
>>>
> 
> 
> 
> --
> - 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] 9+ messages in thread

* Re: [meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1
  2021-09-07  3:47           ` Yu, Mingli
@ 2021-09-07 12:56             ` Bruce Ashfield
  0 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2021-09-07 12:56 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: meta-virtualization

On Mon, Sep 6, 2021 at 11:41 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
>
>
> On 9/7/21 11:05 AM, Bruce Ashfield wrote:
> > [Please note: This e-mail is from an EXTERNAL e-mail address]
> >
> > On Mon, Sep 6, 2021 at 10:35 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
> >>
> >>
> >>
> >> On 9/6/21 10:08 PM, Bruce Ashfield wrote:
> >>> [Please note: This e-mail is from an EXTERNAL e-mail address]
> >>>
> >>> On Mon, Sep 6, 2021 at 9:46 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
> >>>>
> >>>> I also already have this version bump queued locally.
> >>>
> >>> Actually cancel that. I have more -dev versions under test (I got my
> >>> uprev's confused for a moment).
> >>>
> >>> But we don't want this SRCREV change. I put it to the tip of the
> >>> release branch on purpose, this rewinds the SRCREV, and it isn't
> >>> something I'd merge.
> >>>
> >>> But the packageconfig change can be valid, and is something I'd take.
> >>
> >> Okay, I will send the packageconfig part then. BTW, why is there dev
> >> version, I think the latest release version should satisfy most of our
> >> needs.
> >
> > In this case, it is just a commit that bumps the version in
> > preparation for more changes (for 3.3.2), if you look at the
> > historical SRCREV bumps, I always take those changes.  There's no
> > reason to exclude them, since they are part of the release development
> > cycle. 3.3.2 will be out before the next release, and by taking those
> > commits, it shows the intention to track the tip for anything we may
> > need.
>
> If so, could we put two recipes here? one is for dev version such as
> podman-dev.bb and one such as podman_git.bb to track the latest release?
>

There's no value in doing that. There aren't specific "more stable" or
"development" releases. That simply doubles maintenance and splits our
testing.

By the time meta-virt 'releases' against honister, we'll be at the
next dot release.

Bruce

> Thanks,
>
> >
> > Bruce
> >
> >>
> >> Thanks,
> >>
> >>>
> >>> Bruce
> >>>
> >>>>
> >>>>
> >>>> On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
> >>>>>
> >>>>> From: Mingli Yu <mingli.yu@windriver.com>
> >>>>>
> >>>>> Remove the unvalid keys to silence the below warning:
> >>>>>    # podman --version
> >>>>>    WARN[0000] Failed to decode the keys ["storage.options.override_kernel_check" "storage.options.overlay.ostree_repo"] from "/etc/containers/storage.conf"
> >>>>>    podman version 3.3.1
> >>>>>
> >>>>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> >>>>> ---
> >>>>>    recipes-containers/skopeo/files/storage.conf | 6 +++---
> >>>>>    recipes-containers/skopeo/skopeo_git.bb      | 2 +-
> >>>>>    2 files changed, 4 insertions(+), 4 deletions(-)
> >>>>>
> >>>>> diff --git a/recipes-containers/skopeo/files/storage.conf b/recipes-containers/skopeo/files/storage.conf
> >>>>> index 818cfe8..c0d512f 100644
> >>>>> --- a/recipes-containers/skopeo/files/storage.conf
> >>>>> +++ b/recipes-containers/skopeo/files/storage.conf
> >>>>> @@ -30,7 +30,7 @@ size = ""
> >>>>>    #mount_program = "/usr/bin/fuse-overlayfs"
> >>>>>
> >>>>>    # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
> >>>>> -override_kernel_check = "true"
> >>>>> +#override_kernel_check = "true"
> >>>>
> >>>> But there's no reason to drop this.
> >>>>
> >>>>>
> >>>>>    # mountopt specifies comma separated list of extra mount options
> >>>>>    mountopt = "nodev"
> >>>>> @@ -126,8 +126,8 @@ mountopt = "nodev"
> >>>>>    # xfs_nospace_max_retries = "0"
> >>>>>
> >>>>>    # If specified, use OSTree to deduplicate files with the overlay backend
> >>>>> -ostree_repo = ""
> >>>>> +#ostree_repo = ""
> >>>>>
> >>>>>    # Set to skip a PRIVATE bind mount on the storage home directory.  Only supported by
> >>>>>    # certain container storage drivers
> >>>>> -skip_mount_home = "false"
> >>>>> +#skip_mount_home = "false"
> >>>>
> >>>> or any of these .. the skopeo configuration serves many different use
> >>>> cases, if these are causing warnings in your setup, you need to carry
> >>>> your own storage.conf
> >>>>
> >>>> Bruce
> >>>>
> >>>>> diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
> >>>>> index 39ee8ca..adb7de1 100644
> >>>>> --- a/recipes-containers/skopeo/skopeo_git.bb
> >>>>> +++ b/recipes-containers/skopeo/skopeo_git.bb
> >>>>> @@ -27,7 +27,7 @@ SRC_URI = " \
> >>>>>        file://registries.conf \
> >>>>>    "
> >>>>>
> >>>>> -SRCREV = "01e51ce610e3cfe1230a10af982e962c4ad1c990"
> >>>>> +SRCREV = "130f32f047b7bf9b1fb4f95c4c5b1da6255e4829"
> >>>>>    PV = "v1.4.1+git${SRCPV}"
> >>>>>    GO_IMPORT = "import"
> >>>>>
> >>>>> --
> >>>>> 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
> >>>
> >>>
> >>>
> >>> --
> >>> - Thou shalt not follow the NULL pointer, for chaos and madness await
> >>> thee at its end
> >>> - "Use the force Harry" - Gandalf, Star Trek II
> >>>
> >
> >
> >
> > --
> > - Thou shalt not follow the NULL pointer, for chaos and madness await
> > thee at its end
> > - "Use the force Harry" - Gandalf, Star Trek II
> >



-- 
- 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] 9+ messages in thread

end of thread, other threads:[~2021-09-07 12:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06  8:05 [PATCH 1/2] podman: upgrade to 3.3.1 Yu, Mingli
2021-09-06  8:05 ` [PATCH 2/2] skopeo: Upgrade to 1.4.1 Yu, Mingli
2021-09-06 13:46   ` [meta-virtualization] " Bruce Ashfield
2021-09-06 14:08     ` Bruce Ashfield
2021-09-07  2:41       ` Yu, Mingli
2021-09-07  3:05         ` Bruce Ashfield
2021-09-07  3:47           ` Yu, Mingli
2021-09-07 12:56             ` Bruce Ashfield
2021-09-06 13:44 ` [meta-virtualization] [PATCH 1/2] podman: upgrade to 3.3.1 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.