Re: [pve-devel] [PATCH storage] Do not include a volume more than once in list_volumes

2019-11-19 Thread Fabian Ebner
On 11/19/19 10:13 AM, Fabian Ebner wrote: When 'content_types' included both 'images' and 'rootdir', a single volume could appear twice in the volume list. This also fixes the same kind of duplication in 'pvesm list'. Signed-off-by: Fabian Ebner --- PVE/Storage/Plugin.pm | 8 ++-- 1 file

[pve-devel] [PATCH storage] Do not include a volume more than once in list_volumes

2019-11-19 Thread Fabian Ebner
When 'content_types' included both 'images' and 'rootdir', a single volume could appear twice in the volume list. This also fixes the same kind of duplication in 'pvesm list'. Signed-off-by: Fabian Ebner --- PVE/Storage/Plugin.pm | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) dif