Uploaded image for project: 'Migration Toolkit for Virtualization'
  1. Migration Toolkit for Virtualization
  2. MTV-2192

DOC: [UI] Add Support for AIO Buffer Configuration

XMLWordPrintable

      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.  

              richard.hoch Richard Hoch
              mschatzm@redhat.com Matan Schatzman
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: