Commit b406799
root
feat: add perfSONAR-diagnostic-report.sh v1.0.0
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 added1 parent 9840023 commit b406799
File tree
5 files changed
+943
-19
lines changed- docs
- perfsonar/tools_scripts
- personas/quick-deploy
5 files changed
+943
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| 96 | + | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| |||
0 commit comments