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

lock any staging directory while it is being used so that another process cannot delete it. Now the Cleanup() function deletes only the staging directories that are not locked by...

approved
jira

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/sys | `v0.19.0` -> `v0.20.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fsys/v0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/containers/storage). ## Config Migration Needed - [ ]...

extend the overlay driver to use an additional image store on a vfs backend. It works as overlay can simply use the upper most vfs layer as the only lower...

approved
jira

Helps in use cases where a drop-in config could help by allowing users to update a subsection of the config instead of touching an entire config file. e.g. 1. https://github.com/containers/storage/issues/1306...

do-not-merge/hold

The gist seems to be: ``` # podman-remote [something that does a pull] Error: committing the finished image: \ failed to put layer using a partial pull: \ rename /var/lib/containers/storage/overlay/staging/1464572085...

Fixes: https://github.com/containers/podman/issues/22473

approved

A minimal prototype for a fix of #1888 . Note that this would immediately break pulling all currently-existing layers. Also this probably increases memory requirements because the TOC exists as...

approved
do-not-merge/work-in-progress

Could this if statement be removed? https://github.com/containers/storage/blob/2431799327396be3322f440a56567d1d4df733e7/drivers/overlay/overlay.go#L1503-L1506 It seems that `permsKnown` already needs to be true, because otherwise the for loop would have been skipped. Here is the relevant code:...

As seen here: https://github.com/containers/qm/issues/367 I'm not sure if this is the right place to log this issue but the first error message is printed from containers/storage. "podman info" should at...