[pve-devel] [PATCH manager] ui: lxc: add the "discard" mount option
Filip Schauer
f.schauer at proxmox.com
Mon Oct 28 12:23:49 CET 2024
Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
---
www/manager6/lxc/MPEdit.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/lxc/MPEdit.js b/www/manager6/lxc/MPEdit.js
index f1db867b..dae17748 100644
--- a/www/manager6/lxc/MPEdit.js
+++ b/www/manager6/lxc/MPEdit.js
@@ -299,6 +299,7 @@ Ext.define('PVE.lxc.MountPointInputPanel', {
fieldLabel: gettext('Mount options'),
deleteEmpty: false,
comboItems: [
+ ['discard', 'discard'],
['lazytime', 'lazytime'],
['noatime', 'noatime'],
['nodev', 'nodev'],
--
2.39.5
More information about the pve-devel
mailing list