* [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
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