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

bugfix: silence metrics volume devices logic #826

Conversation

mowangdk
Copy link
Contributor

What type of PR is this?

/kind bug

What this PR does / why we need it:

Solve "Get dev name by diskID xxxx failed, err:getDeviceByVolumeIDxxxxx with error Failed to run cmd: findmnt" error

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

None

Does this PR introduce a user-facing change?

None

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


@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. 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 Aug 11, 2023
@@ -201,11 +201,12 @@ func getDeviceByVolumeID(pvName, volumeID string) (device string, err error) {
}

if device, err = getDeviceBySymlink(volumeID); err != nil {
// strange logic... ignore findmnt error
Copy link
Contributor

Choose a reason for hiding this comment

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

PolarFS maybe using volumeDevices?

Copy link
Contributor

@huww98 huww98 left a comment

Choose a reason for hiding this comment

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

OK, but we still don't know why this vol_data.json is not cleaned up and referring to an non-exists disk. Anyway, vol_data.json should be the implementation detail of kubelet, which we should not rely on. I think we may get rid of reading vol_data.json in the future.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: huww98, mowangdk, tydra-wang
Once this PR has been reviewed and has the lgtm label, please assign xianlubird for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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 size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 16, 2023
@mowangdk mowangdk force-pushed the bugfix/metrics_volume_device_logic_silence branch from 6bba13b to 5f8d212 Compare August 16, 2023 13:16
@mowangdk mowangdk merged commit 2d7cd83 into kubernetes-sigs:master Aug 16, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants