public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH v2 manager] ui: lvm: expose saferemove setting
@ 2024-02-01 15:12 Fiona Ebner
  2024-02-01 15:12 ` [pve-devel] [PATCH v2 docs] storage: lvm: mention how saferemove setting is called in the UI Fiona Ebner
  2024-02-02 16:14 ` [pve-devel] applied: [PATCH v2 manager] ui: lvm: expose saferemove setting Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Fiona Ebner @ 2024-02-01 15:12 UTC (permalink / raw)
  To: pve-devel

It can be security-relevant in some environments. The LVM storage
documentation can be reached via the "Help" button and contains a few
more details.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---

Changes in v2:
    * Improve label text (thanks to Fabian!)

 www/manager6/storage/LVMEdit.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/manager6/storage/LVMEdit.js b/www/manager6/storage/LVMEdit.js
index b5a2d812..882b9eb7 100644
--- a/www/manager6/storage/LVMEdit.js
+++ b/www/manager6/storage/LVMEdit.js
@@ -232,5 +232,11 @@ Ext.define('PVE.storage.LVMInputPanel', {
 		'data-qtip': gettext('Enable if the LVM is located on a shared LUN.'),
 	    },
 	},
+	{
+	    xtype: 'proxmoxcheckbox',
+	    name: 'saferemove',
+	    uncheckedValue: 0,
+	    fieldLabel: gettext('Wipe Removed Volumes'),
+	},
     ],
 });
-- 
2.39.2





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

end of thread, other threads:[~2024-02-02 16:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01 15:12 [pve-devel] [PATCH v2 manager] ui: lvm: expose saferemove setting Fiona Ebner
2024-02-01 15:12 ` [pve-devel] [PATCH v2 docs] storage: lvm: mention how saferemove setting is called in the UI Fiona Ebner
2024-02-02 16:14 ` [pve-devel] applied: [PATCH v2 manager] ui: lvm: expose saferemove setting 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