From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id D66D91FF0E4 for ; Tue, 14 Jul 2026 13:24:35 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 2B474213E9; Tue, 14 Jul 2026 13:24:35 +0200 (CEST) Message-ID: <4a80dc3a-a437-4e77-95e1-222189eebbe2@proxmox.com> Date: Tue, 14 Jul 2026 13:24:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta Subject: Re: [PATCH pve-storage 07/13] all plugins: add 'title' to properties, adapt 'description's To: "Max R. Carrara" , pve-devel@lists.proxmox.com References: <20260623143402.772452-1-m.carrara@proxmox.com> <20260623143402.772452-8-m.carrara@proxmox.com> Content-Language: en-US From: Jakob Klocker In-Reply-To: <20260623143402.772452-8-m.carrara@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1784028224026 X-SPAM-LEVEL: Spam detection results: 0 AWL 1.109 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: XRLILT4BUASFUT6LI3SEF2HO7G7SCW7M X-Message-ID-Hash: XRLILT4BUASFUT6LI3SEF2HO7G7SCW7M X-MailFrom: j.klocker@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: comment inline On 6/23/26 4:35 PM, Max R. Carrara wrote: > Add a `title` [1] to almost all plugins' properties. Since this [snip] > sparse => { > - description => "use sparse volumes", > + title => "Thin Provision", > + description => "Use sparse (thin‑provisioned) volumes.", The `-` in "thin‑provisioned" here is a Non-Breaking Hyphen (U+2011) [0] rather than an ASCII `-`. In the output of the plugins/storage/plugin endpoint it shows up as `â` ("thinâprovisioned"). [0] https://www.compart.com/de/unicode/U+2011 > type => 'boolean', > }, > mountpoint => { > - description => "mount point", > + title => "Mountpoint", > + description => "Path to the directory where the storage is mounted.", > type => 'string', > format => 'pve-storage-path', > },