open-osd git

Home | Links | git | Mailing List


The open-osd git repository

The open-osd git repository trees can be downloaded via the git protocol using the following git commands:

open-osd:

$ git clone git://git.open-osd.org/open-osd.git
For the out-of-tree open-osd sources files and utilities. Both initiator library and the exofs filesystem including Makefile's scripts and extras

linux-open-osd:

$ git clone git://git.open-osd.org/linux-open-osd.git
$ cd linux-open-osd
$ git-checkout osd-dev
For 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.

osc-osd:

$ git clone git://git.open-osd.org/osc-osd
$ cd osc-osd
$ git submodule init
$ git submodule update
For a Linux user-mode OSD2 target, as well as a user-mode OSD2 Initiator with python bindings. Also lots of utilities and tests.

The repository can also be browsed via the git web interface

To send patches or discuss the code, please refer to the open-osd mailing list

-- BennyHalevy - 10 Jan 2009