Search results

  1. aaron

    100% Memory Spikes on Guest

    Ah okay, well then reverse my recommendation ;-). It is just important that Windows has seen a drive actually using the VirtIO SCSI driver before you can switch the boot drive over. Otherwise you will run into the inaccessible boot device blue screen. :)
  2. aaron

    100% Memory Spikes on Guest

    One last step is usually to switch the Windows installation over to VirtIO drivers instead of SATA. As mentioned in the Post migration steps here: https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE For Windows to boot from a VirtIO SCSI disk, a bit of a dance is needed and explained here...
  3. aaron

    100% Memory Spikes on Guest

    Can you post the config of the VM? Run the following command on the host: qm config 110 and post the output within blocks (or use the formatting buttons of the editor. Regarding "memory usage spikes" in the VMs summary panel: If the "Ballooning Agent" is not running in the VM, Proxmox VE can...
  4. aaron

    Proxmox Virtual Environment 9.0 released!

    @tithitoy @down16 This is not a problem, but due to the BSDs not reporting back any details regarding their internal memory usage. Therefore, we can only fall back to the host memory view, which has now changed a bit as we account for the overall overhead better. In the past, the used memory...
  5. aaron

    Proxmox Virtual Environment 9.0 released!

    @juliokele to follow up here, yes there were some changes in how we gather and calculate the "host view" of the guests memory usage. See this commit which introduced the change: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=b14ae0d9a5ed527b1eb547c9b5c5073142841954
  6. aaron

    Proxmox-VE Boot issue

    hmm, und damit ich das richtig verstehe, die Gäste starten und sind grundsätzlich erreichbar? Falls ja, wie ist das Netz konfiguriert? Also gehen die über die default vmbr0 raus oder gibts da eine eigene? Hat der Host selbst nur ein IP? Der zweite screenshot sieht so aus als ob da gerade was...
  7. aaron

    Proxmox-VE Boot issue

    Kommst du am Host in ein anderes TTY? (CTRL+ALT+Fx) also F1 bis F12? Und taucht dort evtl. eine login Maske auf?
  8. aaron

    Proxmox Virtual Environment 9.0 released!

    The longer the selected time span, the more visible the difference is. Don't you have more spikes in the CPU graph with MAX? The new pressure stall graph data is only collected with PVE9. Prior to that, there won't be anything to graph. Also, memory stalls are rather rare. One way I could...
  9. aaron

    Is this an enterprise SSD?

    I can recommend the following website to quickly check and filter stuff based on properties. English (UK): https://skinflint.co.uk/ German (AT,DE,CH): https://geizhals.at So for this particular SSD...
  10. aaron

    Ceph osd init failed

    Absolutely! If you still had enough OSDs and at least one replica of all PGs (no unfound PGs), you could also have cleaned up those corrupted OSDs, wiped the disks and set them up new again. So very roughly from the top of my head: vgchange -an {affected VG} rm -rf /var/lib/ceph/osd/ceph-{OSD...
  11. aaron

    Ceph osd init failed

    Where did you run the FIO benchmark? In a VM or on the host? If on the host, is /dev/sda by any chance the disk that is used by that OSD? lsblk should show a view of the LVs and VGs and on which physical disk they are located. Do you see any other I/O errors in dmesg or the journal?
  12. aaron

    Verständnisfrage Prune Jobs / Backup Retention

    Wenn man an mehreren Stellen einstellt, wie viele Backups vorgehalten werden sollen, gewinnen die aggressiveren Einstellungen. Z.B. sehr vereinfacht: Wenn am Backup Server 20 behalten werden sollen, aber man dann im Backup Job, oder den Storageeinstellungen auf Proxmox VE Seite nur 10 setzt...
  13. aaron

    LTO Laufwerk wird nicht erkannt

    Was meinst du damit genau? AFAIU wird das (externe?) LTO Laufwerk mit SAS angebunden oder? Entsprechend sollte der Server einen SAS Controller haben, der einen externen SFFxyz Stecker hat. Dann sollte das vom Host auch als entsprechendes Gerät erkannt werden, und unter /dev/tape/by-id/...
  14. aaron

    Anzeige Storage Kapazität im WebGUI PVE

    Ohne Details zu kennen. Aber ja, die vollste OSD gibt vor, wie viel freier Platz geschätzt wird. Der Ceph-Balancer, genug PGs damit diese kleiner sind, sorgen dafür, dass die OSDs meist gut gleichverteilt voll sind. Wenn das auch nicht klappt, kann man mit dem "reweight" Parameter eine OSD auch...
  15. aaron

    Anzeige Storage Kapazität im WebGUI PVE

    Ceph verteilt die Daten über die OSDs. Das "weight" korreliert mit der Größe und wird vom CRUSH Algorithmus berücksichtigt. Wenn der Cluster groß genug ist, tun unterschiedlich große OSDs nicht "weh" im Sinne von, nicht genug Platz. Wo große Unterschiede aber schon zu Problemen führen können...
  16. aaron

    Prevent ZFS rpool fragmentation

    I wouldn't worry much about fragmentation on SSDs. In comparison to HDDs, the access times are the same, no matter "where" the data is stored. Especially since with wear leveling, the logical and physical location of the data on the chips is always transparently remapped by the SSDs FTL (flash...
  17. aaron

    net.tcp auf port 8100 funktioniert nicht

    hmm… Probier mal bei der NIC der VM die "Firewall" Checkbox auszumachen. Vor allem, wenn die eh nie für die VM verwendet werden soll.
  18. aaron

    net.tcp auf port 8100 funktioniert nicht

    Du könntest auch noch eine NIC direkt an die VM via PCI Passthrough durchreichen. Dann ist da von Proxmox VE Seite wirklich nichts mehr dazwischen und du hast, aus Netzwerksicht, eine bare-metal Kiste. Evlt. wirst du im BIOS IOMMU aktivieren müssen. Dann sind hoffentlich mehrere Ports auf der...
  19. aaron

    Ceph PG quantity - calculator vs autoscaler vs docs

    Okay, a few things I notice: Different Device Classes: If it is true, you have HDDs and SSDs as OSDs. Currently all pools store their data on all OSDs, ignoring the difference. You could create device-class specific rules and assign them to the pools to separate which pools should be stored on...