Re: [pve-devel] [RFC pve-storage 07/36] common: introduce common module

2024-12-13 Thread Fiona Ebner
Am 17.07.24 um 11:40 schrieb Max Carrara: > diff --git a/src/PVE/Storage/Makefile b/src/PVE/Storage/Makefile > index d5cc942..2627062 100644 > --- a/src/PVE/Storage/Makefile > +++ b/src/PVE/Storage/Makefile Since I tried to use this, mentioning for completeness, the Makefile is missing an entry fo

[pve-devel] [RFC pve-storage 07/36] common: introduce common module

2024-07-17 Thread 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 developers and/or plugin authors that a subroutine will be removed in the future. Signed