随笔分类 - 【26】3FS
摘要:DeepSeek 3FS集群部署 dnf install rdma-core-devel dnf install gperftools-devel dnf install python3-devel cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebI
阅读全文
摘要:搭建foundationdb集群 对stor01、stor02、stor03设置如下配置文件: 1. fdb.cluster配置文件 foundationdb:fdb@192.168.0.20:4500,192.168.0.21:4500,192.168.0.22:4500 foundationdb
阅读全文
摘要:foundationd编译安装 1. FoundationDB的编译需要mono。从网站下载代码tar包, 或下载代码:git clone https://kkgithub.com/mono/mono make ihttps://download.mono-project.com/sources/m
阅读全文
摘要:paxos算法解析 阅读论文 《Paxos Made Simple》 选定提案的最简单方式就是只允许一个accpetor存在。Proposer发送提案给accpetor,Acceptor会选择它接收到的第一个提案作为被选定的提案。尽管简单,但是这个解决方式却很难让人满意,因为如果accpetor出错
阅读全文
摘要:gflags库 gflags库地址:https://github.com/gflags/gflags DEFINE_bool 是 Google 提供的 gflags 命令行参数解析库中的一个宏,用于 定义布尔类型的命令行标志flag 用法: DEFINE_bool(flag_name, defaul
阅读全文
摘要:安装虚拟化rdma网络 参考资料 1. 安装虚拟化rdma网络 2. 基于 SoftRCoE 部署 DeepSeek Fire-Flyer File System (3FS)
阅读全文