storage
storage copied to clipboard
Container Storage Library
There are cases why the code returns empty error string causing big confusion for users, i.e. https://github.com/containers/podman/issues/22439#issuecomment-2066397554 Let's take data only layers as an example: https://github.com/containers/storage/blob/c051e2a0df0d5b7883a165661e68fd9006713c06/drivers/overlay/overlay.go#L2035-L2051 The first time around...
@giuseppe Zstd:chunked has uses a `TarSplitChecksumKey` annotation, separate from the TOC digest. That’s fine as far as per-image individual trust goes, because the annotation is authenticated by the manifest digest....
I am trying enable composefs with crio. To make sure crio has required versions of dependencies, I built it from this PR - https://github.com/cri-o/cri-o/pull/7852 It seem to have the required...
(Sorry if this is a duplicate, I tried to search here and didn't find it...tried to search in podman issues but there are soooo many issues and these are generic...
### Feature request description Usage of AdditionalImageStores as layer store for RWStorage could lead to broken RWStorage (at least in overlay driver) if any of the stores in AdditionalImageStores alters....
### Issue Description Rootless Podman is unable to list ZFS filesystems. Here is the rootless `storage.conf` file: ``` [storage] driver = "zfs" [storage.options.zfs] fsname = "zroot/containers" mountopt = "nodev" ```...
With bcachefs officially mainlined into linux 6.7, has anybody looked into this new filesystem? It is similar in features to BTRFS and ZFS, so potentially a libcontainers storage driver could...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** We run a single ~6 GB podman image with multiple containers, each...
I’m trying to fix storage tests in c/image after 3 years they basically didn’t work at all (https://github.com/containers/image/issues/1729 ), and I’m running into a race condition that reproduces 100% for...
The test added in https://github.com/containers/storage/pull/1620 fails while building the debian package: ``` === RUN TestSetRemapUserGroupOpts options_test.go:194: Error Trace: //obj-x86_64-linux-gnu/src/github.com/containers/storage/types/options_test.go:194 Error: Received unexpected error: no subuid ranges found for user "siretart"...