From: Kefu Chai Date: Wed, 3 Feb 2016 18:07:42 +0000 (+0800) Subject: spdk: add submodule spdk for the nvme support X-Git-Tag: v10.0.4~45^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fd630dc7d9f293f668140d676f429a129d9c6b21;p=ceph.git spdk: add submodule spdk for the nvme support Signed-off-by: Kefu Chai --- diff --git a/.gitmodules b/.gitmodules index e7c52a91baff..0ded82d66c41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -23,3 +23,6 @@ path = src/gmock url = https://github.com/ceph/gmock.git branch = ceph-release-1.7.0 +[submodule "src/spdk"] + path = src/spdk + url = https://github.com/ceph/spdk.git diff --git a/src/spdk b/src/spdk new file mode 160000 index 000000000000..c02b17949012 --- /dev/null +++ b/src/spdk @@ -0,0 +1 @@ +Subproject commit c02b179490123a3212b0c0d23b69da13965d1552