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

> +     },
> +    },
> +};
> +


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to