二、 部署准备

  1. 网络规划
  1. Management Network:VSM控制节点对其他节点的管理网络,本例为10.1.35.0/24
  2. Ceph Public Network:ceph-client <---> ceph-mon 以及ceph-client <---> ceph-osd之间的通信网络,本例为192.1.35.0/24
  3. Ceph Cluster Network:ceph-osd <---> ceph-mon以及ceph-osd<---> ceph-osd之间的通信网络,本例为192.2.35.0/24
  1. SSH免** 建立console与node1、node2、node3之间的ssh免密码访问,先使用root用户先ssh-******,然后ssh-copy-id拷贝**

  2. 关闭SELinux及iptables 在所有节点上执行一下配置 vsm安装(2)vsm安装(2)

  3. 主机名解析 在所有节点上配置/etc/hosts vsm安装(2)

转载于:https://my.oschina.net/diluga/blog/396770

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2021-11-21
  • 2021-12-19
  • 2021-08-14
  • 2021-12-26
  • 2021-07-31
  • 2021-04-07
猜你喜欢
  • 2022-12-23
  • 2021-05-28
  • 2021-07-10
  • 2021-06-30
  • 2021-10-03
  • 2021-10-08
  • 2022-12-23
相关资源
相似解决方案