当前位置:网站首页>Ceph单节点部署
Ceph单节点部署
2022-07-31 06:42:00 【Rocky000000】
一、前期准备
1、修改主机名,后面使用到的节点名称就是对应的主机名称
把主机名称修改为admin03
[[email protected] ~]# hostnamectl set-hostname admin03
2、关闭selinux和firewall
[[email protected] ~]# setenforce 0
[[email protected] ~]# sed -i "s/SELINUX=enforcing/SELINUX=permissive/g" /etc/selinux/config
[[email protected] ~]# systemctl disable firewalld.service
边栏推荐
- 2022.07.15_Daily Question
- 2022.07.13_Daily Question
- SCI写作指南
- 金融租赁业务
- Chapter 17: go back to find the entrance to the specified traverse, "ma bu" or horse stance just look greedy, no back to search traversal, "ma bu" or horse stance just look recursive search NXM board
- 2022.7.29 Array
- Matlab学习第一天(持续更新中)
- 2022.07.12_Daily Question
- 任务及任务切换
- Shell编程之条件语句
猜你喜欢

进程调度的基本过程

【解决】mysql本地计算机上的MySQL服务启动后停止。某些服务在未由其他服务或程序使用时将自动停止

Linked list implementation and task scheduling

解决安装 Bun 之后出现 zsh compinit: insecure directories, run compaudit for list. Ignore insecure directorie

2022.07.20_Daily Question

Yu Mr Series 】 【 2022 July 022 - Go Go teaching course of container in the dictionary

'vite' is not an internal or external command, nor is it a runnable program or batch file.

2022.07.12_每日一题

链表实现及任务调度

科普 | “大姨太”ETH 和 “小姨太”ETC的爱恨情仇
随机推荐
多进程全局变量失效、变量共享问题
关于求反三角函数的三角函数值
How to set the computer password?How to add "safety lock" to your computer
从入门到一位合格的爬虫师,这几点很重要
Zabbix6.2 Surprise Release!Especially optimize the performance of medium and large environment deployment!
【Go语言入门】一文搞懂Go语言的最新依赖管理:go mod的使用
在 ASP.NET Core 应用程序启动时运行代码的 3 种方法
2022.07.22_每日一题
基金投顾业务
Jobject 使用
完美指南|如何使用 ODBC 进行无代理 Oracle 数据库监控?
最大似然估计和最小二乘法 含代码
2022.07.26_Daily Question
金融租赁业务
ros little turtle drawing
进程和线程的区别&&run和start区别与联系
Conditional statements of shell (test, if, case)
解决安装 Bun 之后出现 zsh compinit: insecure directories, run compaudit for list. Ignore insecure directorie
单点登录 思维导图
Leetcode952. 按公因数计算最大组件大小