Samuel Karp

Results 29 issues of Samuel Karp

When I run `TestUsage` in the `fs` package with a temp dir on a ZFS mount, it fails like this: ``` $ TMPDIR=/testpool/tmp go test ./fs -v -run TestUsage ===...

paths=source_relative enables protobuild to work when a project is checked out to a directory not located in the GOPATH.

When running a container with a terminal (through `ctr run --tty`), the first keypress after the container starts running appears to be discarded.

bug
help wanted

Continuing the conversation from https://github.com/samuelkarp/runj/issues/19, specifically about networking. cc @davidchisnall, @gizahNL

`runj demo download` detects the architecture for an Arm host as `aarch64` and attempts to construct a URL to download the rootfs. However, the correct URL uses the architecture name...

bug
good first issue

The current unit tests are `// +build linux` and are not trivially-enabled on FreeBSD due to dependencies like [`github.com/containerd/continuity/testutil/loopback`](https://github.com/containerd/continuity/blob/master/testutil/loopback/loopback_linux.go). Before we enable CI (https://github.com/containerd/zfs/issues/44), it'd be useful to get the...

help wanted
platform/FreeBSD

This pull request ports #5904 to the sbserver implementation in the CRI plugin. I've marked it as a draft for now since sbserver is still incomplete and this PR is...

cri

This issue is tracking adding support for [Inferentia](https://aws.amazon.com/machine-learning/inferentia/) devices to the ECS variant of Bottlerocket. This will require adding the [Neuron](https://aws.amazon.com/machine-learning/neuron/) driver and runtime.

type/enhancement
area/ecs
status/icebox

This issue is tracking adding support for [EFS encryption](https://docs.aws.amazon.com/efs/latest/ug/encryption.html) and [IAM authentication](https://aws.amazon.com/blogs/aws/new-for-amazon-efs-iam-authorization-and-access-points/) to the ECS variant of Bottlerocket. This will require the functionality provided by [amazon-efs-utils](https://docs.aws.amazon.com/efs/latest/ug/using-amazon-efs-utils.html). This package is written...

type/enhancement
area/ecs
status/icebox

Currently, we test the default filesystems in the GitHub Actions runners for a few operating systems: https://github.com/containerd/continuity/blob/72c70feb3081d6afddf79d645bd5516fde14eae3/.github/workflows/ci.yml#L45 On Linux, this is just ext4. We should add coverage for additional filesystems...