]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: lvm: expose saferemove setting
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 1 Feb 2024 15:12:38 +0000 (16:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Feb 2024 16:13:53 +0000 (17:13 +0100)
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>
www/manager6/storage/LVMEdit.js

index b5a2d8127f6dc880b64dc4f31c4c278311fac441..882b9eb7db36f0bec3823e5a836e92112e470e24 100644 (file)
@@ -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'),
+       },
     ],
 });