Am 19.02.25 um 11:06 schrieb Fiona Ebner:
> Am 22.01.25 um 11:08 schrieb Markus Frank:
>> +my $map_fmt = {
>> +node => get_standard_option('pve-node'),
>> +path => {
>> +description => "Absolute directory path that should be shared with the
>> guest.",
>> +type => 'string',
>> +
Am 22.01.25 um 11:08 schrieb Markus Frank:
> +my $map_fmt = {
> +node => get_standard_option('pve-node'),
> +path => {
> + description => "Absolute directory path that should be shared with the
> guest.",
> + type => 'string',
> + format => 'pve-storage-path',
I now noticed th
Am 22.01.25 um 11:08 schrieb Markus Frank:
> Adds a config file for directories by using a 'map' property string for
> each node mapping.
>
> Next to node & path, there is the optional announce-submounts parameter
> which forces virtiofsd to report a different device number for each
> submount it
Adds a config file for directories by using a 'map' property string for
each node mapping.
Next to node & path, there is the optional announce-submounts parameter
which forces virtiofsd to report a different device number for each
submount it encounters. Without it, duplicates may be created becau