Re: [pve-devel] [PATCH v1 pve-storage 3/8] pluginbase: document SectionConfig methods

2025-04-11 Thread Wolfgang Bumiller
On Mon, Mar 31, 2025 at 05:13:10PM +0200, Fabian Grünbichler wrote: > On March 26, 2025 3:20 pm, Max Carrara wrote: > > This commit adds docstrings for the relevant PVE::SectionConfig > > methods in the context of the storage plugin API. > > > > Signed-off-by: Max Carrara > > --- > > src/PVE/Sto

Re: [pve-devel] [PATCH v1 pve-storage 3/8] pluginbase: document SectionConfig methods

2025-04-04 Thread Max Carrara
On Mon Mar 31, 2025 at 5:13 PM CEST, Fabian Grünbichler wrote: > On March 26, 2025 3:20 pm, Max Carrara wrote: > > This commit adds docstrings for the relevant PVE::SectionConfig > > methods in the context of the storage plugin API. > > > > Signed-off-by: Max Carrara > > --- > > src/PVE/Storage/

Re: [pve-devel] [PATCH v1 pve-storage 3/8] pluginbase: document SectionConfig methods

2025-03-31 Thread Fabian Grünbichler
On March 26, 2025 3:20 pm, Max Carrara wrote: > This commit adds docstrings for the relevant PVE::SectionConfig > methods in the context of the storage plugin API. > > Signed-off-by: Max Carrara > --- > src/PVE/Storage/PluginBase.pm | 194 +- > 1 file changed, 192

[pve-devel] [PATCH v1 pve-storage 3/8] pluginbase: document SectionConfig methods

2025-03-26 Thread Max Carrara
This commit adds docstrings for the relevant PVE::SectionConfig methods in the context of the storage plugin API. Signed-off-by: Max Carrara --- src/PVE/Storage/PluginBase.pm | 194 +- 1 file changed, 192 insertions(+), 2 deletions(-) diff --git a/src/PVE/Storage