Search results

  1. C

    connecting Ceph ProxmoxVE Nodes

    Hm, 100GBit/s switch...show me please switch with almost 1Tbps ports.
  2. C

    Proxmox update from 7.2-4 GRUB update failure

    FYI - this problem is not only PVE side, because last night maintenance it hit (semirandomly) about 5% VMs.
  3. C

    AMD Opteron 6276 - Slow performance compared to bare metal or ESXi

    Opteron 6276 is very old and slow performant. Use better HW. Problem solved.
  4. C

    Storage configuration setup : Nvme+HDD vs. Nvme

    Hypervisor with 1 disk is nonsense if you don't have multiple such hypervisors with network storage. Solution: 2x ssd raid (pve+vm/cs) + hdd raid as data/backup storage only or 2x ssd raid (pve) + 2x ssd raid (vm/ct) etc.
  5. C

    Zabbix template

    "ceph-mgr Zabbix module" via https://docs.ceph.com/en/latest/mgr/zabbix/
  6. C

    New all flash Proxmox Ceph Installation

    Drop 10Gbps rj45 and use sfp+ only (10,25Gbps variant, dac or fibre). Power consumption and latency are better. You can use extra 2x nvme disks per node as other data pool.
  7. C

    Proxmox and Netdata

    Netdata don't care about host role. You need tweak its trigger levels if defaults are out of the way.
  8. C

    [SOLVED] WARNING: CPU: 0 PID: ... [openvswitch]

    Same on hp dl380p g8 intel cpu. Probably solved in kernel patch mentioned in https://github.com/openshift/okd/issues/1189.
  9. C

    Slow restore backup to DRBD9 storage.

    Proxmox don't support drbd. Ask Linbit.
  10. C

    Add server as non-voting member of cluster?

    Only disk migration? Use shared/network storage or something as zfs sync.
  11. C

    Proxmox HA cluster with ceph - need help with network topology and storage

    ad 1] a] 1 corosync link on ceph bond + 1 corosync link in mesh b] 1 corosync link on 1gbps link on dedicated switch + 1 corosync link in mesh c] 1 corosync link on 10gbps + 1 corosync link on 10gbps - all without mesh etc... tldr: split corosync link so they aren't dependent on one logical...
  12. C

    3 site Ceph cluster

    Check https://pve.proxmox.com/wiki/Cluster_Manager#_cluster_network and other network related things https://pve.proxmox.com/wiki/Deploy_Hyper-Converged_Ceph_Cluster
  13. C

    Replacing a node in a cluster - LVM to ZFS

    You can use same name. Search PVE docs for removing/adding node. Non-uefi boot way: https://aaronlauterer.com/blog/2021/move-grub-and-boot-to-other-disk/ (or search google).
  14. C

    Enterprise SSD, Dell R730xd servers, 20Gbps link, still Ceph iops is too low

    Do you really understand what are you benchmarking? You can't calculate ceph iops based on ssd iops. Read this https://forum.proxmox.com/threads/proxmox-ve-ceph-benchmark-2020-09-hyper-converged-with-nvme.76516/ .
  15. C

    Cluster problems after removal and re-adding the same node

    Cluster communication is based on ssh, so fix ssh (key, authorized_keys) on every node (/etc/root, /etc/pve directories).
  16. C

    Ceph pool disk size increase.

    OSD size -> weight parameter OSD change - don't remove nodes from cluster, just change disks. Check documentation (pve, ceph).
  17. C

    Stopped VM raise zabbix notification of the network interface due backup

    Hi, running backup of the stopped VM regularly and when it meets some zabbix check, it will raise notification because VM interface on PVE is going up/down: PVE: INFO: Finished Backup of VM 101 (00:00:10) INFO: Backup finished at 2022-02-11 02:00:35 INFO: Starting Backup of VM 102 (qemu) INFO...