[pve-devel] [PATCH guest-common v8 2/7] add Dir mapping config
Fiona Ebner
f.ebner at proxmox.com
Wed Jan 31 14:02:12 CET 2024
Am 08.11.23 um 09:52 schrieb Markus Frank:
> +my $map_fmt = {
> + node => get_standard_option('pve-node'),
> + path => {
> + description => "Directory-path that should be shared with the guest.",
> + type => 'string',
> + format => 'pve-storage-path',
> + },
> + submounts => {
> + type => 'boolean',
> + description => "Option to tell the guest which directories are mount points.",
> + optional => 1,
Please specify what the default is here
--snip---
> + xattr => {
> + type => 'boolean',
> + description => "Enable support for extended attributes.",
> + optional => 1,
and here
> + },
> + acl => {
> + type => 'boolean',
> + description => "Enable support for posix ACLs (implies --xattr).",
> + optional => 1,
and here
> + },
> + },
> +};
> +
More information about the pve-devel
mailing list