| commit | 1e90c6d29a4af63fa01b472b7a49bdba256797b2 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Mon Feb 19 22:21:01 2024 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Mon Feb 19 21:40:47 2024 +0000 |
| tree | dd4e37ad5679bc397c63041490032ab7eb88f6ec | |
| parent | c4dd0032736567ca7873a11588f3a64d1dddea88 [diff] |
m/n/c/mgmt: disable interfaces before kexec This is done to prevent network interface DMA transactions from interfering with an in-progress kexec. [1] [1] https://lists.infradead.org/pipermail/kexec/2011-January/004795.html Change-Id: I12ab22c095fcff56873d980d524c461b1b2d57ee Reviewed-on: https://review.monogon.dev/c/monogon/+/2783 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later!
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch --config dbg
Launch an ephemeral test node:
bazel test //:launch --config dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test --config dbg //...