Recent content by gurubert

  1. gurubert

    Ceph will not mount after apt update

    Updates should be made node for node and include a node reboot if necessary (new kernel, systemd etc).
  2. gurubert

    Ethernet (ip a) how to figure out to which host they belong

    The VMID or the CTID is the first number in the interface name. veth129i0 is the first interface of container 129.
  3. gurubert

    Ceph - Reduced data availability: 3 pgs inactive

    These PGs are lost if all of your OSDs are online again. You will have to remove them. Look in the Ceph documentation under PG Troubleshooting.
  4. gurubert

    [SOLVED] CEPH: public and cluster network

    When you only have one fast network connection use that for the Ceph public network and do not configure a cluster network. A cluster network is only useful when you have a separate physical network infrastructure that is at least twice as fast as the one for the public network.
  5. gurubert

    Ceph freeze when a node reboots on Proxmox cluster

    How many MONs does the Ceph cluster have?
  6. gurubert

    Proxmox with 48 nodes

    If you need more than 32 nodes for compute maybe you have outgrown Proxmox VE and should look at larger systems like OpenStack.
  7. gurubert

    Mehrere RBD Devices mit unterschiedlicher Größe in Proxmox CEPH einrichten

    Da ist tatsächlich ein Anwendungsfall für mehrere Pools und Quota. In einem Pool, der in Proxmox als Storage eingebunden wird, kann dann jedes Institut für sich mehrere VMs ablegen. In Proxmox lässt sich das dann auch verrechten.
  8. gurubert

    Mehrere RBD Devices mit unterschiedlicher Größe in Proxmox CEPH einrichten

    Das RBD ist die virtuelle Festplatte für eine VM. Dieses hat immer eine bestimmte Größe. Ein Ceph-Pool kann mehrere RBDs aufnehmen und ist grundsätzlich so groß wie der gesamte Cluster. Außer er wird mit einer Qouta versehen. Mehrere Pools teilen sich die Gesamtkapazität des Clusters. Ich...
  9. gurubert

    Ceph Migration from Nautilus to Reef: Incompatibility Issues

    You can only jump over one Ceph version when upgrading. So from 14 you can upgrade to 16 and only after that to 18. The upgrade procedures are documented on https://pve.proxmox.com/
  10. gurubert

    Proxmox Network Load Balancer?

    Proxmox is a virtualization platform, not a cloud platform.
  11. gurubert

    SDN / Ceph Private Network

    Why would you want to tunnel storage traffic through a tunnel like VXLAN?
  12. gurubert

    [SOLVED] Ceph not working / showing HEALTH_WARN

    Usually when building a Ceph cluster one starts with the MONs and not the OSDs.
  13. gurubert

    Ceph DB/WAL on SSD

    With m=1 you have the same redundancy as with size=2 and min_size=1 or in other words you have a RAID5. You will lose data in this setup. You could run with k=2 and m=2 but will still have to cope with the EC overhead (more CPU and more network communication).