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

memory.requests is set during import from VMware

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • 2.7.8
    • 2.7.4
    • Controller
    • False
    • None
    • True
    • Important

      MTV is importing VMs with the requests.memory field and the memory.guest field set. this is problematic as it

      • prevents memor-overcommit
      • is causing un-necessary memory pressure on VMs in the worst case leading to OOM sitiations
      • preventing memory hot-plug from the UI see MTV-1760
          spec:
            architecture: amd64
            domain:
              clock:
                timezone: UTC
              cpu:
                cores: 1
                sockets: 4
      ...
              machine:
                type: q35
              memory:
                guest: 8Gi      <----------------------
              resources:
                requests:
                  memory: 8Gi   <----------------------
      

      should be

          spec:
            architecture: amd64
            domain:
              clock:
                timezone: UTC
              cpu:
                cores: 1
                sockets: 4
      ...
              machine:
                type: q35
              memory:
                guest: 8Gi      <----------------------
      

              mnecas@redhat.com Martin Necas
              fdeutsch@redhat.com Fabian Deutsch
              Chenli Hu Chenli Hu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: