Recent content by Leah

  1. L

    [SOLVED] ifupdown2 mess with IPv6 global

    Ok the accept_ra 2 setting doesn't work but activating RA via sysctl works for me, sysctl net.ipv6.conf.vmbr0.accept_ra=2. Argh I hope the now mandatory ifupdown2 doesn't introduce more problems.
  2. L

    [SOLVED] ifupdown2 mess with IPv6 global

    Run in the same problem here. Thats a huge problem on our IPv6 only infrastructure.
  3. L

    TASK ERROR: cfs-lock 'file-replication_cfg' error: got lock request timeout

    Hi. I'm running a cluster with pve 8.2.2 and a ceph storage for the VMs. There are two redundant corosync rings and no replication is active. Still, sometimes when I delete VMs via API I see this error in the task log and the deletion fails, which means I need to unlock the VM to delete it...
  4. L

    Latest Proxmox update (8.2.2) renamed network interfaces

    We fixed it via our ansible playbooks to the new names and now hope it doesn't happen so soon. Luckily, we knew before doing a reboot. If it happens more often in the future, we will pin the name via .link files.
  5. L

    Latest Proxmox update (8.2.2) renamed network interfaces

    Same problem here, we had to fix the config of 3 production clusters adding np0 or np1 to the 10G i40e interfaces. While I understand that this is not caused by proxmox, it's still a hassle in a production env.
  6. L

    Permissions for Backup Management

    Hey, we have a proxmox cluster with globally (in the datacenter section) configured backups. In some cases users from a group that has access to a pool as PVEVMAdmin needs to reboot VMs during a backup. This is not possible during a backup run. Currently they need to ask a global admin with...
  7. L

    ceph.log file switched to unix timestamp

    Hey, after our upgrade to Proxmox 8 with ceph 17.2.7 we observed a strange change in the /var/log/ceph/ceph.log. In this file the format for log timestaps changed to unix time stamps and we have no idea why and couldn't find anything in the ceph docs neither the release notes. All other ceph log...
  8. L

    API BUG: `pvesh create /nodes/{node}/qemu --output-format=json` response format broken.

    Same problem here for deletions or creations of VMs. Currently running 7.3-6. Is there a fix coming soon for this problem?
  9. L

    [SOLVED] Traffic limit isn't working properly

    Looks like it is fixed by this change. Thanks again!
  10. L

    [SOLVED] Traffic limit isn't working properly

    Thats exactly what I want, I will give this a try. Thanks!
  11. L

    [SOLVED] Traffic limit isn't working properly

    Now I see this is a limit on a job basis in the API. I think it would be great to have a global limit for that like for backup restore in the datacenter options. I also see a bwlimit in the vzdump.conf and now I'm a little confused, is this the global value?
  12. L

    [SOLVED] Traffic limit isn't working properly

    Ok, I will give this option a try. Would be great to see it in the UI in one of the next releases.
  13. L

    [SOLVED] Traffic limit isn't working properly

    Hey, we have a problem with our PBS setup regarding the traffic limitations. We run PBS 2.3.2 and PVE 7.3.4 with Ceph 16.2.9 as storage backend. We have configured a limit of 120 MiB/s for backups from all networks. This works great on the PBS site but sometimes we observe much higher rates in...
  14. L

    Questions about traffic control because it's quite confusing

    I setup a up to date PBS with an up to date PVE server. I've limited the incoming rate to 50MiB/s. Looking at the system metrics the results looks quite correct, thats the good part. But I'm confused because the values shown in the backup job on the PVE server are much higher than the limit (see...