Search results

  1. Y

    Traffic Control not working as described on the help page (or the description is misleading)

    Thank you for pointing this out. However, the "clarification" there makes it even more unclear, in my opinion. I quote: In my case, it's exactly the opposite. The source PBS is pulled by the target PBS. And the sync reacts to the traffic rate set by the traffic control on the source PBS...
  2. Y

    Traffic Control not working as described on the help page (or the description is misleading)

    Proxmox Backup Server 4.1.6 Traffic Control not working as described on the help page (or the description is misleading) According to the help page: https://mypbs:8007/docs/network-management.html#sysadmin-traffic-control "Traffic Control" is not active for "Sync Jobs": Quote: "Note - Sync...
  3. Y

    Central Blocklist - Filters Not Working Reliably

    Thank you for your feedback. Let's get specific: For example, I'm currently seeing the following "From" when I analyze the spam quarantine: "from" : "\"Luxury Home Care\" <iytowxy@supereu.deals>", I would expect a simple domain block rule "supereu.deals" to reject these emails. Bur also this...
  4. Y

    Missing feature(s) - VM disk identification (notes), disk deactivation and more detailed backup handling

    Feature Request 1 - VM Disk Identification (Notes) There are numerous situations where it's crucial to be able to identify the individual disk images of a VM, for example, to perform a specific action such as resizing or moving them. Unfortunately, identifying images is currently quite...
  5. Y

    Missing feature: Show free internal diskspace of VM

    A very useful function, but because it is a "guest" command, it can unfortunately only be used when the VM is running.
  6. Y

    [BUG?] PBS Sync (pull) completely ignores bandwidth setting

    Thanks for the heads-up! I've noticed that myself in the meantime. It might be interesting to understand why I didn't see any speed difference in my tests: This was probably due to sshuttle, which in this configuration (standard buffer or no buffer specified) somehow limited the speed to 8...
  7. Y

    [BUG?] PBS Sync (pull) ignoriert Bandbreiteneinstellung komplett

    Und noch ein Nachtrag - und wohl die Lösung Ich habe die "--no-latency-control" Option wieder aus dem sshuttle Befehl entfernt und die sshuttle verbindung neu gestartet, seitdem läuft der job mit einer Geschwindigkeit von ca. 40 Mbits (bzw Fullspeed) OBWOHL er eine BW Begrenzung von 16...
  8. Y

    [BUG?] PBS Sync (pull) ignoriert Bandbreiteneinstellung komplett

    Nachtrag: Per rsync von derselben PBS Maschine (mit dem ich auch Dateibackups offsite sichere) kann ich die Bandbreite sauber nach oben und unten bestimmen - es liegt also nicht an irgendwelchen anderen Netzwerkbeschränkungen. Rsync uns Sshuttle laufen über dieselben Ports von denselben Quellen...
  9. Y

    [BUG?] PBS Sync (pull) ignoriert Bandbreiteneinstellung komplett

    sync: s-1a22b33c-4dd0 comment Zeitgleiche sshuttle Verbindung erforderlich, siehe crontab Eintrag encrypted-only false ns owner pbs_user_org@pbs rate-in 16 MiB remote PBS_ORG remote-ns remote-store PBS_ORG_LOCAL...
  10. Y

    [BUG?] PBS Sync (pull) ignoriert Bandbreiteneinstellung komplett

    Backup Server 4.1.4 (andere Versionen nicht getestet) Der Sync zwischen meinen PBS (offsite Backups) läuft mit sturen 8 Mbits, egal was in /etc/proxmox-backup/sync.cfg gesetzt ist (Einstellung per GUI). Eine externe Beschränkung scheidet aus, weil auch ein niedrigerer Wert (z.B. 1 MBits)...
  11. Y

    [BUG?] PBS Sync (pull) completely ignores bandwidth setting

    Backup Server 4.1.4 (other versions not tested) The sync between my PBS (offsite backups) runs at a fixed 8 Mbps. Regardless of the setting in /etc/proxmox-backup/sync.cfg (configured via GUI). An external limit is ruled out because even a lower value (e.g., 1 Mbps) is ignored. Even with a 1...
  12. Y

    Central Blocklist - Filters Not Working Reliably

    Thank you for your reply. In position 1, I have a blocklist that filters out all emails for which there are no longer any actual recipients locally (otherwise, they would be forwarded via a catch-all). This list is also quite new; the problem you described is much older. In position 2 is my...
  13. Y

    Central Blocklist - Filters Not Working Reliably

    You're saying my regex isn't correct? The provided test field processes my regex perfectly and matches everything it's supposed to. Your regex might work as well—but it blocks entire domains, and that wasn't the point. My example was about a single(!) sender address. And a sender address is...
  14. Y

    Central Blocklist - Filters Not Working Reliably

    PMG 9.0.4 (and and previous) Dear Community, dear Developers, The Proxmox Mailgateway is a truly helpful and very stable piece of software. Unfortunately, the filters behave somewhat unexpectedly—or rather, they sometimes fail to filter what they are supposed to. And because this is not...
  15. Y

    Backup fails when (additional) container disk is on ZFS ZVOL

    Thank you for the suggestion. This might be necessary, as the error is unfortunately still present. The difference seems to be whether the container is running during the backup or not. If the container is off, the backup runs without errors. If the container is running, the described error...
  16. Y

    Backup fails when (additional) container disk is on ZFS ZVOL

    Update: The problem I described (which I observed on several different hosts) has since disappeared. I can't say whether it was fixed by a recent PVE update. If anyone from the team is still reading this: I find it somewhat inconvenient that you can't directly submit discovered bugs as bug...
  17. Y

    Backup fails when (additional) container disk is on ZFS ZVOL

    Addendum: I delved deep into my memory and documentation: For "historical reasons," we need (among other things) a "file-based storage" for VM images and, for example, also for install images. So, we first created a dataset for this, let's call it "Pool/files." Also for "historical reasons,"...
  18. Y

    Backup fails when (additional) container disk is on ZFS ZVOL

    1. You don't need to see things outside this namespace. What I've shown you so far was sufficient: You can see from the provided listing that there are multiple mounts on the ZFS pool, both file-based and (Z)volume-based. 2. You won't find what you're looking for because—as I've already...
  19. Y

    Backup fails when (additional) container disk is on ZFS ZVOL

    Please note that the container is no longer located on the ZVOL: zfs list -ospace,type | grep "ZFS_POOL_A/zvol" ZFS_POOL_A/zvol 444G 389G 0B 96K 0B 389G filesystem ZFS_POOL_A/zvol/subvol-163601-disk-0 12.6G 3.37G 0B...