Recent content by gurubert

  1. gurubert

    Purpose of pve-dbus-vmstate@VMID.service?

    It looks like the timeout messes things up.
  2. gurubert

    Purpose of pve-dbus-vmstate@VMID.service?

    Hi, what is the purpose of the pve-dbus-vmstate@.service? It starts a Perl script /usr/libexec/qemu-server/dbus-vmstate but not for every VM. We have seen it running for a few VMs and sometimes it fails: Aug 31 15:17:22 pve56 systemd[1]: Starting pve-dbus-vmstate@6000.service - PVE DBus...
  3. gurubert

    Proxmox VE 7 is vulnerable to some type of 0day/RCE non auth

    Sorry for your loss, but why would anyone do that?
  4. gurubert

    Proxmox + Ceph across 2 datacenters

    Basically you need three locations for automatic HA. Otherwise you will always have issues with split brain situations. Addendum: If there is no common layer 2 network available for the VM traffic you cannot migrate a VM from one location to the other.
  5. gurubert

    Migration from VMware vSAN to Proxmox CEPH

    This will only work if the current VM workload only needs less than half of the available hardware resources.
  6. gurubert

    Ceph OSD crashes with BlueStore::_txc_apply_kv() assertion (FAILED ceph_assert(r == 0)) on Squid 19.2.4

    You may be experiencing this bug: https://docs.clyso.com/docs/kb/known-bugs/squid/#squid-deployed-osds-are-crashing
  7. gurubert

    Grundsatz für Shared Storage

    Ich wüsste nicht, was an der Verwaltung von /etc/exports komplex sein sollte.
  8. gurubert

    Grundsatz für Shared Storage

    apt install nfs-kernel-server installiert einen NFS-Server im Proxmox, denn das ist auch nur ein Debian. Zur Einrichtung und Verwendung eines NFS-Servers empfehle ich weitere Recherche im Internet.
  9. gurubert

    Grundsatz für Shared Storage

    In einem solchen Szenario wäre ein NFS-Server direkt auf dem Proxmox die simpelste Lösung. Und dann die NFS-Exporte nach Bedarf in die VMs mounten.
  10. gurubert

    OSD crash blockiert gaanzen Ceph Kluster

    Sind die OSDs mit Version 19 erstellt worden? https://docs.clyso.com/docs/kb/known-bugs/squid/ Wobei in der Fehlerbeschreibung kein Hängen sondern ein Crash erwähnt wird.
  11. gurubert

    CheckMK Fehler Proxmox Monitoring: PVEScheduler und Interface Speed

    Beim Interface warnt Checkmk, weil sich die Geschwindigkeit seit dem ersten Service Discovery geändert hat. Ist das tatsächlich der Fall (von 10G auf 1G)? Oder ist das jetzt einfach anderes Interface an dem Index? Dann sollte besser der Interfacename im Servicenamen auftauchen. Dafür gibt es in...
  12. gurubert

    Ceph flapping OSDs - OSDs only using public network not the cluster one

    OSDs need both networks (Ceph public_network and cluster_network) to function on all nodes to be able to properly work . If one of these two networks do not work the OSDs flap.
  13. gurubert

    Promiscuous Port in PVE Cluster

    Is it configurable after you manually migrate the VM to node 2? What happens to the mirror port on node 1 after the migration?
  14. gurubert

    latency on ceph ssd

    Slow networking also adds latency.
  15. gurubert

    Ceph in 2026 HDD

    For erasure coding with k=8 and m=3 you need at least 12 nodes.