Re: [pve-devel] [RFC storage 6/6] pbs: integrate support for protected

2021-09-24 Thread Dominik Csapak
On 9/24/21 13:32, Fabian Ebner wrote: Am 24.09.21 um 10:55 schrieb Dominik Csapak: On 9/17/21 15:02, Fabian Ebner wrote: free_image doesn't need to check for protection, because that will happen on the server. Getting/updating notes has also been refactored to re-use the code for the PBS api c

Re: [pve-devel] [RFC storage 6/6] pbs: integrate support for protected

2021-09-24 Thread Fabian Ebner
Am 24.09.21 um 10:55 schrieb Dominik Csapak: On 9/17/21 15:02, Fabian Ebner wrote: free_image doesn't need to check for protection, because that will happen on the server. Getting/updating notes has also been refactored to re-use the code for the PBS api calls. Signed-off-by: Fabian Ebner ---

Re: [pve-devel] [RFC storage 6/6] pbs: integrate support for protected

2021-09-24 Thread Dominik Csapak
On 9/17/21 15:02, Fabian Ebner wrote: free_image doesn't need to check for protection, because that will happen on the server. Getting/updating notes has also been refactored to re-use the code for the PBS api calls. Signed-off-by: Fabian Ebner --- Needs new external dependency for strptime (

[pve-devel] [RFC storage 6/6] pbs: integrate support for protected

2021-09-17 Thread Fabian Ebner
free_image doesn't need to check for protection, because that will happen on the server. Getting/updating notes has also been refactored to re-use the code for the PBS api calls. Signed-off-by: Fabian Ebner --- Needs new external dependency for strptime (libposix-strptime-perl), because it's no