Re: [pve-devel] [PATCH storage 1/2] rbd: remove no longer used rados_cmd helper

2025-04-22 Thread Aaron Lauterer
tested both patches: * list contents * snapshot & rollback & delete snapshot of a VM * add new disk, detach & delete * move-disk Consider these two patches Reviewed-By: Aaron Lauterer Tested-By: Aaron Lauterer On 2025-04-22 10:56, Fabian Grünbichler wrote: all librados interaction is now v

[pve-devel] [PATCH storage 1/2] rbd: remove no longer used rados_cmd helper

2025-04-22 Thread Fabian Grünbichler
all librados interaction is now via our XS binding, the last usage was removed in 41aacc6cdeea9b0c8007cbfb280acf827932c3d6 Signed-off-by: Fabian Grünbichler --- src/PVE/Storage/RBDPlugin.pm | 6 -- 1 file changed, 6 deletions(-) diff --git a/src/PVE/Storage/RBDPlugin.pm b/src/PVE/Storage/RB