Re: [pve-devel] [PATCH qemu-server 04/10] refactor map_storage to map_id

2021-11-09 Thread Fabian Grünbichler
On November 9, 2021 10:06 am, Fabian Ebner wrote: > I feel like map_id should be moved to pve-common, so that it can be > re-used in other places (pve-container will need it too), and so that no > package boundary needs to be crossed if we ever need to adapt the > internals of the idmap. yeah,

Re: [pve-devel] [PATCH qemu-server 04/10] refactor map_storage to map_id

2021-11-09 Thread Fabian Ebner
I feel like map_id should be moved to pve-common, so that it can be re-used in other places (pve-container will need it too), and so that no package boundary needs to be crossed if we ever need to adapt the internals of the idmap. Am 05.11.21 um 14:03 schrieb Fabian Grünbichler: since we are