refactor(#1825): drop MANAGER_NAME special-cases in crash_watch + tombstones
This commit is contained in:
parent
6dcc1cb7e1
commit
12ed5da11a
3 changed files with 9 additions and 13 deletions
|
|
@ -315,8 +315,9 @@ pub fn apply_add_child(
|
|||
}
|
||||
|
||||
/// Reconcile `topology.json` against the current agent set. Adds an
|
||||
/// entry (default: parent = manager, manager itself = root) for any
|
||||
/// agent missing from the file; removes entries for agents no longer
|
||||
/// entry (default: parent = null — a new agent with no declared parent
|
||||
/// is its own root) for any agent missing from the file; removes
|
||||
/// entries for agents no longer
|
||||
/// present. Existing entries are preserved as-is — operator/manager
|
||||
/// choices stick across regenerations. Returns true when the file
|
||||
/// changed and should be re-committed by the caller.
|
||||
|
|
|
|||
Loading…
Reference in a new issue