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

git and binaries #36

Open
cgwalters opened this issue Mar 3, 2016 · 0 comments
Open

git and binaries #36

cgwalters opened this issue Mar 3, 2016 · 0 comments

Comments

@cgwalters
Copy link

I'm at the Boston Kubernetes meetup and dvol was demoed.

You might take a look at https://ostree.readthedocs.org/en/latest/ for some ideas - dvol is targeting a different use case (mutable data) whereas ostree is oriented for snapshots of immutable state using plain hardlinks.

But if you're aiming for git-like model, some concerns may be shared. For example, OSTree follows git in having a content-addressed store, whereas dvol seems to use uuidgen for commit ids and its snapshots boil down to shelling out to coreutils cp. BTW, you probably want to use --reflink=auto at least so if the underlying FS supports it you'll get CoW.

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

No branches or pull requests

1 participant