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

OCPBUGS-29777: RWOP accessMode is not available on OpenShift console UI #13829

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cyril-ui-developer
Copy link
Contributor

@cyril-ui-developer cyril-ui-developer commented May 8, 2024

Before:

Screenshot 2024-05-08 at 4 14 06 PM

After:

Screenshot 2024-05-31 at 9 21 11 AM Screenshot 2024-05-31 at 5 53 23 AM

@openshift-ci-robot
Copy link
Contributor

@cyril-ui-developer: No Jira issue with key WOCPBUGS-29777 exists in the tracker at https://issues.redhat.com/.
Once a valid jira issue is referenced in the title of this pull request, request a refresh with /jira refresh.

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot requested review from dtaylor113 and zherman0 May 8, 2024 20:07
@openshift-ci openshift-ci bot added the component/core Related to console core functionality label May 8, 2024
@cyril-ui-developer cyril-ui-developer force-pushed the pvc-rwop-accessmode-not-available branch from ebcdb45 to 0506d1e Compare May 8, 2024 20:12
@cyril-ui-developer cyril-ui-developer changed the title [WOCPBUGS-29777: [WIP] OCPBUGS-29777: RWOP accessMode is not available on OpenShift console UI May 8, 2024
@openshift-ci-robot openshift-ci-robot added jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels May 8, 2024
@openshift-ci-robot
Copy link
Contributor

@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-29777, which is invalid:

  • expected the bug to target the "4.16.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 8, 2024
@cyril-ui-developer
Copy link
Contributor Author

/jira refresh

@cyril-ui-developer cyril-ui-developer force-pushed the pvc-rwop-accessmode-not-available branch from 0506d1e to c5fca82 Compare May 8, 2024 20:41
@cyril-ui-developer
Copy link
Contributor Author

/retest

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels May 9, 2024
@openshift-ci-robot
Copy link
Contributor

@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-29777, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.16.0) matches configured target version for branch (4.16.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

In response to this:

Before:

Screenshot 2024-05-08 at 4 14 06 PM

After:

Screenshot 2024-05-08 at 4 20 11 PM

Screencast on how to validate the change

pvc-readwriteoncepod-access-mode.mov

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@cyril-ui-developer cyril-ui-developer changed the title [WIP] OCPBUGS-29777: RWOP accessMode is not available on OpenShift console UI OCPBUGS-29777: RWOP accessMode is not available on OpenShift console UI May 9, 2024
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 9, 2024
@jhadvig
Copy link
Member

jhadvig commented May 9, 2024

@yuvalgalanti shall we keep using radio buttons here or lets switch to dropdown ?

@jhadvig jhadvig closed this May 9, 2024
@jhadvig jhadvig reopened this May 9, 2024
@openshift-ci-robot
Copy link
Contributor

@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-29777. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state.

In response to this:

Before:

Screenshot 2024-05-08 at 4 14 06 PM

After:

Screenshot 2024-05-08 at 4 20 11 PM

Screencast on how to validate the change

pvc-readwriteoncepod-access-mode.mov

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link
Contributor

@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-29777, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.16.0) matches configured target version for branch (4.16.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Before:

Screenshot 2024-05-08 at 4 14 06 PM

After:

Screenshot 2024-05-08 at 4 20 11 PM

Screencast on how to validate the change

pvc-readwriteoncepod-access-mode.mov

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@cyril-ui-developer
Copy link
Contributor Author

/retest

@@ -23,31 +28,32 @@ type ProvisionerAccessModeMapping = {
[provisioner: string]: AccessModeMapping;
};

// See https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-persistent-volumes for more details
// See https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-persistent-volumes and
// https://docs.openshift.com/container-platform/4.15/storage/understanding-persistent-storage.html for more details
export const provisionerAccessModeMapping: ProvisionerAccessModeMapping = Object.freeze({
Copy link
Contributor Author

Choose a reason for hiding this comment

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

FYI: Please verify PVC - Storage Class Provisioners below if any is missing the ReadWriteOncePod Access Mode?

@cyril-ui-developer
Copy link
Contributor Author

/assign @jhadvig @bipuladh PTAL, thanks.

@cyril-ui-developer
Copy link
Contributor Author

/retest

@cyril-ui-developer cyril-ui-developer force-pushed the pvc-rwop-accessmode-not-available branch from c5fca82 to 3ace7ca Compare May 10, 2024 11:47
@yuvalgalanti
Copy link

@yuvalgalanti shall we keep using radio buttons here or let's switch to dropdown?
I see what you are saying, since we have 4 options now I think having the access mode selection as a single select dropdown menu makes more sense and aligns with the convention in the OCP console.

@cyril-ui-developer
Copy link
Contributor Author

/retest

@cyril-ui-developer cyril-ui-developer force-pushed the pvc-rwop-accessmode-not-available branch 2 times, most recently from ce62fad to aa9a42d Compare May 21, 2024 23:40
@cyril-ui-developer
Copy link
Contributor Author

/retest

@cyril-ui-developer cyril-ui-developer force-pushed the pvc-rwop-accessmode-not-available branch from aa9a42d to fd51f09 Compare May 28, 2024 15:51
@openshift-ci openshift-ci bot added the component/pipelines Related to pipelines-plugin label May 28, 2024
@cyril-ui-developer cyril-ui-developer force-pushed the pvc-rwop-accessmode-not-available branch 2 times, most recently from 018b143 to dbc64b7 Compare May 28, 2024 16:19
@openshift-ci-robot openshift-ci-robot added jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. and removed jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels May 28, 2024
@openshift-ci-robot
Copy link
Contributor

@cyril-ui-developer: This pull request references Jira Issue OCPBUGS-29777, which is invalid:

  • expected the bug to target either version "4.17." or "openshift-4.17.", but it targets "4.16.0" instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Before:

Screenshot 2024-05-08 at 4 14 06 PM

After:

Screenshot 2024-05-28 at 12 46 20 PM Screenshot 2024-05-28 at 12 49 46 PM

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@cyril-ui-developer cyril-ui-developer force-pushed the pvc-rwop-accessmode-not-available branch from dbc64b7 to 8e86d33 Compare May 28, 2024 17:02
@cyril-ui-developer
Copy link
Contributor Author

/retest

1 similar comment
@cyril-ui-developer
Copy link
Contributor Author

/retest

@cyril-ui-developer cyril-ui-developer force-pushed the pvc-rwop-accessmode-not-available branch 3 times, most recently from 65eb4dd to 249456d Compare May 31, 2024 13:22
@cyril-ui-developer cyril-ui-developer force-pushed the pvc-rwop-accessmode-not-available branch from 249456d to 73ef85d Compare May 31, 2024 13:32
Copy link
Contributor

openshift-ci bot commented May 31, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bipuladh, cyril-ui-developer, vikram-raj

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 May 31, 2024
@cyril-ui-developer
Copy link
Contributor Author

/retest

4 similar comments
@cyril-ui-developer
Copy link
Contributor Author

/retest

@cyril-ui-developer
Copy link
Contributor Author

/retest

@cyril-ui-developer
Copy link
Contributor Author

/retest

@cyril-ui-developer
Copy link
Contributor Author

/retest

Copy link
Contributor

openshift-ci bot commented Jun 5, 2024

@cyril-ui-developer: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-console 73ef85d link true /test e2e-gcp-console

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@cyril-ui-developer
Copy link
Contributor Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. component/core Related to console core functionality component/pipelines Related to pipelines-plugin jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. kind/i18n Indicates issue or PR relates to internationalization or has content that needs to be translated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants