Hey folks,
I'm seeing an issue when the cluster firewall is enabled with the Ceph Macro (both in and out).
1) Enable firewall
2) Immediately ceph fills with mons going down and keeps going until the firewall is disabled.
I've even tried setting the default input and output policies to ACCEPT (and disabled all other rules) and it still fails, only when I disable the firewall entirely does it start working again.
I'm seeing an issue when the cluster firewall is enabled with the Ceph Macro (both in and out).
1) Enable firewall
2) Immediately ceph fills with mons going down and keeps going until the firewall is disabled.
I've even tried setting the default input and output policies to ACCEPT (and disabled all other rules) and it still fails, only when I disable the firewall entirely does it start working again.
Code:
[global]
auth client required = cephx
auth cluster required = cephx
auth service required = cephx
cluster network = 192.168.7.0/24
fsid = 174a37a3-2363-41ee-904c-57735daee0fd
keyring = /etc/pve/priv/$cluster.$name.keyring
mon allow pool delete = true
osd journal size = 5120
osd pool default min size = 2
osd pool default size = 3
public network = 192.168.7.0/24
[mds]
keyring = /var/lib/ceph/mds/ceph-$id/keyring
[osd]
keyring = /var/lib/ceph/osd/ceph-$id/keyring
[mon.server1]
host = server1
mon addr = 192.168.7.43:6789
[mon.server2]
host = server2
mon addr = 192.168.7.40:6789
[mon.server3]
host = server3
mon addr = 192.168.7.41:6789