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.

Ceph init should include possibility to add replication network

See original GitHub issue

We need the ability to create ceph with different public and replication networks. I miss an option to define --cluster-network <string>.

I would create a variable to define cluster-network and if this cluster network is defined, this option should be added.

Something like that:

  command: 'pveceph init --network {{ pve_ceph_network }} --cluster-network {{ pve_ceph_cluster_network }}' 

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
laecommented, Oct 8, 2019

If you could, can you split off the replication network changes into a single PR (those changes look fine to me), and then we can look further at the OSD creation steps? Since it’s off-topic/better for that discussion to happen in a separate issue, I moved those comments to #73.

1reaction
mholasekcommented, Oct 8, 2019

Creating another task checking the osd’s is what I had in mind. I’ll include the changes in my feature branch, should be available within a few days.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chapter 2. Ceph network configuration Red Hat Ceph Storage 4
Red Hat recommends running a Ceph storage cluster with two networks. One public network and one private network. To support two networks, each...
Read more >
Network Configuration Reference - Ceph Documentation
It is possible to run a Ceph Storage Cluster with two networks: a public (client, front-side) network and a cluster (private, replication, ...
Read more >
Ceph Configuration - Rook.io
By default Rook/Ceph puts all storage under one replication rule in the CRUSH Map which provides the maximum amount of storage capacity for...
Read more >
So, you want to build a Ceph cluster? | by Adam Goossens
Ceph is a network-based storage system, so with fewer nodes you're ... replication traffic, so every write on the public network will cause ......
Read more >
Charmed Ceph manual install - Ubuntu
The Ceph cluster will have three Monitors and six OSDs. The OSDs will be provided by three storage nodes, with two OSDs hosted...
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