Search results

  1. itNGO

    Backup - libceph: read_partial_message 00000000df61d3e0 signature check failed

    Ja, aber man "ziert" sich noch etwas das einzubauen.... im Moment ist es eher son "dirty-workaround".... aber wir fahren da seit einigen Tagen "sehr!" gut mit.... ;-)
  2. itNGO

    VM update from Server 2022 to Server 2025

    Try clean install.... inplace Upgrades are not recommended. Even Microsoft itself says, clean install is recommended.... btw.. this has not really to do with PVE.... Else here is the error-code list from MS. It is the same for 22 to 25... 0xC1900101 – 0x40017 -...
  3. itNGO

    Timeframe for Ceph 19.2?

    Any guess for Ceph 19.2 implementation on the horizon?
  4. itNGO

    Restore nicht möglich und danach LXC nicht mehr in Liste

    Sorge für ausreichend freien Speicherplatz und wiederhole den Restore... wenn dein Backup noch existiert, sollte das kein Problem sein.... Du gehst dann nicht über "CT/ID", die ja nicht mehr existiert, sondern direkt auf den Speicher wo deine Backups liegen. Dort sollte der Container mit seiner...
  5. itNGO

    Restore nicht möglich und danach LXC nicht mehr in Liste

    Die tatsächlichen Fehlermeldungen würden schon helfen....
  6. itNGO

    Fleecing - "Orphaned" fleece files

    We have comparable issue here... when PVE-Host or PBS crashed for whatever reason during Backup with enabled fleecing... all fleecing disks stay and never get deleted... the next backup for this VM will fail with error "already existing" fleecing disk. Sometimes with qm rescan the disks are...
  7. itNGO

    [Feature request] Ability to enable rxbounce option in Ceph RBD storage for windows VMs

    Just for Information... we changed two 3-Node-Clusters with this "fix" and just had our PBS-Run.... about 170VMs, around 110 of them running Windows... Not a single CRC error... smooth and fast.... so whatever it takes... this fix has to be implemented permanently as an option! Before the...
  8. itNGO

    PVE auf Hetzner - PVE-Neustarts beim Erstellen von LXC

    Das halte ich für eine gewagte "These"... die P-Cores dürften wohl um Potenzen schneller sein beim Context-Switch was wiederum zu viel besseren "CPUWaitTimePerDispatch" führt.... da müsstest du wohl einige dutzend E-Cores haben um nur wenige "P-Cores" beim MultiThreading zu schlagen..... Und...
  9. itNGO

    Loosing space on PVE VM Store

    "zpool status" output please and some fact about your layout may help....
  10. itNGO

    Hetzner nicht mehr erreichbar bzw. kann nicht neu hinzufügen

    Das musst du per CLI machen, in der WebGui ist dafür nix vorhanden. Da fügst du nur später dann den "Ordner" hinzu den du per fstab gemounted hast....
  11. itNGO

    PVE auf Hetzner - PVE-Neustarts beim Erstellen von LXC

    Also bei Hetzner ist der Strom schon inklusive.... daher wäre das eher "verschenkte" Leistung.... generell gebe ich dir aber recht.... beide Varianten funktionieren..... nur "mixed" ist halt noch "Essig"....
  12. itNGO

    PVE auf Hetzner - PVE-Neustarts beim Erstellen von LXC

    Naja... Proxmox an sich hat auch keine Probleme mit E-Cores.... KVM bzw. der Kernel hat diese sowie eben "ALLE" anderen Baremetal-Virtualisierer. Das muss halt konzeptionell erstmal eingebaut werden. Der Scheduler für die VMs muss das halt auch verstehen. Gib dem ganzen einfach mal 1 bis 2...
  13. itNGO

    Low disk system performance in Proxmox 7.4 - 8

    Well, you can pin the old Kernel and update the rest to keep your perfomance where you expect it to be... even our 8.2.2 PVE does run fine with an very old Kernel.... Linux 5.13.19-6-pve (Tue, 29 Mar 2022 15:59:50 +0200) People may cry now that this is unsafe or whatever.... but while waiting...
  14. itNGO

    [Feature request] Ability to enable rxbounce option in Ceph RBD storage for windows VMs

    Thx for sharing and joining the discussion... Disabling KRBD is what we often did in the past. This problem rises nearly everywhere when Proxmox Backup Server is used, KRBD is enabled and you backup Windows VM... so I consider this as a "known" issue.... But in our cluster "NVME-Only" 3...
  15. itNGO

    PVE auf Hetzner - PVE-Neustarts beim Erstellen von LXC

    Der Einsatz von heterogenen CPU-Kernen ("Mix-Power-Cores") in der Hardware-Virtualisierung stellt derzeit eine erhebliche Herausforderung dar – und das betrifft nicht nur KVM, sondern alle Virtualisierungsplattformen. Noch kämpfen alle großen Virtualisierungslösungen mit dieser neuen...
  16. itNGO

    [Feature request] Ability to enable rxbounce option in Ceph RBD storage for windows VMs

    Customer support ticket... not a Bug-Report.... this will be next step if necessary....
  17. itNGO

    [Feature request] Ability to enable rxbounce option in Ceph RBD storage for windows VMs

    I made a ticket @proxmox and asked for "permanent" implementation option....
  18. itNGO

    [Feature request] Ability to enable rxbounce option in Ceph RBD storage for windows VMs

    So for my understanding, you edit "/usr/share/perl5/PVE/Storage/RDBPlugin.pm" and add these lines? # added this option variable as proof of concept my @options = ( '--options' , 'rxbounce', ); What has to be done after edit? Reboot nodes? Anything else?