Search results

  1. I

    Performance Probleme

    Zusammengefasst: - PVE sendet zu PBS mit 1.5GBit/s - rsync (von PVE zu PBS?) erreicht aber 3GBit/s - Iperf schafft 10GBit/s - fio schafft 5GB/s write Der write speed ist ziemlich enttäuschend für Enterprise und NVME. Bremst hier der Dell Controller oder Testen wir Käse? Was gibt sowas raus...
  2. I

    Win11 Festplatte: gelöschte Bereiche werden nicht freigegeben

    Wenn du die Proxmox neugestartet hast oder die VM im stop mode sichern möchstest, dauern 16TB auch enorm lang, wenn sich gar nix an den Daten geändert hat und du nix überträgst. Einfach weil 16TB auch erst mal gelesen werden müssen. Viel wichtiger ist IMHO die Pool geometrie und padding. Nicht...
  3. I

    Win11 Festplatte: gelöschte Bereiche werden nicht freigegeben

    Gibt noch mehr, aber dies sind die zwei IMHO wichtigsten Punkte: A: Du kannst eine VM praktisch nicht mehr vernünftig mit Hausmitteln backupen, wenn du eine 16TB Windows & Plex VM hast. B: blockstorage hat per default eine statische volblocksize von 16k. Datasets haben einen upper limit...
  4. I

    Win11 Festplatte: gelöschte Bereiche werden nicht freigegeben

    Aus den Gründen, gehören files nicht auf blockstorage, sondern auf datasets ;) Denke mal, @JuSt4Prox hat legacy Gründe für das aktuelle Setup. Für NVR eignet sich IMHO auch kein Windows.
  5. I

    Win11 Festplatte: gelöschte Bereiche werden nicht freigegeben

    Echt sehr seltsam. So schnell aus der Hüfte geschossen, müsste dies eigentlich ein Problem der Windows VM sein? Oder kann Canon da irgendwas super komisch löschen, so dass Windows das irgendwie nicht richtig mitbekommt? Könntest du mal die Eigenschaften von Canon anzeigen lassen? Der müsste...
  6. I

    Proper way to install Proxmox in UEFI mode.

    That is a 15y old card, so there might be dragons.
  7. I

    Proper way to install Proxmox in UEFI mode.

    I think Proxmox should be able to work with secure boot enabled. Fast boot and ultra fast boot sometimes does quirky things. Like MSI messing it up. Or like Ultra fast boot not working on older GPUs and USB not being initialized before boot. Retry again, with - boot mode UEFI only - Quick...
  8. I

    Proper way to install Proxmox in UEFI mode.

    I don't quiet get how you think these things are exclusive to each other? That should not be the case at all. You should always be able enter BIOS and you should always be able to get video when your system loads grub, and when your system loaded a OS from grub. That Thinkstation is EoL and...
  9. I

    Proper way to install Proxmox in UEFI mode.

    If that is really is the case, yes :) Then we can take it from there.
  10. I

    Proper way to install Proxmox in UEFI mode.

    I am using a 3060 on my gaming rig that does not even have the OpROM option in BIOS. I am not using any GPU on my Supermicro servers but IPMI ASPEED. Yeah, lets try one step after another. - Go into BIOS - Enable UEFI only - Disable CSM - Disable OpROM - Disable PXE - Set the boot order to...
  11. I

    Proper way to install Proxmox in UEFI mode.

    AFAIK OpROM has nothing to do with your GPU working after the BIOS initialized. AFAIK OpROM is used in NIC to configure vNICs or in storage controllers to configure RAID, spinup delay, firmware updates and stuff. You don't need OpROM for simple GPU video output.
  12. I

    Proxmox Datacenter Manager 1.0 (stable)

    Sounds great, thanks a lot for the explanation :)
  13. I

    Proxmox Datacenter Manager 1.0 (stable)

    Sorry, I am a total noob when it comes to REST API. Does that mean that: A: Is the connection always and mandatory secured with HTTPS, just like with PBS? B: you recommend a VPN instead exposing the host, since it is best practice? C: Does the REST API have a "brute force protection" by using a...
  14. I

    Proper way to install Proxmox in UEFI mode.

    On my supermicro I can disable all OpROMs, but I don't have a GPU, so unfortunately I also don't know. Maybe try to disable fast boot, this is known to cause issues with Linux, especially the MSI implementation of it.
  15. I

    Proper way to install Proxmox in UEFI mode.

    IMHO CSM creates more problems than it solves. AFAIK CSM only helps with booting in UEFI but not being able to Secure boot. Since that is not the case for Proxmox, this does not apply. So I would set it to UEFI only and CSM disabled to get a UEFI and secure boot enabled Proxmox install. Your...
  16. I

    Proxmox Datacenter Manager 1.0 (stable)

    I don't quite get the VPN approach here. Especially considering how you do it for PBS already. Would it not be simpler and easier to just use some kind of https or ssh with a fingerprint or valid certificate? Setting up a WireGuard connection seems pretty overkill IMHO.
  17. I

    NAS UGreen DXP4800 Plus

    Warum sollte PVE genügsamer sein als TrueNAS? Wer das behauptet, hat ARC nicht verstanden. ARC ist adaptive replacement cache. ARC ist read cache. ARC beinhaltet aber auch einen dirty write cache, die 5s goal async TXGs writes. Der reach cache kann jederzeit geschrumpft werden. Die dirty writes...
  18. I

    ZFS storage is very full, we would like to increase the space but...

    On a serious note though, how old is your hardware RAID @cybermod? What would you do, if it fails tomorrow? These are IMHO questions you have to ask yourself when running Hardware RAID, since it is not always that easy to reimport a pool as with ZFS.
  19. I

    ZFS storage is very full, we would like to increase the space but...

    I would argue that it is the best tool for MOST use cases. Just because a lot of people use a hammer with the claw side to hammer in a nail, doesn't mean it isn't the greatest to tool to hammer in a nail. Edit for all the hardware RAID fanboys: RAID is a very old tool. Hardware RAID will likely...
  20. I

    NAS UGreen DXP4800 Plus

    Naja, wenn du ein 4k file in einem 64k volblock änderst, ist die write Amplifikation nun mal 16 fach. Wenn du ein 64k file in einem einem 64k volblock änderst, hast du gar keine. Wie NTFS selbst formatiert ist, ist nochmals ein Komplexitätslayer im Test. Der default ist glaube ich für Windows...