Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

Replace the resourceStorage implementation #1099

@sameo

Description

@sameo

Description of problem

The resourceStorage implementation is a wide spread dependency and prevents several key components (e.g. hypervisors) to be moved into their own package.

Expected result

Create a new store package that provides a storage implementation for virtcontainers, with the following features:

  • Simplicity: The API should be short and simple.
  • Transparency: The core virtcontainers code should not care about
    the storage backend details.
  • Extensibility: It should be easily extensible to add non local and in
    memory backends.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions