Search results

  1. A

    VM crash after hot-migration

    Also tried to change kernel 5.15 to 5.19, but did not make any chance with the result. The VM becomes unreachable after the hot-migration.
  2. A

    VM crash after hot-migration

    I have changed the type to "host" but the same issue.
  3. A

    VM crash after hot-migration

    Hello, Since upgrading to Proxmox VE 7 we see VMs hang after live migration on some hypervisors. The VM stops responding and we see CPU spikes. If we move VM from hypervisor 1 to 2 nothing happens. But if we move it migrate it back from hypervisor 2 to 1 it crashes. The hypervisor 1...
  4. A

    Ubuntu 20.04.04 machine freezes

    We are also seeing that hot migration from server with kernel 5.15.39-1-pve stops working once it's migrated to the other hypervisor. Migrating from server with new kernels we do not see the same behavior.
  5. A

    Snapshot delete is stuck

    Is it expected behavior that a snapshot works very fast, but when we try to remove it takes up to 9 min? During these 9 minutes, the VM becomes unavailable.
  6. A

    Snapshot delete is stuck

    Does this mean that you do not advise creating a snapshot in this case?
  7. A

    Snapshot delete is stuck

    When running pvesm status is shows this: data nfs active xxx xxx xxx xx% It's not but from what I can see in the logs this issue happens on server where we want to remove the snapshot. This goes wrong in most cases. Which command should we use instead of the qmp or...
  8. A

    Snapshot delete is stuck

    It's a 400GB disk. The snapshot is made without RAM. This is already done. The storage is added as a ZFS storage to the Proxmox cluster. I'm aware of that, but what would be your advice to do when a snapshot needs to be created when using ZFS. You mentioned that we should not use the qmp...
  9. A

    Snapshot delete is stuck

    We have 24 disks of 4TB disks. Can you elaborate this? How can we achieve this? It's a Windows Server with qcow2, what would your suggestion if you only have a ZFS pool and you want to make snapshots?
  10. A

    Snapshot delete is stuck

    We were unable to resolve this issue yet. I hope someone can assist us on resolving this issue. The problems occur mostly in the snapshot delete process.
  11. A

    Snapshot delete is stuck

    Hello, We are currently running Proxmox version 6.4-14 with ZFS. We get frequently that VMs get locked during snapshot deletion. When I check the VM task history I see this: TASK ERROR: VM <id> qmp command 'blockdev-snapshot-delete-internal-sync' failed - got timeout Currently the only way to...
  12. A

    Kernel crash on Proxmox hypervisor

    Hello, Last week we had a kernel crash during a kernel update. We are using UEFI with Proxmox VE 6.4-13 with zfs root partition, but we are unable to capture the kernel crash. The steps we followed can be found below. 1. Install kdump-tools: echo "kexec-tools kexec-tools/load_kexec boolean...
  13. A

    Snapshot on NFS storage

    Hello everyone, We will start using NFS storage in our Proxmox environment. To use the snapshot feature it's required to use qcow2 format. But when we create a snapshot the snapshot is created with raw format is this expected behavior? The snapshot is created through the Proxmox GUI. VM agent...
  14. A

    Proxmox VM Backup

    Hereby the content: { "backup-id": "2708", "backup-time": 1627641873, "backup-type": "vm", "files": [ { "crypt-mode": "encrypt", "csum": "...", "filename": "qemu-server.conf.blob", "size": 495 }, { "crypt-mode": "encrypt", "csum": "..."...
  15. A

    Proxmox VM Backup

    It is indeed unexpected, what should be interesting to see of the index.json.blog?
  16. A

    Proxmox VM Backup

    You help me a few weeks ago, this also intended that the windows VM is using more space than on the PVE?
  17. A

    Proxmox VM Backup

    Ok, so In order to find the actual size, I have to look into the task log. But for example one other Windows machine has the following usage: INFO: starting new backup job: vzdump 2708 --remove 0 --storage pbs --mode snapshot --node hv01 INFO: Starting Backup of VM 2708 (qemu) INFO: Backup...
  18. A

    Proxmox VM Backup

    Hereby the PVE task for 1389: INFO: Starting Backup of VM 1389 (qemu) INFO: Backup started at 2021-08-20 00:45:02 INFO: status = running INFO: VM Name: ws1.example.com INFO: include disk 'scsi0' 'ceph:vm-1389-disk-0' 100G INFO: backup mode: snapshot INFO: ionice priority: 7 INFO: snapshots...
  19. A

    Proxmox VM Backup

    Here is the latest VM backup log which I pulled from the PBS: 2021-08-20T00:45:02+02:00: starting new backup on datastore 'vm-backup': "vm/1389/2021-08-19T22:45:02Z" 2021-08-20T00:45:02+02:00: download 'index.json.blob' from previous backup. 2021-08-20T00:45:02+02:00: register chunks in...
  20. A

    Proxmox VM Backup

    Sorry for the late reply Dominik. But the current storage usage of backups is a bit strange for me: For test, we only backing up a few VMs but the storage usage is a bit strange. It seems like the storage: The used backup storage seems to be equal to the VM allocated disk storage. It seems...