UdoB's latest activity

  • UdoB
    UdoB reacted to Impact's post in the thread Backup to PBS not incremental ? with Like Like.
    They probably didnt configure the CT Change Detection Mode. @HomerJ.S. Any particular reason you use suspend over mode? pct config 111 might be of interest too.
  • UdoB
    UdoB reacted to SteveITS's post in the thread Backup to PBS not incremental ? with Like Like.
    https://pbs.proxmox.com/docs/installation.html#minimum-server-requirements-for-evaluation “ Prefer fast storage that delivers high IOPS for random IO workloads; use only enterprise SSDs for best results. If HDDs are used: Using a metadata cache...
  • UdoB
    UdoB reacted to Falk R.'s post in the thread OVS Konfiguration with Like Like.
    Hi, wenn du nur VLANs nutzen willst, brauchst du dir keinen OVS antun. Natürlich gehen VLANs auch ohne OVS. Nutze für LACP einen Bond und diesen nutzt du als Uplink für deine vmbr. Die vmbr VLAN Aware aktivieren und du kannst der VM Nic das...
  • UdoB
    Have you tried looking at the documentation? https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-pg/
  • UdoB
    UdoB replied to the thread Which Machine Would You Use.
    Well, did you compare the power consumption? (I am in Germany, and costs for energy are insane.) From the technical details I would prefer the Dell for one Detail: ECC Ram. Unfortunately the H700 is not ZFS-compatible and I do not know if it...
  • UdoB
    When I do potentially problematic things like changing the topology or to run "experimental" commands like you do I set a global checkpoint to have a way back to the previous global state of the "rpool". See man zpool-checkpoint for details...
  • UdoB
    UdoB reacted to Onslow's post in the thread Can't access web interface with Like Like.
    My idea at the moment is that you can boot this laptop from a Debian Live CD and see whether the adapter works in it, or not. Then from some Ubuntu Live CD. It will show if the reason is in the laptop or in the operating system (particularly in...
  • UdoB
    UdoB replied to the thread Backup to PBS not incremental ?.
    While a new backup will transfer only changed data, PVE first has to decide which data has been changed. On a running VM there is a "dirty bitmap", which knows exactly which bytes had been modified since the last backup. For a VM which has has...
  • UdoB
    While having limited budget resources but expecting some kind of ha of your solution I assume you would even have limited man power to maintain and fix problems as they appear. So you should look for a solution which you are familar with and in...
  • UdoB
    UdoB reacted to weehooey-bh's post in the thread Cluster Network Design Question with Like Like.
    Corosync can run over a bond, but it is not recommended. Smaller clusters and blade servers regularly use bonded interfaces out of necessity. Having multiple IP addresses per host is a standard deployment for a PVE cluster. In fact, it is...
  • UdoB
    UdoB reacted to janus57's post in the thread Interface Namen fixieren with Like Like.
    Hi, I don't completely understand but I think this can help : Running PVE8 full up-to-date with no-sub repository. Best regards,
  • UdoB
    UdoB reacted to andrej75's post in the thread OVS Konfiguration with Like Like.
    Danke für den Tipp. Die AI lag falsch ;-) Es geht auch mit Linux/Bond Bridge Diese Konfiguartion funktioniert ohen Problem. Ich habe LACP und VLANs auto lo iface lo inet loopback auto enp2s0f0 iface enp2s0f0 inet manual bond-master...
  • UdoB
    UdoB replied to the thread Interface Namen fixieren.
    Sicher? Ich habe kein 8.x mehr zur Hand, aber "man könnte" das ja mal überprüfen. Ansonsten: die Problematik ist ja nicht neu und die manuelle Methode existiert "schon immer"...
  • UdoB
    Yes, most probably you have lost data. As you are having 3 copies of every PG, it can happen that PG was located on those three disks, so when you have removed them at the same time it became unavailable. As you have wiped OSDs, I dont think...
  • UdoB
    That's just not how it works. "Failure domain" is host. You could have shutdown one host with all 4 OSDs going down. That would have worked fine. All data is distributed between those three nodes. You do not know onto which OSD. (Well, you...
  • UdoB
    The recommended place for Bugs and for Feature Requests is over there: https://bugzilla.proxmox.com/enter_bug.cgi?product=pve While several Proxmox staff members do regularly use this forum (thank you for that!), that one is considered to be...
  • UdoB
    Have you waited for Ceph to recover after removing each OSD ?
  • UdoB
    Given no more information: either run it in a VM instead of a container or update Proxmox to a version that supports the OS your want to run in a container. Keeping your Proxmox up to date might be a good thing in itself (with security fixes and...
  • UdoB
    Did you already read the relevant parts of the manual? https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_cluster_network https://pve.proxmox.com/wiki/Deploy_Hyper-Converged_Ceph_Cluster#_recommendations_for_a_healthy_ceph_cluster...
  • UdoB
    Naja, es ist halt ein Stück zusätzliche Komplexität. Wenn man in erster Linie die da gespeicherten Daten eh in Containern oder VMs verarbeiten möchte, könnte man die schließlich auch direkt in den entsprechenden lxcs/vms zugewiesenen virtuellen...