Re: [pve-devel] [PATCH guest-common v13 2/12] add dir mapping section config

2025-02-19 Thread Thomas Lamprecht
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', >> +

Re: [pve-devel] [PATCH guest-common v13 2/12] add dir mapping section config

2025-02-19 Thread 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', > + format => 'pve-storage-path', I now noticed th

Re: [pve-devel] [PATCH guest-common v13 2/12] add dir mapping section config

2025-02-18 Thread Fiona Ebner
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

[pve-devel] [PATCH guest-common v13 2/12] add dir mapping section config

2025-01-22 Thread 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 encounters. Without it, duplicates may be created becau