jdancer's latest activity

  • J
    Per https://www.proxmox.com/en/services/training-courses/videos/proxmox-virtual-environment/whats-new-in-proxmox-ve-9-1 for Windows Server 2025 VMs, you'll want to enable the nested-virt flag under Extra CPU Flags options.
  • J
    jdancer replied to the thread ddr4 intel optane.
    Since Proxmox is Debian with an Ubuntu LTS kernel, it should work. If it was me, I would just go straight to flash storage and skip it. I do, however use the Intel Optane P1600X as a ZFS RAID-0 OS drive for Proxmox without issues.
  • J
    jdancer replied to the thread VMware user here.
    If you plan on using shared storage, your officially Proxmox supported options are Ceph & ZFS (they do NOT work with RAID controllers like the Dell PERC). Both require an IT/HBA-mode controller. I use a Dell HBA330 in production with no issues.
  • J
    Technically, you do not if this is a home lab, which I am guessing it is. Now, it is considered best production practice to separate the various network into their own VLANs especially with Corosync with it's own isolated network switches...
  • J
    Better off with a Dell HBA330. It's a LSI 3008 IT-mode controller chip anyhow. Just make sure to update the firmware to lastest version at dell.com/support
  • J
    jdancer replied to the thread The SSD search continues ....
    As was mentioned, getting new drive is "nice" but not really required. With a reputable enterprise flash drive, getting it used is fine. I have used 5-year-old Intel enterprise SSDs and they still show 100% life. At home, I use Intel Optane...
  • J
    jdancer replied to the thread The SSD search continues ....
    This thread at https://forums.servethehome.com/index.php?threads/enterprise-ssd-small-deals.48343 has a list of enterprise SSDs for sale. Another option is getting a server that supports U.2/U.3 flash drives. They can be surprisingly cheaper...
  • J
    I compile this utility to format SAS drives to 512-bytes or do a low-level format https://github.com/ahouston/setblocksize You'll need to install the sg3_utils package. While doing that, might as install sdparm package and enable the write...
  • J
    Don't forgot to flash the HBA330 to the latest firmware from dell.com/support
  • J
    As I mentioned before, so much drama with PERC controllers in HBA-mode. Just swap them out for a Dell HBA330 true IT-mode storage controller. Your future self will thank you. They are cheap to get.
  • J
    I use this script by Thomas https://forum.proxmox.com/threads/proxmox-offline-mirror-released.115219/#post-506894
  • J
    I use Dell Intel X550 rNDC in production without issues. Both the 2x1GbE-2x10GbE and 4x10GbE versions. The 10GbE uses the ixgbe driver and the 1GbE uses the igb driver. Use 'dmesg -t' to confirm. Obviously flash the rNDC to the latest firmware...