内部开发者文档
优质
小牛编辑
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
- Cache pool
- Cephx 认证协议详细阐述
- Configuration Management System
- CephContext
- 资料库结构
- Installing Oprofile
- CephFS delayed deletion
- 开发集群的部署
- Development workflows
- 与 POSIX 标准的差异
- 为 Ceph 写作文档
- 纠删码存储池
- File striping
- Filestore filesystem compatilibity
- Building Ceph Documentation
- 向 Ceph 贡献:开发者指南
- Kernel client troubleshooting (FS)
- Library architecture
- Debug logs
- Messenger notes
- Monitor bootstrap
- Network Encoding
- 网络协议
- Object Store Architecture Overview
- OSD class path issues
- Peering
- Perf counters
- PG (归置组)说明
- 开发者指南(快速)
- RBD 增量备份
- RBD Layering
- Ceph Release Process
- Notes on Ceph repositories
- Sepia 社区测试实验室
- Session Authentication for the Cephx Protocol
- Public OSD Version
- Wireshark Dissector
- OSD 开发者文档
- MDS 开发者文档
- RADOS 网关开发者文档
- Usage Design Overview
- Admin Ops Nonimplemented
- Rados Gateway S3 API Compliance