ceph cluster / public network question

mouk

Renowned Member
May 3, 2016
40
0
71
53
Hi,

We have a three-node proxmox/ceph setup, with a 10G internal (meshed, 10.10.89.0) network and a public (1G) network.

We would like ALL heavy traffic to be on the 10G network. However, we also see a lot of traffic on ports 680? on the 1G public network.

Google tells me: "The "public" network is where all storage accesses from other systems or clients will occur."

Is our case: the ceph is specifically for proxmox, so it will only be accessed by proxmox. In that case, would it work to configure the same (10.10.89.0) network as public?

All three ceph nodes have that network configured, obviously... Could I simply change
public network = x.y.z.0/24​
to
public network = 10.10.89.0/24​
restart, and assume that everything works afterwards?

Thanks!