The open-osd git repository trees can be downloaded via the git protocol using the following git commands:
$ git clone git://git.open-osd.org/open-osd.gitFor the out-of-tree open-osd sources files and utilities. Both initiator library and the exofs filesystem including Makefile's scripts and extras
$ git clone git://git.open-osd.org/linux-open-osd.gitFor a full Linux tree plus osd patches. Including patches to Linux Makefiles and build system. The patchset presented here will be submitted upstream. This tree has only a subset of what's available in the open-osd tree.
$ cd linux-open-osd
$ git-checkout osd-dev
$ git clone git://git.open-osd.org/osc-osdFor a Linux user-mode OSD2 target, as well as a user-mode OSD2 Initiator with python bindings. Also lots of utilities and tests.
$ cd osc-osd
$ git submodule init
$ git submodule update
To send patches or discuss the code, please refer to the open-osd mailing list
-- BennyHalevy - 10 Jan 2009