public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: lvm: better convey space information
@ 2022-01-26  8:42 Fabian Ebner
  2022-01-28 11:03 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Ebner @ 2022-01-26  8:42 UTC (permalink / raw)
  To: pve-devel

Namely, that it's just assigned/reserved space, not necessarily
actively used. Selection of forum threads about this confusion (of
dozens more):

https://forum.proxmox.com/threads/93820/
https://forum.proxmox.com/threads/52899/
https://forum.proxmox.com/threads/52929/

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---
 www/manager6/node/LVM.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager6/node/LVM.js b/www/manager6/node/LVM.js
index 58532bb0..79cce433 100644
--- a/www/manager6/node/LVM.js
+++ b/www/manager6/node/LVM.js
@@ -108,8 +108,8 @@ Ext.define('PVE.node.LVMList', {
 	    align: 'right',
 	},
 	{
-	    header: gettext('Usage'),
-	    width: 110,
+	    header: gettext('Assigned to LVs'),
+	    width: 130,
 	    dataIndex: 'usage',
 	    tdCls: 'x-progressbar-default-cell',
 	    xtype: 'widgetcolumn',
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH manager] ui: lvm: better convey space information
  2022-01-26  8:42 [pve-devel] [PATCH manager] ui: lvm: better convey space information Fabian Ebner
@ 2022-01-28 11:03 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-01-28 11:03 UTC (permalink / raw)
  To: Proxmox VE development discussion, Fabian Ebner

On 26.01.22 09:42, Fabian Ebner wrote:
> Namely, that it's just assigned/reserved space, not necessarily
> actively used. Selection of forum threads about this confusion (of
> dozens more):
> 
> https://forum.proxmox.com/threads/93820/
> https://forum.proxmox.com/threads/52899/
> https://forum.proxmox.com/threads/52929/
> 
> Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
> ---
>  www/manager6/node/LVM.js | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-28 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26  8:42 [pve-devel] [PATCH manager] ui: lvm: better convey space information Fabian Ebner
2022-01-28 11:03 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal