Skip to content

Commit dc195d8

Browse files
committed
Sunday AM, minor, continuing CLI
1 parent f00f5de commit dc195d8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

documentation/modules/proc_storage-copy-offload.adoc

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff 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+
----
7375
apiVersion: forklift.konveyor.io/v1beta1
7476
kind: StorageMap
7577
metadata:
@@ -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
@@ -99,8 +101,8 @@ spec:
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.
104106
secret with the storage provider credentials
105107
string that identifies the storage product.
106108
datastore ID as set by vSphere

0 commit comments

Comments
 (0)