Search results

  1. F

    Proxmox Mail Gateway 9.0 released!

    What is the smoothest path to migrate from a PMG 8 running as lxc container ?
  2. F

    Proxmox Datacenter Manager - First Alpha Release

    As a pure management/monitoring solution, will it be available as docker ?
  3. F

    Speed up Backupserver by adding zfs special device ?

    I though DRAM cache speeds up writes and that plp, provided by capacitors, is a security feature.
  4. F

    Speed up Backupserver by adding zfs special device ?

    Thank you @UdoB , that what i meant using too large devices intentionally, more than the 2Gb/1Tb rule mentionned by @fabian somewhere on another discussion in this forum. I don't want to use consumer grade ssd, i have to. The only ssd datacenter disks i already have seen on sale here are...
  5. F

    Speed up Backupserver by adding zfs special device ?

    Facing the same lengthy tasks but "high-endurance SSDs" are not available here (Tunisia) as spare parts, but only as part of big setups by big integrators (i am a small one). My pbs has only one sata3 6T nas disk. Could i add two 500G consumer ssd in mirrored raid-z ? I am choosing more than the...
  6. F

    Size on special device for metadata cache

    "(e.g. using zdb)", please what is the complete syntax of zbd to check for metadata usage ?
  7. F

    adding clamav disclaimer that email is clean

    Hi, Please forgive me if this question has already been asked, by googling didn't reveal it was. I have already added, by a rule, a footer disclaimer to internet originating emails to warn internal users from opening attachments or clicking on links. I want to add a disclaimer to email going to...
  8. F

    Does backups on different namespaces share chunks ?

    Hielo, Does backups on different namespaces or on Root of datastore and namespaces under that Root share chunks in terms of deduplication ? If I backup a server on the Root of the datastore and then change backup destination to a namespace under that Root, does Proxmox Backup Server take into...
  9. F

    Size on special device for metadata cache

    Hi, Using commodity hardware for PBS, on which it's not possible to install more than one nvme ssd in case it supports nmv. Datacenter class devices either spinning discs or ssd also either U2 or nvme are not available on all countries. Datacenter class devices are sold and only available within...
  10. F

    Where is the bottleneck ? More than 3 days to restore a vm over lan

    In fact, this is vm contains daily synced copies of nas shares. It used to be a container but backups where slow so i made a vm to take advantage of dirty bitmaps/blocks so when doing backups the pbs clients doesn't need to browse all disc to detect changed and unchanged files/blocks. I'm also...
  11. F

    Where is the bottleneck ? More than 3 days to restore a vm over lan

    Yes Single zfs disc on both sides (os, either pve or pbs are on their one hard drives). I can't afford SSDs prices for now, especially large ones, and combining several of them to obtain large amount of space requires special motherboards, not comodity onces, for now, as you may have...
  12. F

    Where is the bottleneck ? More than 3 days to restore a vm over lan

    Hi, First of all, thanks to the proxmox team for the great software they are making and also for making it open source. The following is not a critisism but i want to understand what am i doing wrong. It took me more than 73 hours to restore à 3.7Tb vm over a gigabyte lan. I have been unable...
  13. F

    Slow restore performance

    "but you can delegate the pruning to the PBS doing the sync in this case to avoid that." How can we do this ? How can we delegate pruning the local PBS to the remote PBS ? From what i have understood, the local pbs is not even aware of the remote pbs doing syncs.
  14. F

    Suggestion: PVE/Cluster dashboard

    Hi, In backups I have this : I think there is room for another column like the "Next Run" column, to show "Latest Run" and with a color to indicate either it was successful or did it fail. or here after, there is room for another widget to show the health of scheduled backups : TIA. Fathi B.N.
  15. F

    [SOLVED] Importing big blacklists and whitelists from another spam gateway

    Hi @aamirkabli , I followed @mira instruction up on this thread https://forum.proxmox.com/threads/importing-big-blacklists-and-whitelists-from-another-spam-gateway.74839/post-333558
  16. F

    Proxmox Mail Gateway 7.3 available

    Hi, Do you have any feed-back with ocr, base64 embedded images and non english languages ?
  17. F

    Guest without backup jobs as an entry in the Selection mode for new backup popup menu

    Hi, I find it useful that proxmox shows me which guests have no backup job definded. Could this information be made available to another menu ? When adding a new job, we have four menu items: "include selected VMs, ALL, Exclude selected VMs, Pool base". I think it could be useful to add an entry...
  18. F

    Performance-cores vs Efficient-cores

    So one could reserve the E cores for PVE itself and provision the P cores to VMs and containers. By the way, what is the ration, when having enough cpus and a lot of vms, of the cores to reserve to pve and the ones to provision to vms ? I read somewhere that pve needs 4Gb ram and 4 cpus for...
  19. F

    Performance-cores vs Efficient-cores

    Hi, The latest intel i7 processors seem to be capped at 8 Performance-cores while paying more money gives you more Efficient-cores. 1) Should we ? I mean, is there really any benefit for PVE to increase the number of Efficient-cores ? I feel that price could go exponentially while performance go...