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.

mon_host_v2_suffix is undefined

See original GitHub issue

Bug Report

What happened: While running site.yml I’ve run into an issue that has the same error as #3525, however, I’m not using tox, but actually running the playbook.

What you expected to happen: Get a deployed ceph cluster.

How to reproduce it (minimal and precise): I’m running ansible-playbook site.yml -vvvv -i inventory -u root, and get the error:

Share your group_vars files, inventory the inventory file: [mons] s19

[mgrs] s19

[osds] s19

group_vars/all.yml:

dummy: ceph_origin: repository ceph_repository: community ceph_stable_release: mimic monitor_interface: enp139s0f0

group_vars/osds.yml:

dummy: osd_scenario: lvm lvm_volumes: - data: /dev/nvme0n1 osds_per_device: 1

Environment:

  • OS (e.g. from /etc/os-release): Ubuntu 18.04.2
  • Kernel (e.g. uname -a): 4.18.0-15-generic
  • Docker version if applicable (e.g. docker version): not using docker.
  • Ansible version (e.g. ansible-playbook --version): 2.7.7
  • ceph-ansible version (e.g. git head or tag or stable branch): master
  • Ceph version (e.g. ceph -v): 13.2.4

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
lesebcommented, Feb 20, 2019

This is expected, as @devster31 said you can’t use master to deploy Mimic, please use stable-3.2 instead.

0reactions
guitscommented, Apr 9, 2019

@yuezhuangshi that’s the expected behavior, indeed.

Everything is documented here

so please, let’s stop raising same “issue” again and again, just use the correct stack according to what you want to deploy.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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