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

looking for a ma[g|k]efile #1

Closed
squillace opened this issue Jun 27, 2023 · 7 comments
Closed

looking for a ma[g|k]efile #1

squillace opened this issue Jun 27, 2023 · 7 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@squillace
Copy link

how should I build this?

@pojntfx
Copy link
Owner

pojntfx commented Jun 27, 2023

Hi! Thanks for your interest in the project. Currently its still very WIP, but the docs are already on the TODO list. The API for both mounts and migrations are (I hope) more or less final, and we don't depend on any CGo etc., so if you want to try it out now anyways you can ^^

More info is in the --help respectively, but see https://github.com/pojntfx/r3map/tree/main/cmd/r3map-mount-benchmark and https://github.com/pojntfx/r3map/tree/main/cmd/r3map-migration-benchmark respectively for a API use example in the meantime. Again this will all be in the docs soon, but this is probably the simplest way of validating it right now:

sudo modprobe nbd
go build -o /tmp/r3map-mount-benchmark ./cmd/r3map-mount-benchmark/ && sudo /tmp/r3map-mount-benchmark --verbose # For the mount API
go build -o /tmp/r3map-migration-benchmark ./cmd/r3map-migration-benchmark/ && sudo /tmp/r3map-migration-benchmark # For the migration API

@pojntfx pojntfx added the documentation Improvements or additions to documentation label Jun 27, 2023
@pojntfx pojntfx self-assigned this Jun 27, 2023
@create-issue-branch
Copy link

Branch issue-1-looking_for_a_ma_g_k_efile created!

@pojntfx
Copy link
Owner

pojntfx commented Aug 16, 2023

Just a quick update on this: The thesis is now in peer-review, and I'm finishing up the docs here in the meantime!

@squillace
Copy link
Author

right when I went on vacay. :-) how'd the thesis review go?

@pojntfx
Copy link
Owner

pojntfx commented Aug 28, 2023

Sadly still ongoing, and it looks like it will be another month due to uni staff shortages. I might just release the library before it tbh, and put a disclaimer in the thesis 🤷‍♀️

@pojntfx
Copy link
Owner

pojntfx commented Oct 5, 2023

Thesis review is done now and it passed. I'll probably be officially tagging this etc. in time for my KubeCon talk on Nov 7, where I'll also be presenting it: https://sched.co/1R2ok ^^ - the repo that we use this project for is also OSS now, but very minimal and MVP, so I'd say its still best to wait till KubeCon NA before starting to use it: https://github.com/loopholelabs/architekt - docs at https://github.com/loopholelabs/architekt/blob/master/docs/DEMO.md

@pojntfx
Copy link
Owner

pojntfx commented Jan 16, 2024

Closing this one since we have proper docs and examples now :)

@pojntfx pojntfx closed this as completed Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants