Search results

  1. I

    Choosing upstream DNS for Proxmox homelab — what do people actually use?

    Please don't. Output from Dunning Kruger machines, is not really worth reading. All these points I could also say about CF or Quad9. The last point is even total bullshit. No, it does not matter if your DNS resolves in 8ms or 9ms. What does matter is that your ISP offers you the perfect route...
  2. I

    Choosing upstream DNS for Proxmox homelab — what do people actually use?

    Link local IPv6 and IPv4 of OPNsense. No pointing from me tough, that is done via RA and DHCP. Yes. OPNsense does that by default. I don't think much has changed. Quad9, Cloudflare, each with their different DNS with different blocklists. I for one would trust my ISP more than any of these...
  3. I

    snap shots Backup script

    Wie erwartet, stumpfer KI Slop. KI ist halt echt eine Dunning Kruger Machine. Ist nett gemeint Kleiner, aber glaube niemand hat hier interesse an einem Backup KI Slop von jemandem, der noch nicht mal weiss, wie er 4 Dateien auf Github teilt. Nur mal so als kleiner Input, warum dein Script...
  4. I

    snap shots Backup script

    Keine Ahnung was das heissen soll. Pfff Dude, was ist denn mit dir los? Stell einfach ein Github link rein, wie ein normaler Mensch oder lass es bleiben. Und kennzeichne bitte, solltest du es mit AI geschrieben haben.
  5. I

    I/O stall while backup to PBS is running and fdatasync failure after backup fails

    I am not trying to take away your wireguard :) I just don't get why you would want traffic that is already encrypted (PVE to PBS) to be encrypted again and routed trough a tunnel, when there is no need for it. That is regardless if you use IPv4 or IPv6 for it. IPv6 is just nicer in terms of...
  6. I

    I/O stall while backup to PBS is running and fdatasync failure after backup fails

    It probably does not need one. If you have Wireguard (probably over IPv4) there is a public IPv4 and you can probably use port 8007 or something like that, which you then NAT to the local IPv4 of your PBS. Or even better, most ISP offer static IPv6 /56 prefixes. Simply use IPv6. Then you can...
  7. I

    I/O stall while backup to PBS is running and fdatasync failure after backup fails

    Why? Transmission is encrypted, you don't need Wireguard. I reframe that so it gets easier for a beginner to understand. I know this, because I only learnt that a few days ago :) When the backup is running, and the VM wants to do a write, the write will cause a system slowdown, because it has...
  8. I

    All ZFS Pools Showing as 97% Full in PVE

    @LBP321 you DM me with a question. Please don't, I won't answer questions via DM. To me that is against the whole point of a forum. You asked me where to find the volblock size. The answer to your question is just a google search away. zfs get volblocksize zpool/vol1 But it is the "wrong"...
  9. I

    ZFS mirror on 2x Crucial T705 (PCIe 5.0) causing txg_sync hangs under write load – no NVMe errors in dmesg

    vzdump onto the same disk? Snapshot or large sequential writes should not be a heavy load. I would say yes. No, but it would be far from the first time consumer SSDs have problems. Especially the ones that only buy Phison controllers and slap on a buggy firmware. What @spirit was tryint to...
  10. I

    Fleecing fragen

    Danke, das klingt einleuchtend. Dann vermute ich, beim verwenden von fleecing wird nicht die komplette VM disk kopiert oder auf das fleecing device geschrieben, sondern nur diejenigen, die verändert werden?
  11. I

    Fleecing fragen

    Warum trifft das eigentlich auch zu, wenn der Stop mode verwendet wird? Was übersehe ich dabei? - VM runtergefahren. - Snapshot der VM. - VM started und ändert Block 10. - Die Änderung an Block 10 ist dem Backup und PBS doch total egal, weil mich nur der Stand interessiert, als die VM unten...
  12. I

    All ZFS Pools Showing as 97% Full in PVE

    L2ARC is awesome, even on bad SSDs. You can use an old 256GB SSD you have lying around or get one used. As long as it is not too old or some bottom tier QLC drive or one with very few TBW, you should be fine. Google TBW of the disk you want to buy and ask the seller how much TB was already...
  13. I

    All ZFS Pools Showing as 97% Full in PVE

    You don't have to spend much on hardware upgrades. Even adding a simple cheap old SSD for PBS would probably do wonders. Also do you have a slow uplink? If not, I would not even bother with a local PBS.
  14. I

    All ZFS Pools Showing as 97% Full in PVE

    We are getting there. So the local PBS is a mirror and the remote PBS uses a RAIDZ2 dataset, but that should be fine, since that stores mostly 4mb chunks. What would worry me are that ZFS and external are danger zone, and that the RAIDZ instead of mirror with only HDDs could lead to pretty...
  15. I

    All ZFS Pools Showing as 97% Full in PVE

    Is that the archive one? Which one is that? Also there is no RAID1 in ZFS, do you mean mirror? No RAID6 in ZFS, do you mean RAIDZ2? So I don't fully understand your current setup, what is where, and what is the problem. So I will make a wild guesses instead. Correct me if I'm wrong. - You...
  16. I

    Guest agent not running on Windows 11

    This is a PVE with two VMs 80GB in size. I don't plan on running another local PBS for that. I am not even really keen on using fleecing, simply because I have not yet understood why it should be a problem and not a bug to begin with. Ahh, re-reding the fleecing docs, I know think I know where...
  17. I

    Guest agent not running on Windows 11

    I mean, it is the QEMU guest agent service having the issue, so I would argue it is not a Windows issue, but a QEMU on Windows issue. Just like the high DB load issue with VirtIO is not Windows issue but a QEMU on Windows issue. Sure, that is why I am bringing it up here. My suspicion is the...
  18. I

    Guest agent not running on Windows 11

    Gave it a try based on this. Still think that this is just a workaround and even 120s won't help. It even says: I don't think so, since my other PVE can backup just fine without fleecing. There is also basically no io pressure during that time, and the VM does not get unresponsive or anything...
  19. I

    Guest agent not running on Windows 11

    How is that connected with QEMU guest agent not starting?
  20. I

    Langsame 4k Performance in Windows 11 VM

    Ich würde cache deaktivieren. Bringt IMHO mit ZFS nix und ist ein kleines bis grosses Risiko.