Recent content by dwilliam62

  1. D

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    Upgraded today only issue was on Dell T5500 dual xeon (yeah kinda old HW) I had to do a powerdown after the restart. The load after reboot was over a 100 and VMs wouldn't boot. Since I did the power down and back up it's running amazingly well. The T7810 had zero issues. So I put that on...
  2. D

    Proxmox-ve and Dell EqualLogic storage (iSCSI)

    I should clarify. I haven't tried MPIO with Proxmox and EQL iSCSI SANs. I did single nic without issue. D
  3. D

    Proxmox-ve and Dell EqualLogic storage (iSCSI)

    Hello, Correct you can do if you configure the host correctly. Though the serverfault link solution was a bit messy I thought. That was an old Linux OS. With open iSCSI support for egress ports you don't need that routing, but you do (as also shown in that link) need th sysctl.conf changes...
  4. D

    Proxmox-ve and Dell EqualLogic storage (iSCSI)

    Hello, you might be thinking of a different Dell SAN. The majority of iSCSI SANs use IPs on different IP subnets. (I.e ME/MD/SC) In Linux if you put two NICs on the same IP subnet only one will be active. You maybe have two sessions, but they will use the same physical NIC. Kernel...
  5. D

    Proxmox-ve and Dell EqualLogic storage (iSCSI)

    Hello, The EQL array does not support bonding, LACP, trunking, etc.. It relies on MPIO on the host side. The EQL prefers a single IP subnet. Any iSCSI port on the EQL will be used as needed, and periodically, an iSCSI session may be balanced to another port. With Linux, using the...