Search results

  1. F

    API - Url console html5

    Hi. I'm trying to create a html5 link to the console (proxmox console HTML style), but without success. In vncproxy I'm generating the vncticket (ok) with websocket 1 (true). When try to open a URL using vncwebsocket the vncticket and port, I got a json response null. I want something like...
  2. F

    KSM more agressive

    Hi. Have some way to do KSM more aggressively?. Less time to start and scan more memory blocks. Best regards.
  3. F

    Suggestion to speedup garbage collector

    I'm using PBS for large amounts of data on HDD disks. During garbage collector processes, disks are extremely slow. SSDs are expensive in regions like mine. Perhaps something that speeds up the process is logging the backup chunks in an internal database (MySQL or SQLite). The idea is that when...
  4. F

    Snaphot limit

    Hi. Have some way to limit the number of snapshots ?. I saw a thread couple of years ago and the link doesn't exist anymore. It is just by VM, where I can specify ?. Or if is globally per server or cluster, where I can edit. Best regards.
  5. F

    NUMA and Performance

    Feedback: The problem with performance really exists. It was because of the kernel version. When updated to .15 everything is back to normal. It is not NUMA-related.
  6. F

    Possible bug on io_uring

    Never happened before, just only once. Context: the server has a higher load, on 80% processor usage and 100% I visited the link about upgrading the kernel to 5.15 and saw many related problems. Here in apt search, I have 5.10 and 5.11. Can I use one of this two ?. I edit all VMS and change...
  7. F

    Possible bug on io_uring

    Hi. Today the vms on my server stopped. The E/S was very very higher (89%) and VMS was not accessible from outside (was running on the panel but not accessible). I stopped all VMS and E/S did not drop. On dmesg I have this output: [812387.833488] fwbr301i1: port 2(tap301i1) entered disabled...
  8. F

    NUMA and Performance

    In my case is high: numa_hit 7111758603 numa_miss 369622021 numa_foreign 420224150 interleave_hit 1378 local_node 7108845048 other_node 372535576 you said "add auto scheluding of vm...
  9. F

    NUMA and Performance

    Hi. Some days ago I migrate virtual machines from one server to another. One specific virtual machine warned me about the processor: is higher than usual. At the first moment, I treated this like his environment. A simple number of cores boost. Today I read a doc from nginx, saying to avoid...
  10. F

    Deactivate Cluster without reboot nodes

    Right. Just for me understand. I can remove the node, leaving just two. This two nodes will not restart. Is this right ?.
  11. F

    Deactivate Cluster without reboot nodes

    pvecm expected 1 Unable to set expected votes: CS_ERR_INVALID_PARAM
  12. F

    Deactivate Cluster without reboot nodes

    Hi. We are in a process where we are migrating VMs to new servers and deactivating the old servers. Everything is ok with process but now I have just only 3 nodes (old) left and some vms to migrate. How I can deactivate the cluster to not reboot when I turn off one of these 3 nodes ?. pvecm...
  13. F

    pvecm expected causing problems

    Workaround: With the problem i find a way to disable the reboot of nodes. In corosync has a option: two_node Now i can migrate VMs in servers and make the proxmox upgrades without worry about reboot all servers in cluster. From man: The "two node cluster" is a use case that requires...
  14. F

    pvecm expected causing problems

    root@HV01:~# pvecm expected 3 Unable to set expected votes: CS_ERR_INVALID_PARAM root@HV01:~# pveversion -v proxmox-ve: 6.4-1 (running kernel: 5.4.114-1-pve) pve-manager: 6.4-6 (running version: 6.4-6/be2fa32c) pve-kernel-5.4: 6.4-2 pve-kernel-helper: 6.4-2 pve-kernel-5.4.114-1-pve: 5.4.114-1...
  15. F

    pvecm expected causing problems

    I have 5 servers in a cluster. Previously, to maintain the servers, I configured pvecm expected 1 and migrated the vms, thus being able to update the servers individually. Now, I can't repeat this process because when I restart a server the others automatically restart bringing down the entire...
  16. F

    zvol by iscsi

    Hi. I tested the wiki and works. Some commands like ssh (to test connection when ssh-copy is made) need a better correction. In FreeBSD is necessary create a zvol to istgt share with proxmox (/dev/zvol/pool1/pool2), but just for compatibility because proxmox use the true pool (pool1) to made...
  17. F

    zvol by iscsi

    Yes, but I'm afraid it's out of date (proxmox 3.x). Is it still valid?. Other thing: The wiki say istgt but the native freebsd iscsi is ctld. This configuration is restrict only for istgt ?. If i understand the wiki is: 1. Create a zpool on freebsd (tank, using the example above). 2. Configure...
  18. F

    zvol by iscsi

    Hi. I have this servers: Proxmox - Virtualization Server ( 5 units). FreeBSD - Storage Server (2 units). I'm testing in this way. FreeBSD with zfs. Inside this ZFS i have a raw file. The iscsi share this raw file with proxmox in the network. So in proxmox i can format on any file system. Then...
  19. F

    Update documentation

    Hi. Here in the documentation of a HA Cluster (https://pve.proxmox.com/wiki/Cluster_Manager) in "Remove a Cluster Node" we have the command: pvecm delnode hp4 The tutorial says to turnoff the server before remove from node, however he give a error: pvecm delnode MIRROR-USA-VIR-01-PV01 Killing...
  20. F

    Proxmox Replication Test

    Hi. I have a cluster with 3 servers. 2 is replicating on a 3. The VMs is in HA state. How i can simulate a real test ?. Just turn off one server and the HA will start the vms on host 3 (where is receiving replica) ?. Best regards.