| commit | 87bbf7e4b41500316e93f98bee0564eb2cfb0366 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Mon Mar 18 18:22:25 2024 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Tue Mar 19 12:51:28 2024 +0000 |
| tree | c0b34141f5ee75e73a6e490e40540928594453f6 | |
| parent | d6a88022d0c8ffdd2b938f161b8825148762b099 [diff] |
m/test/l/cluster: use sparse-aware copy for images This speeds up the image copy significantly as the file is less than 10% allocated. Especially for many concurrent runs this greatly reduces disk bottlenecking. This has been tested by comparing the SHA256 hash of both the original and the copied image, which is still the same. Change-Id: I65f62537f048bc180cd732c53a03f980e016b723 Reviewed-on: https://review.monogon.dev/c/monogon/+/2874 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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!
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.