Search results

  1. T

    Discrepancy between CLI verify job and GUI verify job

    I'm the only one accessing this PBS, so that shouldn't be an issue. Any way to filter out journalctl? Its spammed by running backups every few minutes.
  2. T

    Discrepancy between CLI verify job and GUI verify job

    cli-verif is the cli command, the other file is the task log from the GUI
  3. T

    Discrepancy between CLI verify job and GUI verify job

    Hey all, I'm seeing a weird behaviour on one of my PBS node. The GUI verify job which should run every day has been failing for a few days now. Upon further investigation, the verify job is trying to verify a non-existent (probably pruned) backup : (datastore name has been censored but isn't...
  4. T

    Hard drive strategy

    To be fair the main bottleneck in our current setup is definitely the PBS. If, one day, the main bottleneck is the network, I'll be a happy man. Dell public prices are dumb. They get better if you have a business relationship with them, but they still get you on the ram and storage. Reckon we...
  5. T

    Hard drive strategy

    We do indeed have dark fibers between each DC. Its a 10G loop except for DC4 which has 500M. I believe there's a misunderstanding here. This is my fault, and I haven't precise enough. The backup size I stated earlier is on disk size. Nightly volume is between 100G to 200G. This doesn't make...
  6. T

    Hard drive strategy

    I'd very much like help on this, as my experience with ZFS never left the homelab. I agree with you that hardware raid is bad. Furthermore, I'd also like to use ZFS, but I need a solid understanding of it first, so I can be sure that when a drive eventually dies, either me or someone else with...
  7. T

    Hard drive strategy

    Alright, thanks for your input. I'm going to reassess and consider using "tiering" for my PBSs : SSD only "Primary" PBSs for short & medium term backups, and RAID6 HDD only PBSs for long-term storage. This might not be the most optimal way of doing it, but it sure is going to be much better than...
  8. T

    Hard drive strategy

    I currently have 30Tb of dedup'ed backups on the running PBSs with dedup factors between 60 and 110 depending on the PBS. Considering a worst-case data growth of 20% each year we'd be reaching 76Tb of backups in 5 years. While 100Tb might be oversized, I do not think it is oversized by a lot. I...
  9. T

    Hard drive strategy

    Hey all, Continuing on my journey to create a somewhat good Proxmox Backup Server infrastructure for my company, I'm now considering different hard drives configuration, but am a total noob when it comes to high (for us) quantity storage. As of now, the idea would be to have around 100Tb of...
  10. T

    PBS Location & off-site strategy

    Hi, Thanks for your insight, datastore wise this is a good idea, and I'll follow up with it. Sync wise, I might be limited by disk space, but I agree with you that syncing to multiple PBS would be better.
  11. T

    PBS Location & off-site strategy

    Hey all, I've got the opportunity to upgrade the Proxmox backup servers running in our production environment. Currently, I have the PBS set up as follows : DC A backups to the PBS on DC B DC B backups to the PBS on DC A DC C backups to the PBS on DC A I am fully aware that this is not...
  12. T

    Non-optimal routing speeds with Proxmox 7

    Bonjour, As you've stated, the linux kernel is the bottleneck, and solutions to this include XDP and DPDK. (I've also dabbled with VPP, though I must say the documentation is harder to understand for me). This hasn't been a priority for us, but I'm sure 10G routing on virtual machines will be...
  13. T

    [SOLVED] Automatic restore from a PBS instance

    Hey there. I marked it as solved because I didn't need help with my issue any more. Sorry if that was misleading. I'd recommend opening a new thread with your specific use case, as it seems to differ from mine. Best Regards
  14. T

    [SOLVED] Max number of subfolders reached in .chunks/ folder

    As I understand it, there's no way to create more than 65535 subfolders in a folder. File size doesn't matter. As for the loop mount, I've honestly got no idea, but seeing as how I get an IO error when manually creating a folder, I do not think the VNXE would allow it.
  15. T

    [SOLVED] Max number of subfolders reached in .chunks/ folder

    Alright, well, that's a shame. Guess I'll have to find another use for the VNXE. Thanks for the reply.
  16. T

    [SOLVED] Max number of subfolders reached in .chunks/ folder

    Hey all, I'm trying to use an old Dell VNXE Storage as a sync target for cold storage out of site backups copy. The datastore creation fails with an IO Output error. As it turns out, it seems I cannot create more than 65533 folders : root@definitelynotwhereiam-pbs2:/vnxe/.chunks# mkdir foo...
  17. T

    Proxmox host dies randomly

    No dumps. Kdump works, I crashed the PVE on purpose a while back and it did create a dump. It's crashing hard : no keyboard input, black screen. No network, though I didn't check if there was network traffic on the switch after a crash. If it does crash again, I'll check it out. Afaik, the...
  18. T

    Proxmox host dies randomly

    You know, at this point, I wouldn't put a memory speed issue in the silly category. I've set it to 2400MTs, It's an Intel Pentium Gold G6405 anyway, don't think that's going to make much of a difference. :D Will report back on the next crash or in a while.
  19. T

    Proxmox host dies randomly

    Hello, I appreciate your patience with this. I have remote logs via rsyslog. I had tried running netconsole, but didn't get anything. It crashed again this morning. No logs, no nothing. I've just ordered usb thumb drives to burn a debian iso and see if I can get the same behaviour.
  20. T

    Proxmox host dies randomly

    Hey, Yeah, after posting that, I saw the new 6.2 Kernel and switched to it. I will see if it does make a difference.