Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

Host cid metadata files on a persistent storage #119

Closed schaefi closed 1 year ago

schaefi commented 1 year ago

Description

At the moment the metadata files to store information about running app instances are stored in /tmp/flakes. However this location is a tmpfs and gets lost on reboot, power-cycle, etc. For non resume instances this is not a problem but for resume instances it prevents them to be correctly resumed. I suggest to move the location to the registry storage area, e.g

/var/lib/containers/storage/tmp

Acceptance Criteria

flake metadata is persistently stored