Re: [pve-devel] [PATCH storage 3/3] rbd: add protect/unprotect helpers

2025-05-06 Thread Fiona Ebner
Am 06.05.25 um 13:07 schrieb Fabian Grünbichler: >>> @@ -580,15 +593,7 @@ sub clone_image { >>> >>> warn "clone $volname: $basename snapname $snap to $name\n"; >>> >>> -if (length($snapname)) { >>> - my (undef, undef, undef, $protected) = rbd_volume_info($scfg, $storeid, >>> $volnam

Re: [pve-devel] [PATCH storage 3/3] rbd: add protect/unprotect helpers

2025-05-06 Thread Fabian Grünbichler
On May 5, 2025 4:24 pm, Fiona Ebner wrote: > Am 23.04.25 um 15:59 schrieb Fabian Grünbichler: >> this is a bit repetitive otherwise, no functional changes intended. >> >> Signed-off-by: Fabian Grünbichler >> --- >> src/PVE/Storage/RBDPlugin.pm | 55 ++-- >> 1 file

Re: [pve-devel] [PATCH storage 3/3] rbd: add protect/unprotect helpers

2025-05-05 Thread Fiona Ebner
Am 23.04.25 um 15:59 schrieb Fabian Grünbichler: > this is a bit repetitive otherwise, no functional changes intended. > > Signed-off-by: Fabian Grünbichler > --- > src/PVE/Storage/RBDPlugin.pm | 55 ++-- > 1 file changed, 27 insertions(+), 28 deletions(-) > > di

[pve-devel] [PATCH storage 3/3] rbd: add protect/unprotect helpers

2025-04-23 Thread Fabian Grünbichler
this is a bit repetitive otherwise, no functional changes intended. Signed-off-by: Fabian Grünbichler --- src/PVE/Storage/RBDPlugin.pm | 55 ++-- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/src/PVE/Storage/RBDPlugin.pm b/src/PVE/Storage/RBDPlug