Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow label and labels when creating volumes #12133

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

jwhonce
Copy link
Member

@jwhonce jwhonce commented Oct 28, 2021

JSON payload may have either key. Labels will override any values set
via Label.

re: containers/podman-py#140

Fixes #12102

Signed-off-by: Jhon Honce jhonce@redhat.com

What this PR does / why we need it:

How to verify it

Which issue(s) this PR fixes:

Special notes for your reviewer:

JSON payload may have either key. Labels will override any values set
via Label.

Fixes containers#12102

Signed-off-by: Jhon Honce <jhonce@redhat.com>
@jwhonce jwhonce added kind/bug Categorizes issue or PR as related to a bug. HTTP API Bug is in RESTful API labels Oct 28, 2021
@jwhonce jwhonce requested a review from baude October 28, 2021 23:07
@jwhonce jwhonce self-assigned this Oct 28, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 28, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jwhonce

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 28, 2021
Copy link
Member

@vrothberg vrothberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Side note: it seems like jsoniter supports multiple tags for one field (see https://stackoverflow.com/questions/38809137/golang-multiple-json-tag-names-for-one-field).

@rhatdan
Copy link
Member

rhatdan commented Oct 29, 2021

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 29, 2021
@openshift-merge-robot openshift-merge-robot merged commit 197152b into containers:main Oct 29, 2021
@jwhonce
Copy link
Member Author

jwhonce commented Oct 29, 2021

@vrothberg I choose to not utilize that feature as the server uses encoding/json. There are differences in EOF handling between the two libraries that have bitten us in the past.

@TomSweeneyRedHat
Copy link
Member

@jwhonce TYVM for the libpod fix for this issue!

if len(input.Label) > 0 {
volumeOptions = append(volumeOptions, libpod.WithVolumeLabels(input.Label))

// Label provided for compatibility.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we possibly error if the user provides both? If we allow both to be specified we get into weird edge-cases where both specify different values for the same label.

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. HTTP API Bug is in RESTful API kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support volume "Label" and "Labels" in libpodm but only display "Labels"
6 participants