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

Manifest abstraction to store kernel metadata #164

Closed
Tracked by #145
huachaohuang opened this issue Dec 4, 2021 · 1 comment · Fixed by #167
Closed
Tracked by #145

Manifest abstraction to store kernel metadata #164

huachaohuang opened this issue Dec 4, 2021 · 1 comment · Fixed by #167
Assignees
Milestone

Comments

@huachaohuang
Copy link
Contributor

huachaohuang commented Dec 4, 2021

Kernel needs a metadata store for its metadata persistence. We have two choices:

  • Add a general metadata abstraction in the same level with Journal and Storage
  • Add a sub-module inside Kernel that only handles kernel specific metadata

For v0.2, we can choose the second solution for simplicity. We can still move to the first solution in the future if the second one is proofed to be inadequate.

@huachaohuang huachaohuang mentioned this issue Dec 4, 2021
5 tasks
@huachaohuang
Copy link
Contributor Author

I may work on this after #155 has been merged.

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 a pull request may close this issue.

1 participant