Skip to content

OCPBUGS-13914: allow removal of vsphereStorageDriver field in 4.14#1464

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
dobsonj:OCPBUGS-13914
May 31, 2023
Merged

OCPBUGS-13914: allow removal of vsphereStorageDriver field in 4.14#1464
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
dobsonj:OCPBUGS-13914

Conversation

@dobsonj
Copy link
Member

@dobsonj dobsonj commented May 22, 2023

https://issues.redhat.com/browse/OCPBUGS-13914
IMO we can allow the vsphereStorageDriver field to be removed from the Storage object now as long as we do not allow the value to be set to LegacyDeprecatedInTreeDriver.
/cc @openshift/storage @jsafrane @JoelSpeed

@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 22, 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.

@openshift-ci-robot openshift-ci-robot added jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels May 22, 2023
@openshift-ci-robot
Copy link

@dobsonj: This pull request references Jira Issue OCPBUGS-13914, 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.14.0) matches configured target version for branch (4.14.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @ropatil010

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

Details

In response to this:

https://issues.redhat.com/browse/OCPBUGS-13914
/cc @openshift/storage @jsafrane @JoelSpeed

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 May 22, 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/OCPBUGS-13914
/cc @openshift/storage @jsafrane @JoelSpeed

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 openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 22, 2023
@openshift-ci-robot
Copy link

@dobsonj: This pull request references Jira Issue OCPBUGS-13914, which is valid.

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

Requesting review from QA contact:
/cc @ropatil010

Details

In response to this:

https://issues.redhat.com/browse/OCPBUGS-13914
IMO we can allow the vsphereStorageDriver field to be removed from the Storage object now as long as we do not allow the value to be set to LegacyDeprecatedInTreeDriver.
/cc @openshift/storage @jsafrane @JoelSpeed

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.

@JoelSpeed
Copy link
Contributor

@dobsonj Can you please make sure to link the PR that proves the newly allowed change doesn't change behaviour in the cluster, ie the operator PR

@JoelSpeed
Copy link
Contributor

/lgtm

Discussed on slack, this starts the timer for removal of this field. It will have zero effect on the product from 4.14 onwards so should be removed in 4.18.

@dobsonj I think we should add a deprecation notice to the godoc here and make sure docs are notified to mark the field deprecated in release notes

/hold in case you want to do that in this PR

@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 May 31, 2023
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 31, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 31, 2023

[APPROVALNOTIFIER] This PR is APPROVED

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

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 May 31, 2023
@dobsonj
Copy link
Member Author

dobsonj commented May 31, 2023

@dobsonj I think we should add a deprecation notice to the godoc here and make sure docs are notified to mark the field deprecated in release notes

Ack, thanks, the godoc already has a deprecation notice and I just added a release note to the bug so the docs team will pick it up in the 4.14 release notes.

/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 May 31, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 31, 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.

@openshift-merge-robot openshift-merge-robot merged commit 2346bf9 into openshift:master May 31, 2023
@openshift-ci-robot
Copy link

@dobsonj: Jira Issue OCPBUGS-13914: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-13914 has been moved to the MODIFIED state.

Details

In response to this:

https://issues.redhat.com/browse/OCPBUGS-13914
IMO we can allow the vsphereStorageDriver field to be removed from the Storage object now as long as we do not allow the value to be set to LegacyDeprecatedInTreeDriver.
/cc @openshift/storage @jsafrane @JoelSpeed

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.

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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. 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. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants