Recent content by fstrankowski

  1. fstrankowski

    Abschalten von "You do not have a valid subscription for this server ..................."

    Hatte ich vor einiger Zeit auch nochmal zur Diskussion gestellt und es gab die klare Ablehnung aufgrund der nicht rechtfertigbaren Kosten für Aufwand/Verwaltung dieser Lizenzen. Edit: Johannes war schneller.
  2. fstrankowski

    Offtopic: Jellyfin erzeugt beim Abspielen hohe Load auf ProxmoxVE

    Transkodierst Du die Filme beim Abspielen? Wenn dem so ist, schalte mal alle Transkodierungsoptionen aus.
  3. fstrankowski

    [SOLVED] Another io-error with yellow triangle

    Maybe useful for people coming back to this thread one day: Take a look at the kernel.org thread which describes this bug including examples from Proxmox and QEMU. There is also an excellent writeup here.
  4. fstrankowski

    Max cluster size

    TLDR; This is an excellent go-through the requirements of corosync-tuning for larger clusters by @fweber (which is in fact part of linked thread by @bbgeek17)
  5. fstrankowski

    Ceph squid OSD crash related to RocksDB ceph_assert(cut_off == p->length)

    Best of luck to you * fingers crossed *. I had to rebuild the whole cluster in my clients case and fix ceph by manually restoring placement groups - which was a pain.
  6. fstrankowski

    Ceph squid OSD crash related to RocksDB ceph_assert(cut_off == p->length)

    This will only fix your problem in the short term. Fragmentation will come back relativly quick. You better add more OSDs or wipe some data off your pools :-)
  7. fstrankowski

    Ceph squid OSD crash related to RocksDB ceph_assert(cut_off == p->length)

    Initially i'd like to raise concerns about the amount of available storage already beeing in use. By default CEPH doesnt allow more then 80% so you'd have to take precautions really soon while taking these concerns into consideration. I'd highly suspect that your error is caused by your OSD...
  8. fstrankowski

    Wie kann ich im Cluster Ausfallsicherheit herstellen?

    Ich denke, dass Du deine Rolle hier im Forum, wie auch deine Kompetenz, maßlos überschätzt. Damit ist das OT für mich an dieser Stelle erledigt.
  9. fstrankowski

    Wie kann ich im Cluster Ausfallsicherheit herstellen?

    Es funktioniert nicht ausschließlich mittels ZFS Replikation. Meine Aussage war vollkommen korrekt, jedoch in diesem Fall schlecht formuliert, denn dafür wäre dann wie erwähnt HA notwendig. Deinen Elfenbeinturm der didaktischen Überheblichkeit kannst Du jetzt wieder abschließen.
  10. fstrankowski

    Wie kann ich im Cluster Ausfallsicherheit herstellen?

    Wenn Du wirkliches HA möchtest geht nichts ohne shared Storage. Bei ZFS Replikation hast Du immer das Delta zwischen den Syncs und im worst Case musst Du eben per Hand die VM/LXC-Config manuell verschieben.
  11. fstrankowski

    Upgrade from 6.3-9 to 7.x

    We're close. 5>9 is our "oldest" but very well maintained.
  12. fstrankowski

    [SOLVED] How do you restore backups?

    Select the appropriate storage endpoint in your GUI :)
  13. fstrankowski

    Upgrade from 6.3-9 to 7.x

    Welcome to the Forum! You're lucky, Proxmox recently released an archive mirror which comes in handy for your "usecase": http(s)://archive.proxmox.com/debian/pve Add that repository to your sources and you should be able to finish what you're trying to accomplish.