将ceph与calamari相连(connect ceph servers to calamari)

2024-06-01 01:18

本文主要是介绍将ceph与calamari相连(connect ceph servers to calamari),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!


前提:

已安装Calamari server,且the ceph servers are accessible from the Calamari server using SSH。

方法1:

用 ceph-deploy 连接

ceph-deploy应该和calamari安装在同一个节点上

修改/root/.cephdeploy.conf文件:

[ceph-deploy-calamari]
master = {master}
# Repositories
[calamari-minion]
name=Calamari
baseurl={minion_url}
gpgkey={minion_gpg_url}
enabled=1
proxy=_none_


其中:

  • {master} should be the FQDN of the Calamari server, for example acme.mydomain.com
  • {minion_url} should be the URL to the local package repository, for example http://acme.mydomain.com/static/calamari-minions
  • {minion_gpg_url} should be the URL to the GPG key for your local package repository, for example http://acme.mydomain.com/static/calamari-minions/release.asc

使用如下命令将节点与calamari相连:

ceph-deploy calamari connect <node1> [<node2> ...]
方法2:

手动连接

install a diamond package built from the calamari branch of diamond at https://github.com/ceph/diamond/tree/calamari

②安装salt-minion,Follow the instructions at http://docs.saltstack.com/en/latest/topics/installation/ubuntu.html to enable the SaltStack PPA package repository and install the salt-minion package.

Note: Calamari does not currently support 2015.5 salt please consider using 2014.7 instead Also it is important for salt-master and minion versions to match.

After installing salt-minion, create a config file at /etc/salt/minion.d/calamari.conf with the following format:

master: {fqdn}

where {fqdn} is the fully qualified domain name of your Calamari server, for example acme.mydomain.com.

Finally, restart salt-minion with service salt-minion restart.


这篇关于将ceph与calamari相连(connect ceph servers to calamari)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1019575

相关文章

Debugging Lua Project created in Cocos Code IDE creates “Waiting for debugger to connect” in Win-7

转自 I Installed Cocos Code IDE and created a new Lua Project. When Debugging the Project(F11) the game window pops up and gives me the message waiting for debugger to connect and then freezes. Also a

Oracle start with connect BY 死循环

解决办法 检查start with前有没有where条件, 如果有的话,套一层select,再 Oracle start with connect BY

ERROR 2003 (HY000): Can't connect to MySQL server on (10061)

在linux系统上装了一个mysql-5.5,启动后本机都是可以访问的,操作都正常,同时建了一个%的用户(支持远程访问), root@debian:/# mysql -u loongson -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id

Docker容器创建时,无法访问镜像源:Could not connect to archive.ubuntu.com:80

1.问题描述 当基于dockerfile创建容器时,遇到Could not connect to ...、Failed to fetch ...等异常时,大概原因是没有配置好容器创建所需的镜像源。这里以Ubuntu基础镜像源为例。 dockerfile内容 FROM ubuntuRUN apt update && apt install python3 -y && apt install

API 网关 OpenID Connect 实战:单点登录(SSO)如此简单

作者:戴靖泽,阿里云 API 网关研发,Higress 开源社区 Member 前言 随着企业的发展,所使用的系统数量逐渐增多,用户在使用不同系统时需要频繁登录,导致用户体验较差。单点登录(Single Sign-On,简称 SSO)正是为了解决这一问题。当用户登录一次后,即可获取所有系统的访问权限,不需要对每个单一系统逐一登录。 目前,SSO 的实现方案常见有以下几种: 基于 JWT:

2.1ceph集群部署准备-硬件及拓扑

硬件配置及建议 时至今日,ceph可以运行在各种各样的硬件平台上,不管是传统的x86架构平台(intel 至强系列、基于amd的海光系列等),还是基于arm的架构平台(比如华为鲲鹏),都可以完美运行ceph集群,展现了其强大的适应能力。 ceph的不同组件对硬件的需求有些许不同,下面是官方推荐的硬件要求: 组件资源最低配置要求OSD处理器最少1 core每200-500 MB/s最少1 co

Object::connect: No such slot

信号槽出现这样的问题一定要注意以下几点: ThreadFromQThread work_download ; QObject::connect(this, SIGNAL(send_down_sig(int)),\ &work_download, SLOT(recv_down_info(int))); 注意槽函数仅仅是填

Ceph-deploy搭建ceph集群

Ceph介绍及安装 一、Ceph介绍1.1 ceph说明1.2 Ceph架构1.3 Ceph逻辑组织架构1.3.1 Pool1.3.2 PG1.3.3 PGP 二、部署Ceph集群2.1 部署方式:2.2 服务器准备`monitor、mgr、radosgw`:`MDS`(相对配置更高一个等级)`OSD节点 CPU`:`OSD 节点内存`: 2.3 部署环境**2.3.1、四台服务器作

ubuntu下qt编译显示Cannot connect creator comm socket /tmp/qt_temp.xxx/stub-socket的解决办法

Cannot connect creator comm socket /tmp/qt_temp.u14973/stub-socket: No such file or directory   于是查了一下,知道qt不能用gnome-terminal执行,需要使用x-team,于是想到了解决方法: 找到:工具(Tools)->环境(environment)->系统(Sy

ceph-iscsi 手动安装过程中的一些问题记录以及解决办法

ceph-iscsi 手动安装教程 安装教程,建议直接看官方文档,猛戳传送门。官方教程是英文版的(不知道有没有中文版),都是一些基础英语,问题不大,实在不行找个翻译软件帮帮忙,哈哈哈。 多啰嗦一点,官方教程里面全部是通过git 一个一个安装的,比较麻烦。可以使用如下命令,比较省事(以ubuntu系统作为示例): `sudo apt update // 更新apt 数据库 sudo apt -