Skip to content

Commit 486d005

Browse files
committed
doc: add GetReplicationDestinationInfo to pending release notes
Document the new GetReplicationDestinationInfo RPC feature in the pending release notes for v3.18. This RPC enables DR orchestrators to map source volume/volume group IDs to destination IDs across mirrored clusters when pools have different IDs, supporting both single volumes and volume groups with pool-based mapping configuration. Signed-off-by: Rewant Soni <resoni@redhat.com>
1 parent 2c13697 commit 486d005

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

PendingReleaseNotes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@
44

55
## Features
66

7+
1. Added `GetReplicationDestinationInfo` RPC to map source volume/volume
8+
group IDs to destination IDs across mirrored clusters. This enables DR
9+
orchestrators to discover the correct destination volume IDs when pools
10+
have different IDs across clusters. The RPC supports:
11+
- Volume replication: Maps source volume ID to destination volume ID
12+
- Volume group replication: Maps source group ID and all member volume
13+
IDs to their destination IDs
14+
- Pool name-based mapping via `replicationDestination` ConfigMap
15+
configuration
16+
- Backward compatibility with existing cluster-mapping.json via
17+
ClientProfileMapping integration
18+
719
## NOTE

0 commit comments

Comments
 (0)