storage
storage copied to clipboard
Returns more than one additional image store
Closes #2094
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: l0rd Once this PR has been reviewed and has the lgtm label, please assign edsantiago for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
On the commit message: this repository like many others in this organization uses "Linux kernel style" commit messages, see the git log - this blog is one I reference often.
In this case I'd say something like:
List all image stores in serialized state
The config format and internals support multiple stores, but the serialized state only returns one. Add a new field which lists all so that external callers can see all of them.
?
@l0rd still working on this one?
@rhatdan yes. I mean I should resume working on this next week.
When I first looked at https://github.com/containers/storage/issues/2094, I thought we had to address something in containers/storage. After looking at it again, I see that the problem is in container/podman, and there is nothing to fix here. I am closing this PR in favor of https://github.com/containers/podman/pull/24731