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

feature: remove system disk check failed #997

Merged

Conversation

mowangdk
Copy link
Contributor

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

User may be using sata or nvme local volume as systemdisk. so this check is invalid in some scanario. According to csi current logic after we disable system disk check, it will return normally if device is mounted on "/" . have no influence with current node

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@k8s-ci-robot k8s-ci-robot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 12, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mowangdk

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 12, 2024
pkg/disk/utils.go Outdated Show resolved Hide resolved
@huww98
Copy link
Contributor

huww98 commented Mar 12, 2024

LGTM, but this check is introduced in #163 , I don't know the background of that change.

@mowangdk mowangdk force-pushed the feature/remove_system_disk_check branch from cbed057 to e560f8a Compare March 12, 2024 03:15
@mowangdk
Copy link
Contributor Author

It's should be fine generally

@mowangdk mowangdk merged commit 396f644 into kubernetes-sigs:master Mar 12, 2024
5 of 6 checks passed
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants