Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize data partition #67

Merged

Conversation

mikehaller
Copy link
Contributor

As a preparation to make the root filesystems (full and minimal image) read-only, as it would be on a production system, we introduce a new data partition which contains (also persistent) runtime data and configuration data.

  • New image recipe for the data partition. Workaround using bind-auto-mounting on /var can be removed
  • Container manifests for initial auto-deployment are now located on the data partition
  • containerd's working directory is now moved to /data/var/containerd

This reverts commit eaedfac.

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Copy link
Contributor

@stlachev stlachev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stlachev stlachev merged commit a975638 into eclipse-leda:main Jan 10, 2023
@stlachev stlachev deleted the optimize-data-partition branch January 10, 2023 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants