Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Fix vddk mount path
Browse files Browse the repository at this point in the history
The source .tar already contains the "vmware-vix-disklib-distrib" directory.
  • Loading branch information
mareklibra committed May 7, 2019
1 parent e587010 commit f0bf492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/requests/v2v/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const CONVERSION_POD_TEMP_MOUNT_PATH = '/var/tmp';
export const CONVERSION_POD_VDDK_MOUNT_PATH = '/opt/vmware-vix-disklib-distrib';
export const CONVERSION_POD_VDDK_MOUNT_PATH = '/data/vddklib'; // will be /data/vddklib/vmware-vix-disklib-distrib

export const CONVERSION_BASE_NAME = 'kubevirt-v2v-conversion';
export const CONVERSION_GENERATE_NAME = `${CONVERSION_BASE_NAME}-`;
Expand Down

0 comments on commit f0bf492

Please sign in to comment.