Re: [pve-devel] [PATCH storage 1/2] Fix use of worker in vdisk_free

2019-10-09 Thread Thomas Lamprecht
On 10/9/19 8:47 AM, Fabian Ebner wrote: > On 10/8/19 11:21 AM, Thomas Lamprecht wrote: >> On 10/8/19 10:48 AM, Fabian Ebner wrote: >>> Previously 'free_image' would be executed right away, which is not >>> the intended behaviour. >>> >>> Signed-off-by: Fabian Ebner >>> --- >>> >>> This is a follow

Re: [pve-devel] [PATCH storage 1/2] Fix use of worker in vdisk_free

2019-10-08 Thread Fabian Ebner
On 10/8/19 11:21 AM, Thomas Lamprecht wrote: On 10/8/19 10:48 AM, Fabian Ebner wrote: Previously 'free_image' would be executed right away, which is not the intended behaviour. Signed-off-by: Fabian Ebner --- This is a followup to [0] but it has nothing to do with the original patch so I didn

Re: [pve-devel] [PATCH storage 1/2] Fix use of worker in vdisk_free

2019-10-08 Thread Thomas Lamprecht
On 10/8/19 10:48 AM, Fabian Ebner wrote: > Previously 'free_image' would be executed right away, which is not > the intended behaviour. > > Signed-off-by: Fabian Ebner > --- > > This is a followup to [0] but it has nothing to do with the original patch > so I didn't put a v2. > > [0]: https://p

[pve-devel] [PATCH storage 1/2] Fix use of worker in vdisk_free

2019-10-08 Thread Fabian Ebner
Previously 'free_image' would be executed right away, which is not the intended behaviour. Signed-off-by: Fabian Ebner --- This is a followup to [0] but it has nothing to do with the original patch so I didn't put a v2. [0]: https://pve.proxmox.com/pipermail/pve-devel/2019-October/039281.html