-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add SPDK submodule. #1
Conversation
Should this be targeted at devel instead of wip-skeleton? |
That makes sense. We probably need a PR for this wip-skeleton branch then, because the devel branch seems to be empty so far. |
Do you want to own the spdk fork? We already have one in the ceph organization which we could start using: https://github.com/ceph/spdk. Going forward we would probably want to set up some CI on the ceph side, so it might be easier to have everything in one place. |
We can go either way. Who's the approver for PRs to https://github.com/ceph/spdk? Can that fork repo accommodate our branches without disrupting other work? |
I can approve and also add others as needed. The fork hasn't been used in years so we won't disrupt anything. |
OK, let me revise this patch to point to https://github.com/ceph/spdk. I'll submit a PR for https://github.com/ceph/spdk to add the wip-ceph-nvmeof branch. |
I'd call it ceph-nvmeof, without the wip prefix, to distinguish the submodule branch from other truly WIP branches. |
Will do |
I went ahead and created ceph-nvmeof branch in ceph/spdk.git so you have something to target your PR at. It is based on 20.07 as discussed. |
The default branch in the SPDK fork repo will be ceph-nvmeof. Signed-off-by: Scott Peterson <[email protected]>
This now refers to the ceph-nvmeof branch of the Ceph SPDK fork |
Uses a fork of the SPDK github repo, so we're free to commit branches as
needed, as in this repo. The default branch in the SPDK fork repo will be wip-ceph-nvmeof.
Signed-off-by: Scott Peterson [email protected]