-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspec.engine.example.yaml
More file actions
36 lines (33 loc) · 1.05 KB
/
spec.engine.example.yaml
File metadata and controls
36 lines (33 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
vddk:
libdir: /opt/vmware-vddk/vmware-vix-disklib-distrib
server: 10.0.35.3
user: administrator@vsphere.local
# Optional if VC_PASSWORD env var is set at runtime.
password: ""
# Optional: if empty, engine auto-detects thumbprint from `server`.
thumbprint: "43:1A:51:F0:55:B8:BB:62:93:88:04:89:0E:6D:EE:32:AF:CA:FA:D1"
vm_moref: vm-3312
base_copy:
snapshot_moref: snapshot-3616
disk_path: "[Datastore1] Centos7/Centos7-000003.vmdk"
target_qcow2: /mnt/68f38850-a051-3ff1-9865-6a24a2ba2864/vm_disk1.qcow2
# Optional. If 0 or omitted, size is auto-detected from VDDK.
disk_size_bytes: 0
readers: 4
queue_depth: 64
min_chunk_mb: 1
max_chunk_mb: 4
fast_latency_ms: 40
slow_latency_ms: 250
fast_mbps: 180
slow_mbps: 40
run_virt_v2v: false
virtio_iso: /usr/share/virtio-win/virtio-win.iso
delta_sync:
snapshot_moref: snapshot-3617
disk_path: "[Datastore1] Centos7/Centos7-000004.vmdk"
target_qcow2: /mnt/68f38850-a051-3ff1-9865-6a24a2ba2864/vm_disk1.qcow2
ranges_file: /tmp/ranges.json
readers: 4
queue_depth: 64
chunk_mb: 4