Skip to content

STOR-1266: Add CSI migration option to Storage operator spec#1423

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
dobsonj:STOR-1266
Mar 29, 2023
Merged

STOR-1266: Add CSI migration option to Storage operator spec#1423
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
dobsonj:STOR-1266

Conversation

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 15, 2023
@openshift-ci-robot
Copy link

openshift-ci-robot commented Mar 15, 2023

@dobsonj: This pull request references STOR-1266 which is a valid jira issue.

Details

In response to this:

https://issues.redhat.com/browse/STOR-1266
/cc @openshift/storage

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/test-infra repository.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 15, 2023

@dobsonj: GitHub didn't allow me to request PR reviews from the following users: openshift/storage.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

https://issues.redhat.com/browse/STOR-1266
/cc @openshift/storage

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/test-infra repository.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 15, 2023

Hello @dobsonj! Some important instructions when contributing to openshift/api:
API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.

@elmiko
Copy link
Contributor

elmiko commented Mar 22, 2023

i've created a library-go change to help with the CCM reversion process, it will need this to work properly.

openshift/library-go#1490

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 22, 2023
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 27, 2023
@dobsonj dobsonj changed the title STOR-1266: Add new InTreeVSphereVolumes feature set STOR-1266: Add CSIMigration to Storage operator spec Mar 27, 2023
@dobsonj
Copy link
Member Author

dobsonj commented Mar 27, 2023

Updated to implement the latest proposal
/hold for testing

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 27, 2023
@openshift-ci-robot
Copy link

openshift-ci-robot commented Mar 28, 2023

@dobsonj dobsonj changed the title STOR-1266: Add CSIMigration to Storage operator spec STOR-1266: Add CSI migration option to Storage operator spec Mar 28, 2023
@openshift-ci-robot
Copy link

openshift-ci-robot commented Mar 29, 2023

@dobsonj dobsonj force-pushed the STOR-1266 branch 2 times, most recently from 5be2e95 to 36c41e2 Compare March 29, 2023 18:27
@deads2k
Copy link
Contributor

deads2k commented Mar 29, 2023

test for

- name: Should not allow disabling the vSphere migration for vSphere
  initial: |
    apiVersion: operator.openshift.io/v1
    kind: Storage
    spec:
      csiMigrationVSphere: Enabled
   updated: |
     apiVersion: operator.openshift.io/v1
     kind: Storage
     spec:
       csiMigrationVSphere:""
   expectedError: "csiMigrationVSphere may not be unset once Enabled"

appears missing. there is a test for missing, but not for empty (near as I see)

@dobsonj
Copy link
Member Author

dobsonj commented Mar 29, 2023

there is a test for missing, but not for empty (near as I see)

Added in latest push here:
https://github.com/dobsonj/api/blob/426d59473937ba3aaec1e6ef768051090d1c78ac/operator/v1/stable.storage.testsuite.yaml#L82-L93

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 29, 2023

@dobsonj: all tests passed!

Full PR test history. Your PR dashboard.

Details

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/test-infra repository. I understand the commands that are listed here.

@deads2k
Copy link
Contributor

deads2k commented Mar 29, 2023

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 29, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 29, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deads2k, dobsonj

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

The pull request process is described here

Details 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 Mar 29, 2023
@dobsonj
Copy link
Member Author

dobsonj commented Mar 29, 2023

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 29, 2023
@openshift-merge-robot openshift-merge-robot merged commit 04d4fb7 into openshift:master Mar 29, 2023
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants