Search results

  1. L

    [SOLVED] Backup task does not finish

    Found it! 1 - I obtained the task ID through webUI 2 - I went to the log folder /var/log/pve/tasks/ (on the node where the backup was performed) 3 - I looked for the ID (grep -r "ID".) and found the file. The problem was a container with a FUSE shared folder.
  2. L

    Disable backup from mounted share

    The /.pxarexclude file really worked on the container! Thanks! Any ideas on how to do the same thing in a VM?
  3. L

    Disable backup from mounted share

    Is it possible to add this parameter in the container settings so that it removes the folder when the scheduled backup is performed?
  4. L

    Disable backup from mounted share

    Hello! Is it possible to remove a folder from a container/vm backup? I have an external share mounted inside the container's /mnt, and I wanted to disable the backup of this folder. Regards!
  5. L

    [SOLVED] Backup task does not finish

    Hello there! I need help identifying the root of this problem. I have a proxmox cluster and one of the backup jobs just won't finish. The log that shows in the webUI under "Tasks" shows that it was doing it, but it has no end, it doesn't show any error. Where else can I see if there was an...
  6. L

    Swap almost full

    I ran the command "sysctl -w vm.swappiness=20", but I didn't reboot it. Even with this command, do I need to restart the server? I will try the commands on a test server. Thanks!
  7. L

    Swap almost full

    Yes, I was reading about that. My fear is running out of available swap on the server, and starting to crash the VMs and the server.
  8. L

    Swap almost full

    As for deleting the thin pool, there is no problem because the VMs are on another server. I would like to know the correct procedure/commands to do this. Both the thin pool and the swap part. I put the "vm.swapiness=20", but it doesn't seem to have any effect.
  9. L

    Swap almost full

    Hello, The available swap space on one of the servers is almost all in use (7GB used out of 8GB), even though it has plenty of memory available (50GB used out of 188GB). I would like help with two questions: 1 - How can I reduce the use of swap, even having several containers using swap? 2 -...
  10. L

    Upgrade cluster 5.4 to 7.0

    Hi, I need some advice on this task. We have a Proxmox cluster, 4 nodes (all with version 5.4). And I need to upgrade all to the last version (7.0). What would be the best approach in this scenario? Upgrade from 5.4 to 6.4, then to 7? Or remove node from cluster, do a install from the scratch...
  11. L

    Knowing VM/CT by network interface name

    Hi, Do you have a list of NIC types, when they are created and the function of each one? Thanks!
  12. L

    Knowing VM/CT by network interface name

    When I list the network interfaces on Proxmox server, it shows me several intefaces like eth0, vmbr0, then anothers that I need to know from which VM/CT it is. fwbr115i0 fwbr130i1 tap123i0 tap124i0 veth164i1 veth168i1 vmbr0v301 vmbr0v306 How can I discover this? Thanks!
  13. L

    Network usage between a VM/CT and a storage

    How can I see the network usage between a VM/CT and a storage? I found this thread (https://forum.proxmox.com/threads/how-can-i-see-network-traffic.6769/), but without answer. Thanks!