Search results

  1. G

    OVMF (UEFI BIOS) improvments

    I'm also experiencing some issues with UEFI and RBD storage. The webui doesn't seem to be able to create the RBD for EFI Copying of EFI Vars image failed: command '/usr/bin/qemu-img convert -f raw -O raw /usr/share/kvm/OVMF_VARS-pure-efi.fd /dev/rbd/default/vm-110-disk-2' failed: exit code 1...
  2. G

    Proxmox live patching kernel?

    Yeah I saw that kernel-care supports proxmox, I was just wondering if there were any plans to do this natively?
  3. G

    Proxmox live patching kernel?

    My understanding is that the 4.x linux kernel has native support for live patching so if the distribution supports it you can have kernel updates without reboot. Is this something Proxmox is planning to implement?
  4. G

    Esxi as VM in Proxmox4

    I did try esxi as a vm in proxmox 3.4 and I'm afraid there are some kernel modules missing from the PVE 3.4 kernel. I have yet to try if the kernel in proxmox 4 has the required modules.
  5. G

    Disks disappearing

    hw raid 10 (dell perc) and ext4. The problem looks like it's on file level since it's just the .qcow2 file disappearing
  6. G

    Cleaning cached memory

    It is just caching to the ram because you have much ram available and the ram is faster than your disks. Your servers should be performing much better with the cache than without. As soon as other applications need the ram, the ram is given back to the applications. Why are you restarting? Do...
  7. G

    Cleaning cached memory

    This is normal behaviour and you really shouldn't clear the cache. You can read more about this at http://www.linuxatemyram.com/
  8. G

    Esxi as VM in Proxmox4

    I know that there have been some kernel patches, etc. that need to be applied before running esxi nested under kvm. I'm unsure of the status of this against the proxmox kernel. Take a look at here: https://communities.vmware.com/thread/451412
  9. G

    Disks disappearing

    Hello. I have had few occurrences where a vm's disk file (.qcow2) has disappeared without a trace. Thankfully I do a backup each day so the vm's can easily be restored. Today I got a vzdump backup status mail that includes this error: The disk file has indeed disappered but the...
  10. G

    [SOLVED] SPICE connection problems related to certificate

    Had the same issue, this fixed it, thanks! The wiki should be updated. cat server.pem intermediate_certificate.pem intermediate_certificate2.pem ca.pem > /etc/pve/local/pve-ssl.pem cat intermediate_certificate.pem intermediate_certificate2.pem ca.pem > /etc/pve/pve-root-ca.pem