Search results

  1. R

    [SOLVED] NVME disk "Available Spare" problem.

    All Samsung Consumer "NVME" drives are pure crap. The sata versions like the 870 Evo/plus are pretty good tho. (in reliability, not iops) But other Brands can be even worse, or better in TBW but with less speed/worse latency. So thats why im using myself something like 970/980/990 Pros/Evos xD...
  2. R

    ZFS Datastore on PBS - ZFS Recordsize/Dedup...

    -> I checked with a script that does: dd if=/dev/zero of=/mnt/$diskid/1m_test bs=1M count=8000 oflag=direct the write speeds for each disk. -> all disks support 4k Locical Block-Size and 512b, but they come shipped by default with 512b. ---> There is absolutely no performance difference between...
  3. R

    Proxmox problem with memory limits in ARC (ZFS)

    zpool status pool: HDD_Z2 state: ONLINE scan: scrub repaired 0B in 06:17:32 with 0 errors on Sun May 12 06:41:33 2024 config: NAME STATE READ WRITE CKSUM HDD_Z2 ONLINE 0...
  4. R

    Warnung

    https://forum.proxmox.com/threads/wrmsr-messages-on-proxmox-8-1.138145/
  5. R

    PVE und HPE Proliant DL380 Gen 9, speziell Sensoren

    War doch das gleiche spiel damals mit darkmode. Solange das Script immer geupdated/angepasst wird auf neue PVE Versionen, passts ja. Die 2 Daten die ausgetauscht werden, sind ja auch kein problem, werden doch eh von PVE ersetzt beim update. Einzige was bedenkenswert ist, ist sensors-detect im...
  6. R

    PVE und HPE Proliant DL380 Gen 9, speziell Sensoren

    Das ist ja gigantisch! Hoffentlich wird das integriert in Proxmox direkt genauso wie der darkmode damals, das ist ne absolut wahnsinns Erweiterung. Jedesmal ins ILO/IPMI/IBMC zu schauen um Temperaturen zu erfahren und die scheiss Management interface sind so kake lahm, aktualisieren eine...
  7. R

    Ram Benchmarking Speed (with processing) declined on moving to Proxmox from ESXI on same hardware

    didnt seen that, youre right. What platform is that? i have strange issues with Genoa and hyperthreading here, mentioned in another thread, but i still had no chance to debug further, its simply in production (makes hard to experiment with) The hyperthreading issue i have, doesn't exist on any...
  8. R

    Worse performance with higher specs server

    I would say, for Consumer SSD's like 870 EVO's etc... 900 is great. For enterprise SSD's probably crap, you're right, i simply skipped on my side enterprise SSD's and gone directly to Enterprise NVME's. So thats why i don't have any experience with Enterprise SSD's. All new servers that i build...
  9. R

    Proxmox problem with memory limits in ARC (ZFS)

    You wrote you'll using 16k blocksize, you mean really volblocksize? Im not sure if it will have some downsides for VM's (i don't think), but it should help with the needed space for metadata. Same for recordsize, usually the larger the recordsize, the less metadata you need. But 128k (the...
  10. R

    Proxmox problem with memory limits in ARC (ZFS)

    Then you have no other way as using VM. But replication is not live, what i mean is, if one server goes down, and the vm gets started on the other one, you loose 2hours of data if you set to sync every 2h for example. Just as a sidenote.
  11. R

    [SOLVED] NVME disk "Available Spare" problem.

    Lets simply see in a week or so, after he got his drive and a backup. Then he can do that without any fear and check smartctl again, or in worst case replace the drive.
  12. R

    Proxmox problem with memory limits in ARC (ZFS)

    120TB is lot, i don't know any downsides, but i wouldn't do that personally. Don't understand me wrong, it will likely be just fine. However, i would prefer using an lxc container if possible and mount the Storage directly to the lxc container. (Primary to avoid the usage of zvols) Otherwise...
  13. R

    Ram Benchmarking Speed (with processing) declined on moving to Proxmox from ESXI on same hardware

    Ah thats a different story. But then i believe that the benchmark itself acts differently, it could be that random on vmware is actually urandom. can you retest with /dev/urandom on both? /dev/random is known to be slow, and as far as i know, its not even anywhere used on proxmox.
  14. R

    [SOLVED] NVME disk "Available Spare" problem.

    /dev/nvme0n1 -> Thats the namespace of the nvme, means the actual disk where data/partitions are on them. /dev/nvme0 -> Thats the raw disk itself, you can split it into multiple namespaces, if the disk supports it, for passthrough for example, so imagine it as pcie port itself or something, and...
  15. R

    [SOLVED] NVME disk "Available Spare" problem.

    dont do the dd and rm -f commands separately, du it as one command, exactly as i posted above. because the first command will write zeroes to your drive (into the zeroes file), till there is absolutely no space left, and the second will delete the zeroes to make space again. So basically as one...
  16. R

    Ram Benchmarking Speed (with processing) declined on moving to Proxmox from ESXI on same hardware

    The faster one is directly on the Host, tested simply with Hirens Boot CD, so no drivers, probably not max speed, dunno. The Second (Slower one) is inside a WS2019 VM, with all drivers etc... There is definitively a big difference, but in my case, thats anyway all that fast that it simply...
  17. R

    [SOLVED] why does vmbr0 has an IP?

    If you put it onto the nic that is assigned to vmbr? - I think that only the communication between host<->vm will not work. - But the host should be still reachable from anything else, and VM's should have no issues either. - Example: auto eno1 iface eno1 inet static address...
  18. R

    Worse performance with higher specs server

    PS: i forgot to mention. FSYNCS/SECOND: 909.08 -> is not really bad, looks okay to me for lets say 4SSD's in Raid 10. FSYNCS/SECOND: 2932.92 -> For 6x 10k SAS-Disks, looks far too much to me, like it's just a cached result. Maybe we should start with that. Because i get: CPU BOGOMIPS...
  19. R

    Worse performance with higher specs server

    Check if there is a multiplexer card, if there is, remove it if possible. Check if you can use HBA mode somehow, firmware updates for the raid controller helps often. In my particular case, i need an Raid-Card for the old esxi servers, either a raid card or an iscsi/fs storage, because its esxi...
  20. R

    LXC innerhalb Proxmox VM keine Netzverbindung

    Mach mal Hacken bei Firewall raus. Nichts destotrotz denke ich eher das das was mit unraid zutun hat.