Dennis Marttinen

Results 25 issues of Dennis Marttinen

Implements `TransactAckNak`, which unties the logic of `RequestFromOffer` from `Request` so that it can be used to send and receive responses to e.g. INFORM requests generated by `NewInform`. Short example:...

When using `nclient4.RequestFromOffer` with an existing offer to issue lease renewals, `OptionRequestedIPAddress` and `OptionServerIdentifier` must be cleared to comply with [RFC 2131, section 4.3.2] (RENEW). Updating these with modifiers using...

Currently the ports column in `footloose show` output looks like this: ![image](https://user-images.githubusercontent.com/38858901/84012627-83c73500-a980-11ea-9651-71db2e20135b.png) - Remove the indices and brackets - Place arrows between the container/VM port and respective host port

Currently when an image is removed, the cleanup takes care of the exported `ext4` image file and metadata in `/var/lib/firecracker`, but doesn't remove the OCI source image from the `firecracker`...

priority/important-longterm
area/runtime

- [ ] Replace `mount` with https://github.com/nerd2/gexto - [ ] User/group management of saved data

area/security
kind/design
kind/refactor
priority/important-longterm

All missing validation functions are tracked here. If you find some validation missing, add it to this list or comment on this issue. - [ ] VM CPUs - [...

good first issue
priority/backlog
kind/enhancement

containerd has (re)gained a [device mapper snapshotter](https://github.com/containerd/containerd/issues/2988), courtesy of the Firecracker team for their `firecracker-containerd` project. This allows containerd to store the image/container layers (snapshots) as block devices managed by...

kind/design
area/runtime

Ignite VMs currently have no (fast enough) way of gathering entropy from the hardware to fill `/dev/random`, which causes hangs in e.g. the boot process and SSH connections (see [here](https://wiki.debian.org/BoottimeEntropyStarvation))....

priority/important-longterm
area/performance

This adds support for automatically registering node hostnames in DNS by sending the current hostname to DHCP via option 12. If the current hostname is updated, issue a new DISCOVER...

status/ok-to-test

## Bug Report ### Description I created a new cluster without CNI by adding `--config-patch '[{"op": "add", "path": "/cluster/proxy", "value": {"disabled": true}}, {"op":"add", "path": "/cluster/network/cni", "value": {"name": "none"}}]'` to `talosctl...