Skip to content

Comments

STOR-2865: API: introduce LocalVolumeDeviceLink CRD and related fields#580

Open
dobsonj wants to merge 1 commit intoopenshift:mainfrom
dobsonj:STOR-2865
Open

STOR-2865: API: introduce LocalVolumeDeviceLink CRD and related fields#580
dobsonj wants to merge 1 commit intoopenshift:mainfrom
dobsonj:STOR-2865

Conversation

@dobsonj
Copy link
Member

@dobsonj dobsonj commented Feb 5, 2026

https://issues.redhat.com/browse/STOR-2865

Enhancement: https://github.com/openshift/enhancements/blob/master/enhancements/storage/lso-recreate-symlinks.md

This PR introduces the LocalVolumeDeviceLink CRD to establish a link between the device on the nodes and the PersistentVolume created by LSO.

/cc @openshift/storage

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Feb 5, 2026

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

Details

In response to this:

https://issues.redhat.com/browse/STOR-2865

Enhancement: https://github.com/openshift/enhancements/blob/master/enhancements/storage/lso-recreate-symlinks.md

This PR introduces the LocalVolumeDeviceLink CRD to establish a link between the device on the nodes and the PersistentVolume created by LSO.

/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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Feb 5, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 5, 2026

@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-2865

Enhancement: https://github.com/openshift/enhancements/blob/master/enhancements/storage/lso-recreate-symlinks.md

This PR introduces the LocalVolumeDeviceLink CRD to establish a link between the device on the nodes and the PersistentVolume created by LSO.

/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-sigs/prow repository.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 5, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 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 Feb 5, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 5, 2026

@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-sigs/prow repository. I understand the commands that are listed here.

// DefaultDeviceLinkPolicy defines the default device link policy for this object.
// +optional
DefaultDeviceLinkPolicy LocalVolumeDeviceLinkPolicy `json:"defaultDeviceLinkPolicy,omitempty"`
}
Copy link
Member

Choose a reason for hiding this comment

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

I thought we wanted this for LocalVolume objects as well?

Copy link
Member

Choose a reason for hiding this comment

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

Also, are we going to retroactively reconcile this after this is changed for LocalVolumeSet or LocalVolume objects after initial creation?

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants