-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme
34 lines (17 loc) · 848 Bytes
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
基准测试:
https://blog.csdn.net/bandaoyu/article/details/114292690
使用命令patchelf 修改工具依赖的动态库位置。避免和项目正在使用的库冲突: https://blog.csdn.net/bandaoyu/article/details/113181179
doc/dev/messenger.rst
perf_msgr_client.cc -> ceph_perf_msgr_client
perf_msgr_server.cc -> ceph_perf_msgr_server
perf_msgr_client.cc -> main
编译rdma:
./do_cmake.sh -DCMAKE_INSTALL_PREFIX=/usr -DWITH_RDMA=ON
qa:
启动虚拟集群: https://docs.ceph.com/en/quincy/dev/dev_cluster_deployement/
ceph支持daos后端(rgw, s3), src/rgw/rgw_sal_daos.cc, https://github.com/ceph/ceph/pull/47709/files
从源分支(上游分支)拉取并合并
git remote set-url upstream https://github.com/ceph/ceph.git
git remote add upstream https://github.com/ceph/ceph.git
git fetch upstream
git merge upstream/master