Ceph init should include possibility to add replication network
See original GitHub issueWe 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:
- Created 4 years ago
- Comments:9 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.