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:
1919spec :
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` ` `
Original file line number Diff line number Diff line change 22
33VolumeGroupReplicationContent 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
1922metadata :
2023 name : volumegroupreplicationcontent-sample
2124spec :
25+ volumeGroupAttributes :
26+ clusterID : my-cluster
2227 volumeGroupReplicationRef :
2328 kind : VolumeGroupReplication
2429 name : volumegroupreplication-sample
You can’t perform that action at this time.
0 commit comments