Search results

  1. P

    Random VM soft lockup with PVE 6.8 kernel

    TL;DR: change kernel to ubuntu's `linux-image-6.8.0-32-generic` seems fix the soft lockup # pveversion pve-manager/8.2.2/9355359cd7afbae4 (running kernel: 6.8.0-32-generic) # fastfetch-linux-amd64/usr/bin/fastfetch -l small _____ root@gigabyte-7 / __ \ --------------- | / |...
  2. P

    VM Soft lockups when heavy load in PVE 8.0 + kernel 6.x

    I recently came across VM soft lockups when running heavy loads with compute and io. It began with PVE 7.4 and with 6.1 kernel. When the PVE 8.0 was released. I upgraded all nodes with kernel 6.2 but nothing seems to change . The CPU running is two socket 7742 & 7702 systems. I tried upgrade the...
  3. P

    VM Cannot resume after upgrade to 8.0

    Resuming suspended VM activating and using 'hp13hdd:171/vm-171-state-suspend-2023-07-01.raw' as vmstate qemu: qemu_mutex_unlock_impl: Operation not permitted TASK ERROR: start failed: QEMU exited with code 1 # pveversion --verbose proxmox-ve: 8.0.1 (running kernel: 6.2.16-3-pve) pve-manager...
  4. P

    Unable to connect to vncwebsocket endpoint via API-TOKEN

    I used to have some code interactive with vncwebsocket via the following procedure. It's used to connect VM serial directly to the user terminal. 1. generate a PVEVNC ticket via /api2/json/nodes/{node}/qemu/{vmid}/termproxy 2. Submit Ticket and user to...
  5. P

    no update on kernel source code ?

    I notice there is a new kernel package version pve-kernel-5.4.55-1-pve but I can not find related commit on https://git.proxmox.com/?p=pve-kernel.git;a=summary Where should I look for?
  6. P

    Glusterfs and snippets

    I am playing around with glusterfs and live migration today. and find out you can not add snippets type to gluster volume. pvedaemon.services logs `storage does not support content type 'snippets'` I check the code found there is a commit says 'enable snippets content type for all directory...