| Summary: | slurmdbd configuration -- DbdBackupAddr field missing? | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Doug Jacobsen <dmjacobsen> |
| Component: | slurmdbd | Assignee: | Brian Christiansen <brian> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | brian, da |
| Version: | 15.08.0 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | NERSC | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | Target Release: | --- | |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
|
Description
Doug Jacobsen
2015-09-27 18:39:53 MDT
You'll want to take a look at Bug 1921. From Comment 6: "A DbdBackupHostAddr is not needed. DbdBackupHost is only used to verify the host that the backup is running on. The backup uses DbdAddr to communicate with the primary dbd. The controller, sacct and sacctmgr use AccountingStorageHost and AccountingStorageBackupHost in the slurm.conf to know where the dbds are running." You may want the the DbdAddr fix in (Comment 3): https://github.com/SchedMD/slurm/commit/5beb84db5af9ac73657d555ca672d711dc4eda60 Does this help? Thanks, Brian Yes, this does help. I guess I misunderstood what the DbdBackupHost was for. Thank you. |