proxmox ceph cluster network

  1. M

    [SOLVED] Network issues with Ceph after Proxmox node restart (OVS, MTU 8900)

    We are using Open vSwitch (OVS) for networking in our Proxmox VE cluster. We are experiencing a network issue after restarting a node – Ceph is not immediately ready, and HEALTH_OK status takes several minutes to appear instead of just a few seconds. Observed behavior: • Ping with MTU...
  2. S

    [SOLVED] Ceph MON Service Not Starting on pve2 and pve3 in a Virtualized Proxmox Cluster

    pve version: 8.3.4 ceph version: 19.2 I have only one physical network interface on my physical Proxmox server, so I don't have the opportunity to configure separate Ceph cluster and Ceph public networks. To work around this, I created virtual networks using Linux bridges on the physical...
  3. R

    How Do I Build a Ceph Cluster Network?

    Here's my hardwares: 1. 6 servers, each with 4 * 25GB NICs 2. Two 25GB switches,These two switches are only used for CEPH's cluster network. I want to avoid a single point of failure for server NICs and switches, how do I build this cluster network? It's two switches. Is it stacking or...
  4. A

    How to Change/Add NEW PRVT Network to Vanilla Cluster; Post Cluster Build?

    Hello as the title states, I would like some insight on configuring my very vanilla proxmox cluster that is presently on my main network. Of Course, after the cluster creation I read (I know, I know, next time read 1st) that the cluster should be on its own network with intentions to configure...
  5. B

    Slow ops in ceph.

    Hi, i have 2 erros regarding ceph. I have ceph version 17.2.6 (995dec2cdae920da21db2d455e55efbc339bde24) quincy (stable) on all nodes. 1- Reduced data availability: 128 pgs inactive, 5 pgs stale: pg 1.8 is stuck stale for 2d, current state stale+active+clean, last acting [1,2,3] pg 1.a is stuck...
  6. P

    cluster ip question

    I have a shared network with 3 hosts and the IP on the interface for the Cluster network 10.10.10.10 10.10.10.11 10.10.10.12 in the cluster network configuration could I do the following to restrict the cluster network to specific IP's? Instead of a subnet cluster_network = 10.10.10.10\32...
  7. N

    Interface Bonding of Storage and Network Traffic NIC's

    In our 3 node cluster we currently have 2 10G ports that are bonded, and then we set separate VLAN's on the bonded NIC for Ceph Storage traffic (say vlan 1) and proxmox VM traffic (say vlan 2). So we have bond0.1 and bond0.2 traffic. I was under the impression this was not ideal as the bonded...
  8. J

    Ceph cluster/private network

    Hello, I currently have this CEPH configuration on a three-node Proxmox 5.1 network: [global] auth client required = cephx auth cluster required = cephx auth service required = cephx cluster network = 172.16.0.0/12 fsid = xxxxxxxxxxxxxxx...