Rate This Document
Findability
Accuracy
Completeness
Readability

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