mirror of https://github.com/ceph/ceph-ansible.git
564a662baf
When deploying a large number of OSD nodes it can be an issue because the
protection check [1] won't pass since it tries to create pools before all
OSDs are active.
The idea here is to move openstack pools creation at the end of `ceph-osd` role.
[1]
|
||
---|---|---|
.. | ||
docker | ||
calamari.yml | ||
ceph_keys.yml | ||
create_mds_filesystems.yml | ||
crush_rules.yml | ||
deploy_monitors.yml | ||
main.yml | ||
secure_cluster.yml | ||
set_osd_pool_default_pg_num.yml | ||
start_monitor.yml |