Re: [pve-devel] [PATCH v1 pve-storage 5/8] pluginbase: document hooks

2025-04-05 Thread Fabian Grünbichler
On March 26, 2025 3:20 pm, Max Carrara wrote: > Add docstrings for the following methods: > - on_add_hook > - on_update_hook > - on_delete_hook > > Signed-off-by: Max Carrara > --- > src/PVE/Storage/PluginBase.pm | 85 ++- > 1 file changed, 74 insertions(+), 11 de

Re: [pve-devel] [PATCH v1 pve-storage 5/8] pluginbase: document hooks

2025-03-28 Thread Maximiliano Sandoval
Max Carrara writes: > Add docstrings for the following methods: > - on_add_hook > - on_update_hook > - on_delete_hook > > Signed-off-by: Max Carrara > --- > src/PVE/Storage/PluginBase.pm | 85 ++- > 1 file changed, 74 insertions(+), 11 deletions(-) > > diff --g

[pve-devel] [PATCH v1 pve-storage 5/8] pluginbase: document hooks

2025-03-26 Thread Max Carrara
Add docstrings for the following methods: - on_add_hook - on_update_hook - on_delete_hook Signed-off-by: Max Carrara --- src/PVE/Storage/PluginBase.pm | 85 ++- 1 file changed, 74 insertions(+), 11 deletions(-) diff --git a/src/PVE/Storage/PluginBase.pm b/src/PVE