[pve-devel] [PATCH manager] ui: lvm: better convey space information

Fabian Ebner f.ebner at proxmox.com
Wed Jan 26 09:42:02 CET 2022


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 at 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






More information about the pve-devel mailing list