Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: cleaning of docker VM on ovh2 #250

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/logs-ovh2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# ovh2 server logs

Report here the timeline of incidents and interventions on ovh2 server.
Keep things short or write a report.
Keep things short or write a report.

## 2023-09-04 cleaning docker monitoring VM

In order to enable using off-query on staging (which will consume around 35G of data)
* removed the `monitoring/` docker containers and volumes (docker-compose down -v) and the folder
as they were moved to their own container (see [2022-11 moving monitoring to its own machine](./reports/2022-11-09-monitoring-move-to-own-vm.md))
* `docker volume prune` reclaimed space.
* from 76G (out of 294) of free space we are back to 118G.
Loading