Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cecylia Bocovich
Wiki Replica
Commits
e29bf157
Verified
Commit
e29bf157
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
add a pager playbook for today's static mirror outage
Related to
tpo/tpa/team#40432
.
parent
2c3cc814
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/static-component.md
+20
-4
20 additions, 4 deletions
howto/static-component.md
with
20 additions
and
4 deletions
howto/static-component.md
+
20
−
4
View file @
e29bf157
...
...
@@ -169,11 +169,27 @@ If we do *not* want to keep a vanity site, we should also do this:
## Pager playbook
TODO: add a pager playbook.
### Out of date mirror
<!-- information about common errors from the monitoring system and -->
<!-- how to deal with them. this should be easy to follow: think of -->
<!-- your future self, in a stressful situation, tired and hungry. -->
If you see an error like this in Nagios:
> mirror static sync - deb: CRITICAL: 1 mirror(s) not in sync (from oldest to newest): 95.216.163.36
It means that Nagios has checked the given host
(
`hetzner-hel1-03.torproject.org`
, in this case) is not in sync for
the
`deb`
component, which is
<https://deb.torproject.org>
.
In this case, it was because of a prolonged outage on that host, which
made it unreachable to the master server (
[
tpo/tpa/team#40432
](
https://gitlab.torproject.org/tpo/tpa/team/-/issues/incident/40432
)
).
The solution is to run a manual sync. This can be done by, for
example, pushing to Jenkins or running
`static-update-component`
by
hand, see
[
doc/static-sites
](
doc/static-sites
)
.
In this particular case, the solution is simply to run this on the
static source (
`palmeri`
at the time of writing):
static-update-component deb.torproject.org
## Disaster recovery
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment