File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,10 @@ oc patch forkliftcontrollers.forklift.konveyor.io forklift-controller --type mer
6868|===
6969
7070+
71- . fred
72-
71+ . Create a `StorageMap` custom resource (CR) according to the following example:
72+ +
73+ [source,yaml,subs="attributes+"]
74+ ----
7375apiVersion: forklift.konveyor.io/v1beta1
7476kind: StorageMap
7577metadata:
@@ -79,13 +81,13 @@ spec:
7981 map:
8082 - destination:
8183 accessMode: ReadWriteMany
82- storageClass: 1) YOUR_STORAGE_CLASS
83- offloadPlugin: # <- That is the new section!
84+ storageClass: < storage _class > <1>
85+ offloadPlugin:
8486 vsphereXcopyConfig:
85- secretRef: 2) SECRET_WITH_ONTAP_CREDS
86- storageVendorProduct: 3) ontap
87+ secretRef: <Secret_for_the_storage_vendor_product> <2>
88+ storageVendorProduct: < storage _vendor_product > <3>
8789 source:
88- id: 4) datastore-18601
90+ id: < datastore _ID > <4>
8991 provider:
9092 destination:
9193 apiVersion: forklift.konveyor.io/v1beta1
99101 name: 6) my-vsphere
100102 namespace: openshift-mtv
101103 uid: 7) YOUR_VSPHERE_PROVIDER_ID
102-
103- the storage class for the target PVC of the VM
104+ ----
105+ <1> The storage class for the target PVC of the VM.
104106secret with the storage provider credentials
105107string that identifies the storage product.
106108datastore ID as set by vSphere
You can’t perform that action at this time.
0 commit comments