Search results

  1. R

    Remove LVM / Volume Group

    I have a fairly new pve 6.3-3 Cluster that I originally created LVM using an ISCSI Target. I'd like to remove LVM and add LVM-Thin on the ISCSI target. I removed LVM from the Cluster through the GUI, but the issue I'm running into is the original Volume Group I created when I created LVM is...
  2. R

    QLogic 10G Dual Port Adapter

    For us... Turns out that the servers being used had a combination of onboard and PCI adapter 10G NICs. What I thought were 4 x 1G onboard NICs turned out to be a 2 x 1G / 2 x 10G. Hence why we were seeing a combination of both QLogic and Intel NIC info. The QLogic was the PCI Adapter and the...
  3. R

    QLogic 10G Dual Port Adapter

    Just in case it helps, here is the info for the other 10g ports # lspci -s 1:00 -knn 01:00.0 Ethernet controller [0200]: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] (rev 01) Subsystem: Dell Ethernet 10G 4P X520/I350 rNDC [1028:1f72] Kernel driver...
  4. R

    QLogic 10G Dual Port Adapter

    That's odd, as I thought the same. # ethtool -i enp65s0f0 driver: qlcnic version: 5.3.66 firmware-version: 4.18.4 expansion-rom-version: bus-info: 0000:41:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: no
  5. R

    QLogic 10G Dual Port Adapter

    Doesn't look like I have that module loaded... 'lsmod | grep qla2xxx' returns nothing. Here's the output of dmesg... root@hvcb14:/# dmesg | grep -P 'qla2xxx|qlcnic' [ 2.845119] qlcnic 0000:41:00.0: 2048KB memory map [ 3.454873] qlcnic 0000:41:00.0: Default minidump capture mask 0x1f [...
  6. R

    QLogic 10G Dual Port Adapter

    Thanks for the response. Currently installed pve-firmware: 3.1-1 # ip link 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eno3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500...
  7. R

    QLogic 10G Dual Port Adapter

    We have a ProxMox Cluster running PM VE-6.3-3. The two servers in the Cluster are Dell R620's with 4 x 1G and 2 x 10G onboard NICs. All of these onboard ports are being recognized by PM. In each of the devices we've also added a QLogic Dual-Port 10G PCI Adapter. The adapter is being seen when...