Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The goal of this proposal is to simplify the overall responsibilities of domain manager by making it only aware of running local (non-hypervisor based) containers AKA Tasks. More complex executors (hypervisor based or emulation based) will then be packaged as simple Tasks themselves.

Definitions/APIs

Any running entity on EVE (be it a group of Linux processes or an active domain consuming memory and CPU) will be managed through the Task subsystem. Every task it defined by An OCI spec structure. The OCI spec structure may refer to the native representations of the following EVE Objects:

...