]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Update rolling_update.yml 1334/head
authoryangyimincn <yangyimincn@163.com>
Tue, 28 Feb 2017 08:56:02 +0000 (16:56 +0800)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2017 08:56:02 +0000 (16:56 +0800)
commit8b36cbac647ef3fd13d5ff9236b1d2b108b0afad
treea68ba70b3cd5a624d62aefc1e4a72f25667efa21
parent1d5be98850f65f45def50f68200020d5bf15cd3b
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
infrastructure-playbooks/rolling_update.yml