Skip to content

Commit

Permalink
replace TODO with issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Aug 7, 2024
1 parent 1098aca commit fa58d40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions zone-setup/src/bin/zone-setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,10 @@ maxslewrate 2708.333
.expect("write to String is infallible");
}
} else {
// TODO-john Replace with link to issue: remove specific boundary NTP
// servers after R10 is cut; once all racks are setting up the boundary
// NTP pool we can drop individual server lines.
// TODO-cleanup: Remove specific boundary NTP servers after R10 is cut;
// once all racks are setting up the boundary NTP pool we can drop
// individual server lines:
// https://github.com/oxidecomputer/omicron/issues/6261
for s in servers {
writeln!(&mut new_config, "server {s} iburst minpoll 0 maxpoll 4")
.expect("write to String is infallible");
Expand Down

0 comments on commit fa58d40

Please sign in to comment.