From 0ffa230e17704a7aa9511bf389785a5e7f6e25b9 Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Wed, 1 Dec 2021 16:17:57 +0100 Subject: [PATCH] lxc: add lazytime mount option Signed-off-by: Oguz Bektas --- 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'],