From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 1217278768 for ; Fri, 30 Apr 2021 15:54:44 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 094A5970A for ; Fri, 30 Apr 2021 15:54:44 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 28C8B96DF for ; Fri, 30 Apr 2021 15:54:42 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id E4C7A464F9 for ; Fri, 30 Apr 2021 15:54:41 +0200 (CEST) From: Fabian Ebner To: pve-devel@lists.proxmox.com Date: Fri, 30 Apr 2021 15:54:32 +0200 Message-Id: <20210430135437.4816-1-f.ebner@proxmox.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.000 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com, mon.pm] Subject: [pve-devel] [RFC manager] fix #2422: allow multiple Ceph public networks X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2021 13:54:44 -0000 picked up from an old patch by Alwin[0]. The first four patches are cleanups/preparation. The last patch is the big one which introduces the handling of multiple IP addresses. Quickly tested with a dual IPv4/IPv6 setup and an external client and didn't see any issues (altough I might've missed something in my struggle to get the network configuration right). It is a bit messy (not sure that is fully possible to avoid) and I'd like to test it some more, so sending it as an RFC. Would be great if somebody else could test it too. Note that you also need a dual stack cluster network even if it's separate from the public network, so the OSDs will start up. [0]: https://lists.proxmox.com/pipermail/pve-devel/2020-March/042304.html Fabian Ebner (5): api: ceph: mon: split up arguments for run_command api: ceph: create mon: handle ms_bind_ipv* options more generally api: ceph: create mon: factor out monmaptool command api: ceph: create mon: explicitly add subsequent monitors to the monmap fix #2422: allow multiple Ceph public networks PVE/API2/Ceph/MON.pm | 228 +++++++++++++++++++++++++++++++------------ 1 file changed, 163 insertions(+), 65 deletions(-) -- 2.20.1