metal-hammer icon indicating copy to clipboard operation
metal-hammer copied to clipboard

metal-hammer is used to boot bare metal servers with ipxe and the metal-stack kernel

Results 28 metal-hammer issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

This could be solved by rebooting after ~10 consecutive failed events

In this case we see on all interfaces all neighbors.

This is supposed to be a safety-measurement to prevent data loss when things go wrong. It's better to just stop and wait for manual maintenance before breaking our promise of...

A viable approach would be to store the images in a OCI compatible registry as artifacts. With this approach we must not store 2 files (image and md5sum), and pulling/decompression...

8MB space saving, only works with kernel 5.10 or newer. Related: https://github.com/metal-stack/kernel/pull/8 TODO: - [x] tested and works together with kernel 5.10.6 - [x] decide howto proceed, once we have...

For debugging/maintenance reasons sometimes it's useful and neccesary to boot from an live OS without touching the operating system on the disk. Something like: ` metalctl machine rescue (--ipmi) `...

When a supermicro machine gets allocated, we need to wait for sum command completion twice. This takes quite some time and ruined our one-minute machine provisioning time mark. Theoretically, it...