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 839B0EB10 for ; Mon, 12 Dec 2022 12:19:53 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5AB6F3E14 for ; Mon, 12 Dec 2022 12:19:23 +0100 (CET) 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 for ; Mon, 12 Dec 2022 12:19:22 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 8B75B44715; Mon, 12 Dec 2022 12:19:22 +0100 (CET) Message-ID: <76ecfe2e-22d9-51e8-65c6-3805f857ffc2@proxmox.com> Date: Mon, 12 Dec 2022 12:19:22 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Content-Language: en-US To: Alwin Antreich Cc: pve-devel@lists.proxmox.com References: <1f4d05f5-c1f7-f3ce-decc-42a1c03c933b@proxmox.com> <8ade6295-3a6a-8e98-3310-a2085274c94d@proxmox.com> <20221206154755.2073326-2-a.lauterer@proxmox.com> <20221206154755.2073326-1-a.lauterer@proxmox.com> <1cfa70b807f858eea840bd040b9a83cd@antreich.com> <2b8a24468941bf597877b3ac10a95c22@antreich.com> From: Aaron Lauterer In-Reply-To: <2b8a24468941bf597877b3ac10a95c22@antreich.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.042 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.001 Looks like a legit reply (A) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH manager v4 1/3] api ceph osd: add OSD index, metadata and lv-info 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: Mon, 12 Dec 2022 11:19:53 -0000 On 12/9/22 16:28, Alwin Antreich wrote: > > It would be nice to have this information at `pveceph osd list`. Good point. I'll look into it.