Search results

  1. K

    e1000 driver hang

    this problem exists on any kernels and pve version 100% solution to this problem is also not there
  2. K

    Proxmox api "Resources"

    everything is more complicated )) I never delved into it, but this bar above summed up ALL datastores including datastores from pbs, and I needed datastores for vm as a result, the requests look like this full volume of local datastores (lvm-thin and zfspool) storage=$(pvesh get...
  3. K

    corosync: OOM killed after some days with 100%CPU, cluster nodes isolated ("Quorate")

    does the cluster fall apart? do the nodes become unavailable? and also, the fact that you have no vm activity does not = that you have no activity inside corosync these are different things, transport traffic is always there and it is critical to minimal delays I say this with confidence because...
  4. K

    corosync: OOM killed after some days with 100%CPU, cluster nodes isolated ("Quorate")

    as practice has shown, after 10 nodes to the cluster not allocated to a separate network/vlan leads to problems make a separate vlan for crorosync, this will solve your problems, especially if the cluster grows further
  5. K

    Proxmox api "Resources"

    Hi! in the web there is a display of the summed resources of the cluster I studied the api documentation and did not find the final entry point to this data, maybe I was looking badly? I am interested in exactly the data that is on the screenshot I know how to get them with a script, but it...
  6. K

    back to the past

    Hi there is a cluster one of the servers had problems with time synchronization and I updated it manually but made a mistake and moved the time to the future after that I returned the time to the present now the server is going crazy in terms of backups how can I fix this situation? INFO...
  7. K

    history of actions with vm?

    Hi is there any possibility to store all history on vm? on old vm the history of creation and any history at all is absent
  8. K

    [SOLVED] BUG: kernel NULL pointer dereference, address: 0000000000000000

    I will share this information This problem is typical for desktop hardware, I tested it on the CPU - i9 14900K and Ryzen 9 7900X When the hypervisor crashed, there was always a docker inside the VM and the VM had direct access to the CPU (otherwise the docker does not work) If you remove direct...
  9. K

    e1000 driver hang

    show output ethtool -K enp0s25 |grep tsp
  10. K

    e1000 driver hang

    everything is correct
  11. K

    e1000 driver hang

    jaxjexjox add networking auto lo iface lo inet loopback iface eno1 inet manual offload-gso off offload-gro off offload-tso off offload-rx off offload-tx off offload-rxvlan off offload-txvlan off offload-sg off offload-ufo off offload-lro off apply without rebooting ethtool -K eno1 gso off gro...
  12. K

    e1000 driver hang

    show the output of the command ip a and the networking config
  13. K

    e1000 driver hang

    ethtool -k %eno1% | grep offload
  14. K

    api view description vm

    Hi how to correctly compose api requests via curl (pvesh is not suitable) I read both the wiki and the api instruktion, but it didn’t become any clearer I have a command which I get to display the vm description curl -k -X GET \...
  15. K

    api view description vm

    Hi pvesh get /nodes/{node}/qemu/{vmid}/config there is a description argument but it does not display the vm description having completed pvesh get /nodes/{node}/qemu/{vmid}/config -description I get an error Unknown option: description 400 unable to parse option pvesh get <api_path>...
  16. K

    pvesh- timeout before starting vm?

    Hi! I see to the team pvesh create /nodes/{node}/qemu/{vmid}/status/start there is a timeout parameter How is it indicated correctly?
  17. K

    proxmox 8 problem with lvm

    after updating from version 7 to 8, there was a problem with the lvm partition, it was no longer visible also more than one lvm command does not work There are such errors in the log what can be done?
  18. K

    how to download backup via cli?

    Hi Is there a possibility when restoring a file proxmox-backup-client restore --repository........ display progress status? Now when restoring the status is not visible