Skip to content

Commit 8816325

Browse files
iPraveenPariharmergify[bot]
authored andcommitted
doc: updated doc for volumeGroupAttributes example
Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent eeebeb8 commit 8816325

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/volumegroupreplicationclass.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ metadata:
1919
spec:
2020
provisioner: example.provisioner.io
2121
parameters:
22+
clusterID: my-cluster
2223
replication.storage.openshift.io/group-replication-secret-name: secret-name
2324
replication.storage.openshift.io/group-replication-secret-namespace: secret-namespace
2425
```

docs/volumegroupreplicationcontent.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
VolumeGroupReplicationContent is a cluster scoped resource that contains volume grouping related information.
44

5+
`volumeGroupAttributes` contains key-value pairs from the VolumeGroupContext field available in the
6+
CreateVolumeGroupResponse returned by the CSI driver.
7+
58
`volumeGroupReplicationRef` contains object reference of the volumeGroupReplication resource that created this resource.
69

710
`volumeGroupReplicationHandle` (optional) is an existing (but new) group replication ID.
@@ -19,6 +22,8 @@ kind: VolumeGroupReplicationContent
1922
metadata:
2023
name: volumegroupreplicationcontent-sample
2124
spec:
25+
volumeGroupAttributes:
26+
clusterID: my-cluster
2227
volumeGroupReplicationRef:
2328
kind: VolumeGroupReplication
2429
name: volumegroupreplication-sample

0 commit comments

Comments
 (0)