ceph-ansible/infrastructure-playbooks
yangyimincn 8b36cbac64 Update rolling_update.yml
The task waiting for the monitor to join the quorum... , the result for ceph -s | grep monmap only contain monmap, not included quorum:

# ceph -s --cluster ceph | grep monmap
     monmap e1: 3 mons at {sh-office-ceph-1=10.12.10.34:6789/0,sh-office-ceph-2=10.12.10.35:6789/0,sh-office-ceph-3=10.12.10.36:6789/0}

If want to get monitor, should use this:

# ceph -s --cluster ceph | grep election
            election epoch 80, quorum 0,1 sh-office-ceph-1,sh-office-ceph-2

ceph verison: 10.2.5
2017-02-28 16:56:02 +08:00
..
README.md rolling_update: fix wrong indent 2016-10-26 12:51:08 -05:00
ansible.cfg Update for infrastructure-playbooks execution 2016-10-26 09:43:37 -07:00
cluster-maintenance.yml create a directory for infrastructure playbooks 2016-08-17 11:53:34 +02:00
cluster-os-migration.yml remove apache support for RGW 2016-11-18 13:13:12 -07:00
make-osd-partitions.yml infrastructure playbook: add make osd partition 2016-12-15 22:03:38 +08:00
osd-configure.yml create a directory for infrastructure playbooks 2016-08-17 11:53:34 +02:00
purge-cluster.yml fix grep match pattern for osd ids 2017-02-20 16:35:56 +08:00
purge-docker-cluster.yml purge-docker: re-implement zap devices 2017-02-21 15:56:09 -05:00
purge-multisite.yml infrastructure-playbooks: fix syntax errors in all playbooks 2016-10-25 16:56:58 -05:00
rgw-standalone.yml rgw-standalone: also fetch keys from mons 2017-02-14 16:12:59 -06:00
rolling_update.yml Update rolling_update.yml 2017-02-28 16:56:02 +08:00
shrink-mon.yml Remove support of releases prior to Jewel. 2017-01-31 11:00:54 +01:00
shrink-osd.yml this patch fix the regex pattern in infrastructure-playbooks/shrink-osd.yml when the osd's pid num is bigger than 9999 2016-12-05 13:40:38 +08:00
switch-from-non-containerized-to-containerized-ceph-daemons.yml docker: use a better method to pull images 2017-02-09 17:57:18 +01:00
take-over-existing-cluster.yml infra: fix cluster name detection 2017-02-23 15:40:34 -05:00

README.md

Infrastructure playbooks

This directory contains a variety of playbooks that can be used independently of the Ceph roles we have. They aim to perform infrastructure related tasks that would help use managing a Ceph cluster or performing certain operational tasks.

To use them, you must move them to ceph-ansible's root directory, then run using ansible-playbook <playbook>.