Recent content by Kevin Meijer

  1. K

    Roadmap features availability

    Thank you for the information Tom. Do PVE releases follow a certain cycle? Or is it more a "Its done when its done" approach?
  2. K

    Roadmap features availability

    Hi there, I just noticed that there are a couple of features on the roadmap that I am really interested in (Dynamic Resource Scheduling and better SDN). And I was curious if there is a ETA on when we can start experimenting with these features, even if its only in the pvetest repository.
  3. K

    [SOLVED] pvestatd[4133]: VM 105 qmp command failed - VM 105 qmp command 'query-proxmox-support' failed - The command query-proxmox-support has not been found

    I found that migrating a VM to a different host will fix this message since it is pretty much a restart of the VM with a memory copy, afterwards you can move it back.
  4. K

    Understanding Proxmox memory saving features

    Hi there, We've been migrating away from our ESXI cluster to Proxmox, and it has been great so far, but I am still wondering about the memory saving features such as KSM and ballooning. Are KSM and Ballooning both enabled at the same time once the 80% limit has been reached? Will KSM /...
  5. K

    Unable to delete linked VM

    I finally found a solution to this issue, it wasn't Proxmox's fault but it was a Ceph issue. For some reason every-time someone attempted to list the RBD images (For example, using rbd ls <pool_name>) an error message was shown (rbd: listing images failed: (2) No such file or directory). The...
  6. K

    Upgrading subscription

    Hi there, I've currently got 2 Proxmox hosts in a cluster, one of these has the community subscription and the other the basic subscription. Is it possible to upgrade the community subscription to the basic subscription without buying a new subscription?
  7. K

    Migration from ESXi 6.7 to Proxmox

    I've been migrating from ESXi the past few weeks, so i've got a bit of experience in this area. Regarding updates, yes, its that easy. It can also be done from the web interface. Live migration is supported, but i am unsure how Proxmox handles moving disks during a live migration since I am...
  8. K

    Unable to delete linked VM

    I just created a ceph.conf with the monitors in there, but it doesn't seem to fix this issue. I am still getting TASK ERROR: rbd error: rbd: listing images failed: (2) No such file or directory. The error also seems to me like it is attempting to list images in a pool called rbd, but that is...
  9. K

    Unable to delete linked VM

    I saw that too yea, but i am unsure if it is relevant since I am using an external cluster, the keyring is already in /etc/pve/priv/ceph/ceph.keyring I am not even sure of what to put in there in this situation
  10. K

    Unable to delete linked VM

    I seem to have gotten myself in a situation in where I am unable to delete my VMs. I am using a single Proxmox node with an external Ceph cluster, I've got a dedicated PVE pool (rdb_pve) on which I am running a couple of VMs. Each of those VMs are cloned from 1 of 2 templates using a linked...