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

2025-04-04 Thread Fabian Grünbichler
On March 4, 2025 12:57 pm, Markus Frank wrote: > 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

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

2025-04-02 Thread Markus Frank
Thanks for the feedback. On 2025-04-02 15:14, Fabian Grünbichler wrote: On March 4, 2025 12:57 pm, Markus Frank wrote: 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 force

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

2025-04-02 Thread Daniel Kral
One small comment inline. Tested the obvious cases: - trying to add multiple map entries with the same node for the same dirid results in an error in the WebGUI - adding multiple map entries manually in the file for a dirid will make the VM fail to start with an error indicating that there are

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

2025-03-04 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