Recent content by jdancer

  1. J

    New install on Dell R710 - Upgrade PERC 6 to H310 or H730?

    I have flashed a PERC 6 in a Dell R200 to IT-mode using Broadcom firmware using someone's web blog post. This was awhile ago. 12th-gen Dell PERC controllers (ie, H310) can be flashed to IT-mode per https://fohdeesha.com/docs/perc.html I have these running production with no issues. Just don't...
  2. J

    PVE8 Intel I350-T4 NIC driver issues

    Hardware that works in both R630 & R640, you can use the R640 firmware for the hardware on the R630. I flashed the firmware using the Dell .BIN file for RHEL & clones.
  3. J

    PVE8 Intel I350-T4 NIC driver issues

    I use Dell X550/I350 rNDCs (CD2VM) wihout issues in production with the latest 7.x kernel in R630s. BIOS settings enabled options are X2APIC, I/OAT DMA, UEFI, and Secure Boot. I do NOT have SR-IOV enabled. I did flash the Dell version 23.0.0 Intel X550/I350 firmware on the rNDCs. YMMV.
  4. J

    Are refurbished laptops reliable enough for a small Proxmox VE homelab?

    Since Proxmox is Debian with an Ubuntu LTS kernel, it's reliable enough. Have it running on a Dell Latitude 5421 with no issues.
  5. J

    Ceph in 2026 HDD

    Been migrating Dell VMware clusters running SAS HDDs over to Proxmox Ceph. As you know, Ceph is a scale-out solution. More nodes/OSDs = more IOPS. These Dells are 2U 16-drive bay servers. Use 2 small SAS drives to mirror Proxmox using ZFS RAID-1. Rest of drives are OSDs. Servers are running...
  6. J

    4 node cluster with CEPH

    Been migrating Dell VMware clusters over to Proxmox Ceph clusters. As with VMware, Ceph really, really wants homogeneous hardware, ie, same CPU, memory, storage, storage controller, firmware, networking. While it's true, 3-nodes is the minimum for quorum, you really want 5-nodes, so can lose...
  7. J

    Ceph 3-node cluster, VM I/O freeze after node reboot/update

    If you know you will never expand this 3-node cluster, I suggest using a full-mesh broadcast network. This eliminates a switch and every node will drop packets not addressed to it. Promox has a KB on it at pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server#Broadcast_Setup While not...
  8. J

    Server hardware recommendations for new 3–4 node Proxmox VE / Ceph cluster

    At work, been migrating 13th & 14th-gen Dell VMware clusters over to Proxmox Ceph. Swap out the PERC RAID controllers for Dell HBA330s IT-mode controllers, since Ceph/ZFS don't work with RAID controllers. If I was buying new, I will go with single-socket high-core CPUs (64/96/128/etc), like AMD...
  9. J

    CEPH & ZFS Using a PERC H755n

    As you know, ZFS & Ceph really don't play nice with RAID controllers like Dell PERCs. While it's true you change the PERC from RAID mode to IT-mode, I've had issues in the past with the megaraid_sas driver. That's why I switch out Dell PERCs for Dell HBAs, like the Dell HBA355i. It uses the...
  10. J

    ZFS with PERC H745: is RAID0 the same as JBOD?

    On 13th- & 14th-gen Dells PERCs, have to delete the virtual disks before switching it to HBA-mode. Call it a quirk. I've also had issues with the megaraid_sas driver in the past, so I just swap out the PERCs for Dell HBA330s, which is a true IT-mode strorage controller. It uses the much simpler...
  11. J

    Who runs Proxmox on the oldest hardware ?

    Have it running on a Dell R200 which was released back in 2007. Was running LXCs but now it's a PBS instance. Mirrored ZFS drives. Makes for good small LXC/PBS server but that's all it's good for.
  12. J

    [SOLVED] Trying to enable nested virtualization results in perfomance loss on vm

    I don't run nested virtualization using Windows guests but do with Linux guests especially with Proxmox, ie, phystical Proxmox -> vitual Proxmox -> Linux guest. I do use CPU type of 'host' as your screenshot shows. As for number of cores, I see you use '16' which is quite alot, IMO. I use the...
  13. J

    [SOLVED] Dell R730 cannot boot Proxmox 9 kernel (boot loop after install)

    For 13th-gen Dells, enabling X2APIC & IOAT DMA resolves the issue. I don't use SRV-IO.
  14. J

    VMware Migration - Scenario & Seeking Advice

    I run Proxmox on 10th through 14th-generation Dells at work. Yup, this is with latest Proxmox 9.1.x with latest 7.0.x kernel. No issues. I just made sure the machines has the latest firmware and BIOS/UEFI. I do NOT use any RAID controllers (PERC). I swapped them out for IT-mode controllers...
  15. J

    [SOLVED] Support for PERC H310 Mini on PVE9

    You are better off flashing the 12th-gen PERCs to IT-mode via https://fohdeesha.com/docs/perc.html Do NOT skip any steps and record the SAS address. No issues in production.