From: Fiona Ebner Date: Thu, 1 Feb 2024 15:12:38 +0000 (+0100) Subject: ui: lvm: expose saferemove setting X-Git-Url: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff_plain;h=267dc2bdf9326d90ea2136080c8013c230862816 ui: lvm: expose saferemove setting 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 --- 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'), + }, ], });