mirror of https://github.com/ceph/ceph-ansible.git
5fac3784f7
This module allows us to create Ceph CRUSH hierarchy. The module works with hostvars from individual OSD hosts. Here is an example of the expected configuration in the inventory file: [osds] ceph-osd-01 osd_crush_location="{ 'root': 'mon-roottt', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'localhost' }" # valid case Then, if create_crush_tree is enabled the module will create the appropriate CRUSH buckets and their types in Ceph. Some pre-requesites: * a 'host' bucket must be defined * at least two buckets must be defined (this includes the 'host') Signed-off-by: Sébastien Han <seb@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
ceph_crush.py | ||
ceph_facts | ||
ceph_volume.py | ||
config_template | ||
igw_client.py | ||
igw_gateway.py | ||
igw_lun.py | ||
igw_purge.py | ||
test_ceph_crush.py | ||
test_ceph_volume.py |