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

Enhance Format-DfStorageHealth cmdlet to ignore /dev/mapper/archive_vg-archive full error #165

Closed
4 tasks done
bhumitra opened this issue Aug 15, 2023 · 2 comments · Fixed by #167
Closed
4 tasks done
Assignees
Labels
enhancement Enhancement
Milestone

Comments

@bhumitra
Copy link
Contributor

bhumitra commented Aug 15, 2023

Code of Conduct

  • I have read and agree to the project's Code of Conduct.
  • Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
  • Do not leave "+1" or other comments that do not add relevant information or questions.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

As per https://kb.vmware.com/s/article/76563 if /dev/mapper/archive_vg-archive partition becomes full, it is normal and expected in vCenter versions 6.7 and above. The "File system /storage/archive is low on storage space" warning in vCenter Server Appliance can be ignored.

The current thresholds are -

<70 = Green
70 < Yellow < 85
>= 85 RED

This partition can go full and we need to add condition to ignore if it is red.

If left unchanged, this causes the HRM dashboards to report RED for Storage Health, which should be reported Green.

Use Case(s)

HRM Storage Dashboards

Potential Configuration

NA

References

No response

@bhumitra bhumitra added the enhancement Enhancement label Aug 15, 2023
@github-actions github-actions bot added the pending-review Pending Review label Aug 15, 2023
@bhumitra bhumitra changed the title Enhance Format-DfStorageHealth cmdlet to ignore /dev/mapper/archive_vg-archive full errors Enhance Format-DfStorageHealth cmdlet to ignore /dev/mapper/archive_vg-archive full error Aug 15, 2023
@tenthirtyam tenthirtyam added this to the v2.4.0 milestone Aug 15, 2023
@tenthirtyam tenthirtyam removed the pending-review Pending Review label Aug 15, 2023
@tenthirtyam tenthirtyam self-assigned this Aug 22, 2023
tenthirtyam pushed a commit that referenced this issue Aug 22, 2023
- Updated `Request-VcenterStorageHealth` to exclude `/dev/mapper/archive_vg-archive` from the output per KB 76563.
- Corrected Example 1 for `Request-VcenterStorageHealth`.
- Updated "Out-NULL" to "Out-Null", where applicable.
- Updated `CHANGELOG.md`
- Updated module version and build to 2.4.0.1000.

Ref: #165

Signed-off-by: Ryan Johnson <[email protected]>
@tenthirtyam
Copy link
Collaborator

Addressed in #167 by updating Request-VcenterStorageHealth to exclude the path.

tenthirtyam pushed a commit that referenced this issue Aug 22, 2023
- Updated `Request-VcenterStorageHealth` to exclude `/dev/mapper/archive_vg-archive` from the output per KB 76563.
- Corrected Example 1 for `Request-VcenterStorageHealth`.
- Updated "Out-NULL" to "Out-Null", where applicable.
- Updated `CHANGELOG.md`
- Updated module version and build to 2.4.0.1000.

Ref: #165

Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam pushed a commit that referenced this issue Aug 29, 2023
- Updated `Request-VcenterStorageHealth` to exclude `/dev/mapper/archive_vg-archive` from the output per KB 76563.
- Corrected Example 1 for `Request-VcenterStorageHealth`.
- Updated "Out-NULL" to "Out-Null", where applicable.
- Updated `CHANGELOG.md`
- Updated module version and build to 2.4.0.1000.

Ref: #165

Signed-off-by: Ryan Johnson <[email protected]>
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Enhancement
Projects
None yet
2 participants