鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

Adding Ceph OSDs with a Different Drive Topology from Existing OSDs

Prerequisites

  1. A Ceph cluster deployed using Ansible is running properly.
  2. You have the root permission on the new nodes.

Procedure

  1. Add an OSD node name to the [osds] section in the hosts file of the cluster, and enter the required device information under the new OSD node.

  2. Ensure that Ansible can connect to the node.
    1
    ansible all -i hosts -m ping
    
  3. Copy the add-osd.yml file to the home directory.
    1
    cp ./infrastructure-playbooks/add-osd.yml ./add-osd.yml
    
  4. Run the playbook.
    1
    ansible-playbook -i host add-osd.yml