-
Sub-task
-
Resolution: Unresolved
-
Normal
-
None
-
False
-
None
-
False
-
-
Goal
Add support of the AIO Buffer Configuration on the VMware provider in the UI. The backend added a new parameter `useVddkAioOptimization` in the provider settings. The UI should have a new toggle on the provider settings to enable the feature. The default is disabled.
apiVersion: forklift.konveyor.io/v1beta1 kind: Provider metadata: name: vsphere namespace: forklift spec: settings: sdkEndpoint: vcenter vddkInitImage: 'vddk' useVddkAioOptimization: 'true' vddkConfig: | VixDiskLib.nfcAio.Session.BufSizeIn64K=16 VixDiskLib.nfcAio.Session.BufCount=4 type: vsphere
User Stories
- I would want to have an optimized default but at the same time easily configurable VDDK AIO configuration.
Non-Requirements
- The UI should not implement the new `vddkConfig` provider settings as it's used for the advanced customization which users still can do inside the YAML.