rbd: controller to regenerate volume group omap data

This commit adds new controller that watches for the
VolumeGroupReplicationContent and regenerates the OMAP data if
it doesn't exists.

Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
Praveen M
2024-08-05 17:34:31 +05:30
committed by mergify[bot]
parent f83a9f7eb8
commit a3457da727
16 changed files with 1645 additions and 2 deletions

1
go.mod
View File

@ -48,6 +48,7 @@ require (
require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.3.0
github.com/csi-addons/kubernetes-csi-addons v0.9.0
)
require (