File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ metadata:
19
19
spec :
20
20
provisioner : example.provisioner.io
21
21
parameters :
22
+ clusterID : my-cluster
22
23
replication.storage.openshift.io/group-replication-secret-name : secret-name
23
24
replication.storage.openshift.io/group-replication-secret-namespace : secret-namespace
24
25
` ` `
Original file line number Diff line number Diff line change 2
2
3
3
VolumeGroupReplicationContent is a cluster scoped resource that contains volume grouping related information.
4
4
5
+ ` volumeGroupAttributes ` contains key-value pairs from the VolumeGroupContext field available in the
6
+ CreateVolumeGroupResponse returned by the CSI driver.
7
+
5
8
` volumeGroupReplicationRef ` contains object reference of the volumeGroupReplication resource that created this resource.
6
9
7
10
` volumeGroupReplicationHandle ` (optional) is an existing (but new) group replication ID.
@@ -19,6 +22,8 @@ kind: VolumeGroupReplicationContent
19
22
metadata :
20
23
name : volumegroupreplicationcontent-sample
21
24
spec :
25
+ volumeGroupAttributes :
26
+ clusterID : my-cluster
22
27
volumeGroupReplicationRef :
23
28
kind : VolumeGroupReplication
24
29
name : volumegroupreplication-sample
You can’t perform that action at this time.
0 commit comments