Hi,
I have a Ceph cluster on three Dell R330 servers.
Public network is 2x 1Gbps in bond (LACP)
Ceph network is 10Gbps SFP+
Network for vms/lxc/internet is 10Gbps SFP+
I configured Ceph via Proxmox GUI, my ceph.conf file below:
I wonder if cluster_network and public_network are set correctly?
I think it should be 10.41.41.0/24 for cluster_network and 192.168.43.0/24 for public_network.
Is the rest of my ceph.conf configuration file correct?
The ceph.conf file looks the same on every node.
I am also attaching a file with the network interface configuration:
[CODE}
auto lo
iface lo inet loopback
iface enp2s0f0 inet manual
#Interface for vmbr0
auto eno1
iface eno1 inet manual
#Interface for bond0
auto eno2
iface eno2 inet manual
#Interface for bond0
auto enp2s0f1
iface enp2s0f1 inet static
address 10.41.41.41/24
#Interface for CEPH
auto bond0
iface bond0 inet static
address 192.168.43.41/24
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
#bond0 for PUBLIC network
auto vmbr0
iface vmbr0 inet static
address 10.40.1.41/24
gateway 10.40.1.1
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
#Main bridge
[/CODE]
TIA!
I have a Ceph cluster on three Dell R330 servers.
Public network is 2x 1Gbps in bond (LACP)
Ceph network is 10Gbps SFP+
Network for vms/lxc/internet is 10Gbps SFP+
I configured Ceph via Proxmox GUI, my ceph.conf file below:
Code:
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 10.41.41.41/24
fsid = 096444ae-b614-4430-8e12-01bbe4239a80
mon_allow_pool_delete = true
mon_host = 192.168.43.42 192.168.43.43 192.168.43.41
ms_bind_ipv4 = true
ms_bind_ipv6 = false
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 192.168.43.41/24
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[client.crash]
keyring = /etc/pve/ceph/$cluster.$name.keyring
[mon.pve01]
public_addr = 192.168.43.41
[mon.pve02]
public_addr = 192.168.43.42
[mon.pve03]
public_addr = 192.168.43.43
I wonder if cluster_network and public_network are set correctly?
I think it should be 10.41.41.0/24 for cluster_network and 192.168.43.0/24 for public_network.
Is the rest of my ceph.conf configuration file correct?
The ceph.conf file looks the same on every node.
I am also attaching a file with the network interface configuration:
[CODE}
auto lo
iface lo inet loopback
iface enp2s0f0 inet manual
#Interface for vmbr0
auto eno1
iface eno1 inet manual
#Interface for bond0
auto eno2
iface eno2 inet manual
#Interface for bond0
auto enp2s0f1
iface enp2s0f1 inet static
address 10.41.41.41/24
#Interface for CEPH
auto bond0
iface bond0 inet static
address 192.168.43.41/24
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
#bond0 for PUBLIC network
auto vmbr0
iface vmbr0 inet static
address 10.40.1.41/24
gateway 10.40.1.1
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
#Main bridge
[/CODE]
TIA!
Last edited: