lxc: add lazytime mount option

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
Oguz Bektas 2021-12-01 16:17:57 +01:00 committed by Thomas Lamprecht
parent 1e80487d9e
commit 0ffa230e17

View File

@ -300,6 +300,7 @@ Ext.define('PVE.lxc.MountPointInputPanel', {
fieldLabel: gettext('Mount options'),
deleteEmpty: false,
comboItems: [
['lazytime', 'lazytime'],
['noatime', 'noatime'],
['nodev', 'nodev'],
['noexec', 'noexec'],