[pve-devel] [PATCH v2 manager 2/2] fix #1451: add mount options to containers in gui
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue May 21 11:41:27 CEST 2019
On 5/21/19 11:28 AM, Thomas Lamprecht wrote:
> On 5/21/19 10:48 AM, Oguz Bektas wrote:
>> + comboItems: [
>> + ['noatime', 'noatime'],
>> + ['nodiratime', 'nodiratime'],
>> + ['relatime', 'relatime'],
>> + ['strictatime', 'strictatime']
>
> so I can set multiple ones of those at the same time?
> Also, do all FS types we support have all of those available? I see that VFS
> implements that, works it for ZFS too?
>
> Maybe just add a non-multiselect "Access Time" options field for this?
>
> That's the reasonable part of the #1451 request, because the nobarrier one there
> I really want to have here.
s/really want/really don't want/
More information about the pve-devel
mailing list