storage icon indicating copy to clipboard operation
storage copied to clipboard

Container Storage Library

Results 118 storage issues
Sort by recently updated
recently updated
newest added

# Summary While using cri-o as container runtime, a [race condition](https://github.com/cri-o/cri-o/issues/6321) was found by the Golang compiler and the service crashed. It seems to be the error is associated with...

Currently, to commit an image in the image library's `containers-storage` transport, we create and populate layers, create the image record, and then save the non-layers under the directory that matches...

kind/bug

**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** Failing to build podman so that it respects ETCDIR=$INSTALL_PREFIX/etc **Steps to reproduce...

kind/feature
stale-issue

Similar to `SetNames(...)` for altering the names of an image, I desire an API to alter the _digests_ of an image. Background: `docker rmi foo@RepoDigest` is actually removing `RepoDigest` from...

**Description** Rootless `buildah info` fails overlay support check if the mount_program is installed at a non-default path and it's absolute path is configured in `/etc/containers/storage.conf`. buildah info passes if the...

enhancement

- `storage.Store.Delete(containerID)` and `storage.Store.DeleteContainer` are separate implementations and out of sync; I think the two really should share code. - The `Delete` version removes `$middleDir/$id/userdata` directories, the `DeleteContainer` removes all...

**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind feature **Description** Use BTRFS snapshot of the rootless user Podman storage area consistent over...

**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** Occasionally `podman` fails to load image with error: ``` Error: payload does...

# System information > Operating System: Arch Linux Kernel Version: 5.14.9-zen2-1-zen (64-bit) Processors: 16 × AMD Ryzen 7 5800X 8-Core Processor Memory: 62.7 Gio of RAM Graphics Processor: AMD Radeon...

On a machine where $HOME is using zfs, I have a storage config where `rootless_storage_path` is on ext4, which should work fine with rootless overlay: ``` $ cat ~/.config/containers/storage.conf [storage]...