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.

Don't include all rgws in ceph conf

See original GitHub issue

Bug Report

What happened: In deploying rgw it will add all rgw hosts to ceph conf. It seems to be okay but when you run ansible with --limit it will add just the limitations and when you can’t run ansible on all your nodes at a same time, each node will have different and messy ceph conf.

What you expected to happen: Won’t it better to no loop on rgws host here and just add each host config to it’s ceph conf? https://github.com/ceph/ceph-ansible/blob/master/roles/ceph-config/templates/ceph.conf.j2#L108 I mean for example host1 just have client.rgw.host1 config instead of having both host1 and host2? This loop was added to solve #49 but I think it could be solve without loop on rgw instances!

How to reproduce it (minimal and precise): deploy rgw with --limit on one or two hosts

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
guitscommented, Aug 4, 2020

closed by #5587

1reaction
guitscommented, Jul 25, 2020

@clwluvw I need to figure out a couple of details before merging it to master first, then the backport to stable-4.0 should follow pretty quickly. I can’t give you an accurate due date for now but it shouldn’t be that long. Thanks for your patience!

Read more comments on GitHub >

github_iconTop Results From Across the Web

RGW Service - Ceph Documentation
Deploy RGWs . Cephadm deploys radosgw as a collection of daemons that manage a single-cluster deployment or a particular realm and zone in...
Read more >
Chapter 4. Configuring a Cluster Red Hat Ceph Storage 3
1. Purge Any Existing Ceph cluster · 10.1. · 2. Configure The Cluster for Normal Installation · 10.1. · 3. Identify The NVMe...
Read more >
RGW includes Instance name in ceph-config and restart script
My existing configuration does not have the name 'rgw$' appended at all. This has caused some issues as now the service tries to...
Read more >
Rados Gateway installation (CEPH) - Stack Overflow
I have installed CEPH cluster using cephadm (octopus version) ... it says that monitor configuration is not found, is it related issues?
Read more >
SES 7 | Ceph Object Gateway - SUSE Documentation
If you have not done any previous multisite configuration, a 'default' zone and zonegroup are created for you, and changes to the zone/zonegroup...
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