ceph-csi/internal/csi-addons/rbd
Madhu Rajanna e013cfed15 rbd: fix resync issue
During the Demote volume store
the image creation timestamp.

During Resync do below operation

* Check image creation timestamp
stored during Demote operation
and current creation timestamp during Resync
and check both are equal and its for
force resync then issue resync
* If the image on both sides is
not in unknown state, check
last_snapshot_timestamp on the
local mirror description, if its present
send volumeReady as false or else return
error message.

If both the images are in up+unknown the
send volumeReady as true.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2023-08-30 09:07:46 +00:00
..
identity.go rbd: add replication capability & service to csiaddons server 2022-08-18 08:19:20 +00:00
network_fence_test.go cleanup: remove import alias for fence library 2022-04-18 10:29:08 +00:00
network_fence.go cleanup: correct the comment in csi-addons/rbd 2023-06-27 14:07:34 +00:00
reclaimspace_test.go rbd: implement NodeReclaimSpace 2021-12-23 17:43:23 +00:00
reclaimspace.go rbd: do not execute rbd sparsify when volume is in use 2023-07-11 13:48:36 +00:00
replication_test.go rbd: fix resync issue 2023-08-30 09:07:46 +00:00
replication.go rbd: fix resync issue 2023-08-30 09:07:46 +00:00