Prepare backup machine #106

Closed
opened 2025-06-02 08:26:14 +02:00 by rarias · 2 comments
Owner

Given the current situation in the server room:

https://jungle.bsc.es/grafana/d/EKkKVvLVz/hut?orgId=1&from=now-30d&to=now&timezone=browser&refresh=5s

image

We won't be able to maintain the machines much longer without causing hardare issues. Given that some critical services are served there, they should be moved ASAP. It may be posible to prepare a backup machine to keep them running elsewhere.

Given the current situation in the server room: https://jungle.bsc.es/grafana/d/EKkKVvLVz/hut?orgId=1&from=now-30d&to=now&timezone=browser&refresh=5s ![image](/attachments/6c037952-fc9c-46af-a062-9852018c0278) We won't be able to maintain the machines much longer without causing hardare issues. Given that some critical services are served there, they should be moved ASAP. It may be posible to prepare a backup machine to keep them running elsewhere.
256 KiB
Author
Owner

Cannot use xeon03, see #110. Let's try xeon04.

Cannot use xeon03, see https://jungle.bsc.es/git/rarias/jungle/issues/110. Let's try xeon04.
Author
Owner

From nixos-install, unshare --mount-proc fails:

xeon04:~ # strace -f unshare --mount-proc
...
unshare(CLONE_NEWNS)                    = 0
mount("none", "/", NULL, MS_REC|MS_PRIVATE, NULL) = 0
mount("none", "/proc", NULL, MS_REC|MS_PRIVATE, NULL) = 0
mount("proc", "/proc", "proc", MS_NOSUID|MS_NODEV|MS_NOEXEC, NULL) = -1 EBUSY (Device or resource busy)

kexec?

From nixos-install, `unshare --mount-proc` fails: ``` xeon04:~ # strace -f unshare --mount-proc ... unshare(CLONE_NEWNS) = 0 mount("none", "/", NULL, MS_REC|MS_PRIVATE, NULL) = 0 mount("none", "/proc", NULL, MS_REC|MS_PRIVATE, NULL) = 0 mount("proc", "/proc", "proc", MS_NOSUID|MS_NODEV|MS_NOEXEC, NULL) = -1 EBUSY (Device or resource busy) ``` kexec?
rarias referenced this issue from a commit 2025-06-03 12:32:59 +02:00
rarias referenced this issue from a commit 2025-06-03 12:34:00 +02:00
rarias referenced this issue from a commit 2025-06-03 18:09:37 +02:00
rarias referenced this issue from a commit 2025-06-13 11:17:18 +02:00
rarias referenced this issue from a commit 2025-10-01 17:18:10 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rarias/jungle#106
No description provided.