The ReadME Project GitHub community articles Repositories Topics Trending Collections Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I...
Deploy Ceph with minimal infrastructure, using just SSH access - GitHub - ceph/ceph-deploy at v2.0.1
ceph-chef:https://github.com/ceph/ceph-chef#Ruby cephadm:https://docs.ceph.com/en/latest/cephadm/#ceph 官方在 ceph 15 版本加入的ceph 部署工具 ceph-deploy:https://github.com/ceph/ceph-deploy#python 是一个 ceph 官方维护的基于 ceph-deploy 命令行部署 ceph 集群...
首先,创建部署目录cephcluster,拉取ceph-deploy源代码并安装; # 创建部署目录mkdir /root/cephclustercd/root/cephcluster/# 拉取源码git clone https://github.com/ceph/ceph-deploy.gitcdceph-deploy# 删除osd.py代码第375行,否则查询节点磁盘列表时会报错vim ceph_deploy/osd.py# 被删除的行line=line.decode(...
https://github.com/ceph/ https://docs.ceph.com/en/latest/releases/ 2.1 环境准备 操作系统推荐:https://docs.ceph.com/en/latest/start/os-recommendations/ 2.1.1 Ceph分布式存储集群规划原则/目标 2.1.2 服务器硬件选型 官方硬件推荐:https://docs.ceph.com/en/latest/start/hardware-recommendations/ ...
https://opengers.github.io/ceph/deploy-a-ceph-cluster-use-ceph-deploy 手工部署一个ceph集群 https://opengers.github.io/ceph/deploy-a-ceph-cluster-manually Ceph Luminous安装指南 https://www.centos.bz/2018/01/ceph-luminous%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97 ...
Opened pull request: https://github.com/ceph/ceph-deploy/pull/58 行为 #5 由Alfredo Deza 更新于 超过11 年 之前 状态 从Fix Under Review 变更为 Resolved Merged to ceph-deploy master branch with hash: 77438b522c82e79fdb0f9b0c5963ba5a61f07f10 The validator was updated to make sure sing...
Pull Request opened:https://github.com/ceph/ceph-deploy/pull/126 And merged into ceph-deploy's master branch with hash: aeaaf11 行为 #14 由Alfredo Deza更新于大约 11 年之前 状态从Resolved变更为Fix Under Review 行为 #15 由Mark Kirkwood更新于大约 11 年之前 ...
wget -O /etc/yum.repos.d/ceph.repo https://raw.githubusercontent.com/aishangwei/ceph-demo/master/ceph-deploy/ceph.repo 配置ntp yum install -y ntp ntpdate ntpdate cn.ntp.org.cn systemctl restart ntpd systemctl enable ntpd systemctl enable ntpdate ...
删除本地目录下的所有验证keyring, 包括client.admin, monitor, bootstrap系列。 ceph-deploy pkg –install/–remove [PKGs] [HOST] [HOST…] 在远程主机上安装或者卸载软件包。[PKGs]是逗号分隔的软件包名列表。 参考 http://ivanjobs.github.io/2016/04/20/ceph-deploy-command-notes/...