mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 17:10:35 +00:00
lxc: add lazytime mount option
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
parent
1e80487d9e
commit
0ffa230e17
@ -300,6 +300,7 @@ Ext.define('PVE.lxc.MountPointInputPanel', {
|
||||
fieldLabel: gettext('Mount options'),
|
||||
deleteEmpty: false,
|
||||
comboItems: [
|
||||
['lazytime', 'lazytime'],
|
||||
['noatime', 'noatime'],
|
||||
['nodev', 'nodev'],
|
||||
['noexec', 'noexec'],
|
||||
|
Loading…
Reference in New Issue
Block a user