[pve-devel] [PATCH v2 manager 2/2] lxc: add lazytime mount option

Oguz Bektas o.bektas at proxmox.com
Wed Dec 1 16:17:57 CET 2021


Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
v2:
* added patch, thanks to dylan for pointing this out!

 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 dba69cb4..b8c6b6cb 100644
--- a/www/manager6/lxc/MPEdit.js
+++ b/www/manager6/lxc/MPEdit.js
@@ -300,6 +300,7 @@ Ext.define('PVE.lxc.MountPointInputPanel', {
 	    fieldLabel: gettext('Mount options'),
 	    deleteEmpty: false,
 	    comboItems: [
+		['lazytime', 'lazytime'],
 		['noatime', 'noatime'],
 		['nodev', 'nodev'],
 		['noexec', 'noexec'],
-- 
2.30.2






More information about the pve-devel mailing list