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

Solana Single Node Base RPC Dashboard cannot display disk_used_percentage properly #138

Closed
lubao opened this issue Nov 7, 2024 · 2 comments · Fixed by #146
Closed

Solana Single Node Base RPC Dashboard cannot display disk_used_percentage properly #138

lubao opened this issue Nov 7, 2024 · 2 comments · Fixed by #146
Assignees

Comments

@lubao
Copy link
Contributor

lubao commented Nov 7, 2024

Description

The disk_used_percentage widget on the Solana CloudWatch Dashboard is not displaying properly. This is because the device ID and path are mismatched. The device ID is inconsistent across deployments and may change with each new deployment

  • [ X] ✋ I have searched the open/closed issues and my issue is not listed.

Versions

  • Module version [Required]:

  • AWS CDK version:
    2.154.0 (build 0fc07f3)

Reproduction Code [Required]

Follow the document to install solana single baserpc node.

Steps to reproduce the behavior:

Expected behavior

Show nvme1n1 and nvme2n1 used percentage properly.

Actual behavior

Not working.

Dashboard screenshot

Screenshot 2024-11-06 at 3 03 25 PM

df information for 1st deployment

Screenshot 2024-11-06 at 3 24 45 PM

df information for 2nd deployment

Screenshot 2024-11-06 at 9 52 32 PM

The combination of device ID and path changed, causing the dashboard to be unable to retrieve data

@lubao
Copy link
Contributor Author

lubao commented Nov 7, 2024

The issue can be fixed by modifying the widget configuration in the control panel. Adding a section to the README to guide users on manual fixes could be a reasonable way to resolve it. Any thoughts?

@frbrkoala frbrkoala self-assigned this Nov 11, 2024
@frbrkoala frbrkoala linked a pull request Nov 14, 2024 that will close this issue
9 tasks
@frbrkoala
Copy link
Contributor

Switched the paths in dashboard config and also the sequence in the array of EBS volumes added to the single-node construct. While also not a guarantee, it worked in the last 4 deployments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants