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 3A50D648B2 for ; Fri, 28 Jan 2022 11:55:19 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 298DB2D930 for ; Fri, 28 Jan 2022 11:54:49 +0100 (CET) Received: from mx.antreich.com (mx.antreich.com [173.249.42.230]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 4787E2D927 for ; Fri, 28 Jan 2022 11:54:48 +0100 (CET) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antreich.com; s=2018; t=1643367281; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c0QsWsnyxphpY073Tl7D54P6GnkDrmXTJNwzXWM49HQ=; b=gwqv52dpEcsI2Dzz05KRbjkk9ow1TPdlW848DXtGhGgQ3B6XSxMZY/WdtwCKNGdwp2E+5s 7fp5iiZ7kxcu0E+OaMWPKc+DG6Rmq3umcQ505C4bsUF1bg2Y6NCFwRlk03Z4aCatjhXWVD z4Y87McKAO/OyB+xhXfnTrQomHmvdSVWaGFnPbwl8erwYapRkwmoB6oWYGJHDEpTNhUhMC llCtY+IPdQwWntmMM/qUYNH4TtLr7Qa9zC3nhqL8OskWDjB0Rylx7OGil5QhZj5tjOROP1 ByqmAIcglAQ68e0OVnt+S5eeYp8Gmg9Q13ojqx6xbtWzHMkim0f499/J3UH6pg== Date: Fri, 28 Jan 2022 10:54:43 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Alwin Antreich" Message-ID: <29676a1a69dbb2be089f03d837f4f399@antreich.com> To: "Aaron Lauterer" , "Thomas Lamprecht" , "Proxmox VE development discussion" In-Reply-To: <01a32358-484e-1c8b-61c9-e03b9df5dbae@proxmox.com> References: <01a32358-484e-1c8b-61c9-e03b9df5dbae@proxmox.com> <51d6f7da-3163-2fe4-05a3-dc63226088e0@proxmox.com> <1ae1d772-c466-5694-cf77-4018aedddafc@proxmox.com> <20220126160734.2868618-1-a.lauterer@proxmox.com> <3dbb90bb8bfec2db7a08965c0301480f@antreich.com> <00b53f8566061be26bdf770332245ea9@antreich.com> <0e3081d0-3d09-798a-e4d2-209db646ae75@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.321 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - 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, antreich.com, croit.io] Subject: Re: [pve-devel] [PATCH storage] rbd: add support for erasure coded ec pools 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, 28 Jan 2022 10:55:19 -0000 January 28, 2022 10:50 AM, "Aaron Lauterer" wrot= e: > What exactly do you mean? How to add custom config options for external= cluster > (/etc/pve/priv/ceph/.conf) and locally in the /etc/pve/ceph.co= nf AKA /etc/ceph/ceph.conf? Oh. I was thinking, if the /etc/pve/priv/ceph/.conf is not favor= ed, then I could document the usage of client settings in the /etc/pve/ce= ph.conf. >=20 >=20Sure, AFAICS the custom .conf has been added in 2016 [0]. I = did a quick search in the > admin guide and did not find anything about it. >=20 >=20[0] https://git.proxmox.com/?p=3Dpve-storage.git;a=3Dcommit;h=3D13417= 22 Then I'll prepare some docs patch. :) > Right now, I am only working out the EC pools (data-pool) parameter. Ha= ving the current > possibilities documented is surely a good idea. >=20 >=20Out of curiosity, do you have to use the custom configs often? So far it might have been a hand full of times. (that I recall) Currently we have a small how-to on the website with the /etc/ceph.conf.[= 0] I want to update this guide as well. Cheers, Alwin [0] https://croit.io/docs/master/hypervisors/proxmox