[pve-devel] [PATCH manager v13 12/12] ui: add options to add virtio-fs to qemu config
Fiona Ebner
f.ebner at proxmox.com
Wed Feb 19 15:17:36 CET 2025
Am 22.01.25 um 11:09 schrieb Markus Frank:
> + {
> + xtype: 'proxmoxcheckbox',
> + fieldLabel: gettext('expose-xattr'),
> + name: 'expose-xattr',
> + },
> + {
> + xtype: 'proxmoxcheckbox',
> + fieldLabel: gettext('expose-acl (implies expose-xattr)'),
> + name: 'expose-acl',
Didn't look over the UI patches, but just something I noticed while
using: would be nice if it could automatically gray out the expose-xattr
checkbox if selected.
> + },
> + {
> + xtype: 'proxmoxcheckbox',
> + fieldLabel: gettext('Direct-io'),
Nit: "Direct IO" reads nicer IMHO
More information about the pve-devel
mailing list