Search results

  1. C

    How to make VM ignore missing luks drives?

    https://wiki.archlinux.org/title/Fstab
  2. C

    Size of 3 node cluster Proxmox VE with NVMe

    It's easy. You have 3/2 replication. You need 2 copies of the dataX (PG) to be ceph writable. If you don't have 2 copies of the dataX, dataX is readonly. So it depends on where are dataX placed on what disks on specific node, where disk fails.
  3. C

    Does a new Proxmox instalation knows about my Pool HDDs?

    You need to restore configuration from backup or set it Datacenter->Storage for HDD pool.
  4. C

    Ceph monitor is low on available space

    1] Proxmox on sd card is no go, use ssd 2] give enough space for pve + ceph (at least multipe 10 GBs) - updates, ceph (problem states) spamming logs, etc, it can save cluster from fail due out of space
  5. C

    Automated Proxmox Installation

    This wii works when one disk available. What about multiple disks servers? The OP has /dev/sda and /dev/sdb, which disk is the correct 32GB?
  6. C

    [SOLVED] Detect live migration from inside the guest VM

    I said, try lldpctl in VM. If it's enabled on undergoing device, you can see some info about it. But it will detect change after migration done.
  7. C

    Kernel 6.8 and dell r940 network interfaces

    Hi, we have some dells currently on 7.4 in production and none spare for testing, so i am unable to check if PVE8.2 with "Broadcom problematic" kernel 6.8 will have problem with network interfaces. firmware: Broadcom BCM57412 10G SFP Dual Port PCIE adapter -> 20.06.05.11 (available...
  8. C

    Adding Management Interface LAN side

    PVE GUI listen on every iface with ip so you can use this (routing, nat, etc). Or you can use reverse proxy (frontend lan, backend "wan") etc.
  9. C

    Ceph: Unusable random read/write performance

    1] ceph rados bench 2] for compare https://forum.proxmox.com/threads/proxmox-ve-ceph-benchmark-2023-12-fast-ssds-and-network-speeds-in-a-proxmox-ve-ceph-reef-cluster.137964/
  10. C

    Very Poor Ceph Performance

    1] dd test are useless, use fio, anyway, please post bechnmark results every time 2] use 1 gbit for VM's traffic, move public_network to 10 G (if it's possible, because public_network = proxmox mgmt network usually). or get 10 G switches (ebay, etc) 3] how is connected backplane to...
  11. C

    The Intel X710 LAN connection goes down and up all the time

    Possible tests: - direct connect without switch + iperf test - use 802.3ad mode and test vs switch or vs direct connected hosts
  12. C

    Very poor storage performance in PVE ceph

    What about "rados bench" test? Power savings disabled?
  13. C

    ceph isn't meeting performance expectations

    Ceph isn't working as raid, so you can't calculate this way. Your network latency is very high, so you have (don't counting "slow" HDD) slow CPU or power savings enabled etc.
  14. C

    iSCSI - Disk not Active on all nodes in the cluster

    Check via cli if 2nd node has iscsi logged. Webui is little problematic with iscsi. https://pve.proxmox.com/wiki/Proxmox_ISCSI_installation
  15. C

    Problem with repository access

    Isn't better to check if cdn dns geo/ttl configuration is sane? Rather unnoticed breaking ?
  16. C

    Problem with repository access

    I did another test. # date Thu Jun 13 11:37:14 AM CEST 2024 # ping -4 download.proxmox.com PING (212.224.123.70) 56(84) bytes of data. 64 bytes from de.cdn.proxmox.com (212.224.123.70): icmp_seq=1 ttl=55 time=8.01 ms 64 bytes from de.cdn.proxmox.com (212.224.123.70): icmp_seq=2 ttl=55...