当前位置: 首页 > 文档资料 > Ceph 中文文档 >

内部开发者文档

优质
小牛编辑
132浏览
2023-12-01

Note

If you’re looking for how to use Ceph as a library from your own software, please see API 文档.

You can start a development mode Ceph cluster, after compiling the source, with:

cd src
install -d -m0755 out dev/osd0
./vstart.sh -n -x -l
# check that it's there
./ceph health

Todo

vstart is woefully undocumented and full of sharp sticks to poke yourself with.

Mailing list

The official development email list is ceph-devel@vger.kernel.org. Subscribe by sending a message to majordomo@vger.kernel.org with the line:

subscribe ceph-devel

in the body of the message.

Contents