| commit | 2542ef844695ed5b4d636b4aedecfd7ec6809166 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Tue Aug 20 13:33:02 2024 +0200 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Tue Aug 20 13:37:21 2024 +0000 |
| tree | 221ca06d7acbfe8e7bc58b87d1902f0a70c9cb09 | |
| parent | 5b075f7157dfac40ff5c26478cfb74deaf5ae48a [diff] |
m/c/metroctl: fix crash deleting node without status If status for a node is not present, which might happen for multiple reasons, metroctl node delete crashes trying to dereference a nil status value. Fix this by not printing status info if it's not available. Fixes: https://github.com/monogon-dev/monogon/issues/341 Change-Id: I204cd9a70c2b44238da0356ee2629325aa713bea Reviewed-on: https://review.monogon.dev/c/monogon/+/3333 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
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! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
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.