feat: add perfSONAR-diagnostic-report.sh v1.0.0#81
Merged
ShawnMcKee merged 1 commit intomasterfrom Feb 26, 2026
Merged
Conversation
Read-only diagnostic collection script for remote troubleshooting. Runs 12 diagnostic sections and writes a self-contained report file to /tmp/perfsonar-diag-<hostname>-<date>.txt. Supports both container (Podman) and RPM toolkit deployments with auto-detection. Includes targeted checks for all previously-fixed bugs (cpufreq panic, certbot :Z mount, D-Bus SELinux boolean, stale service file mounts, container Initialized state). Also: - install_tools_scripts.sh v1.0.5: bootstrap downloads the new script - install-perfsonar-testpoint.md: troubleshooting section updated to reference the diagnostic report script - CHANGELOG.md: [1.5.5] entry added
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New read-only diagnostic collection script for remote troubleshooting of perfSONAR deployments.
New files
perfSONAR-diagnostic-report.shv1.0.0 — collects 12 diagnostic sections into a self-contained report file at/tmp/perfsonar-diag-<hostname>-<date>.txtperfSONAR-diagnostic-report.sh.sha256— integrity checksumModified files
install_tools_scripts.shv1.0.4 → v1.0.5 — bootstrap now downloads the new scriptinstall-perfsonar-testpoint.md— troubleshooting section updated to reference the diagnostic report script instead of manual log collectionCHANGELOG.md— [1.5.5] entry addedDiagnostic sections (12)
CLI flags
--base DIR,--type TYPE,--output FILE,--no-color,--brief,--version,--helpTesting
Tested on psum01 (container deployment, RHEL 9, Podman 5.6.0). All 12 sections complete successfully. Report file generated at 748K with full diagnostic data.