On 7/12/19 1:31 PM, Christian Ebner wrote:
> Signed-off-by: Christian Ebner <c.eb...@proxmox.com>
> ---
>  src/PVE/Firewall.pm | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm
> index c946040..0c34439 100644
> --- a/src/PVE/Firewall.pm
> +++ b/src/PVE/Firewall.pm
> @@ -214,7 +214,10 @@ my $pve_fw_macros = {
>      ],
>      'Ceph' => [
>          "Ceph Storage Cluster traffic (Ceph Monitors, OSD & MDS Deamons)",
> +     # Legacy port for protocol v1
>          { action => 'PARAM', proto => 'tcp', dport => '6789' },
> +     # New port for protocol v2
> +        { action => 'PARAM', proto => 'tcp', dport => '3300' },
>          { action => 'PARAM', proto => 'tcp', dport => '6800:7300' },
>      ],
>      'CVS' => [
> 

applied thanks!

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to