Re: [pve-devel] [PATCH v2 storage 09/10] common: introduce common module

2024-12-18 Thread Fiona Ebner
Am 18.12.24 um 10:36 schrieb Max Carrara: > On Tue Dec 17, 2024 at 4:48 PM CET, Fiona Ebner wrote: >> From: Max Carrara >> >> This module's purpose is to provide shared functions, constants, etc. >> for storage plugins and storage-related operations. >> >> It also contains the `get_deprecation_war

Re: [pve-devel] [PATCH v2 storage 09/10] common: introduce common module

2024-12-18 Thread Max Carrara
On Tue Dec 17, 2024 at 4:48 PM CET, Fiona Ebner wrote: > From: Max Carrara > > This module's purpose is to provide shared functions, constants, etc. > for storage plugins and storage-related operations. > > It also contains the `get_deprecation_warning` subroutine that makes > it easier to warn de