question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

INFO:ceph-create-keys:ceph-mon is not in quorum: u'probing'

See original GitHub issue

ceph ansible

ceph-ansible-stable-3.1

ansible

ansible 2.5.3

os

CentOS Linux release 7.5.1804 (Core)

the files to ues

host file updated

[mons]
192.168.12.69
192.168.12.70
192.168.12.71
[mgrs]
192.168.12.69
[osds]
192.168.12.69 devices="[ '/dev/vdb' ]"
192.168.12.70 devices="[ '/dev/vdb' ]"
192.168.12.71 devices="[ '/dev/vdb' ]"

group_vars/all.yml updated

ceph_origin: repository
ceph_repository: community
ceph_mirror: http://mirrors.aliyun.com/ceph
ceph_stable_key: http://mirrors.aliyun.com/ceph/keys/release.asc
ceph_stable_release: luminous
ceph_stable_repo: "{{ ceph_mirror }}/rpm-{{ ceph_stable_release }}"
fsid: 6ed9e8b2-1f5c-4358-be73-5c3f20278ae4
generate_fsid: false
cephx: true
monitor_interface: eth2
public_network: 192.168.12.0/24
cluster_network: 192.168.12.0/24
osd_objectstore: bluestore

group_vars/mon.yml

monitor_secret: AQAjn8tUwBpnCRAAU8X0S5f+U8gfBvnbUkDPyg==
admin_secret: AQAjn8tUwBpnCRAAU8X0Syf+U8gfBvnbUkDPyg==

group_vars/osd.yml

osd_scenario: collocated

whats worng with me ?

Where did it go wrong?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sunnoycommented, Aug 10, 2018

thank you to answer this ,i have make it 。 the public net and mon net address need in same net ,it works for me。 but i use the ovs network, it cant works。

is admin_secret can auto create ? if “#admin_secret“

0reactions
cognozcommented, Mar 12, 2020

btw On CentOS firewalld maybe the case (systemctl stop firewalld and deploy ended successful)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bug #37351: luminous: 'ceph-create-keys:ceph-mon is not in ...
luminous: 'ceph-create-keys:ceph-mon is not in quorum' exceeds retries on ovh nodes ; Status: Duplicate ; Priority: Normal ; Assignee: Brad Hubbard.
Read more >
Bug #1774648 “ceph-create-keys:ceph-mon is not in quorum
2018-06-01 10:47:20 DEBUG mon-relation-changed INFO:ceph-create-keys:ceph-mon is not in quorum: u'probing' Then we get a traceback: ...
Read more >
1655531 – [Ceph-Ansible] TASK [ceph-mon - Red Hat Bugzilla
... with stderr: "INFO:ceph-create-keys:ceph-mon is not in quorum: u'probing'" Version-Release number of selected component (if applicable): ...
Read more >
[ceph-users] ceph-deploy, single mon not in quorum
INFO:ceph-create-keys:ceph-mon is not in quorum: u'probing' repeated ad infinitum. So the mon is not in quorum. Question is,
Read more >
[ceph-users] ceph-create-keys loops - The Mail Archive
... in quorum: u'probing'\n INFO:ceph-create-keys:ceph-mon is not in quorum: u'probing'\nINFO:ceph-create-keys:ceph-mon is not in quorum: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found