Recent content by alia80

  1. A

    [SOLVED] Proxmox VE update to 9.1.5, now the network card is slow

    I eventually figured it out, it was due to ntopng package and nothing to do with pfSense or Proxmox. I did find out that disabling pcie power saving can help: add pcie_port_pm=off pcie_aspm.policy=performance to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub update-grub shutdown -r now
  2. A

    [SOLVED] Proxmox VE update to 9.1.5, now the network card is slow

    No sure how to interpret the first two, but I don't see any obvious errors using dmesg (output too long to post) and it does not seem like packets are going over iptables. Here is the output: ethtool -g eno4 Ring parameters for eno4: Pre-set maximums: RX: 2047 RX Mini...
  3. A

    [SOLVED] Proxmox VE update to 9.1.5, now the network card is slow

    ethtool eno4 Settings for eno4: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full Supported pause frame use: No...
  4. A

    [SOLVED] Proxmox VE update to 9.1.5, now the network card is slow

    Additional info: lspci | grep -i ethernet 01:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe 01:00.1 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe 02:00.0 Ethernet controller: Broadcom Inc. and...
  5. A

    [SOLVED] Proxmox VE update to 9.1.5, now the network card is slow

    Hello, I recently did an in place upgrade to PVE 9, everything seems to be working fine but now the network card seems to be slow. I run pfSense in a VM with a couple of network interfaces passed through. I have not made any changes to the VM recently and no hardware change to the system but the...
  6. A

    [SOLVED] RAIDz2 zpool not showing full capacity after zpool attach

    I moved a lot of data off the pool and used zfs rewrite to rewrite all the files hoping it would recover the reported capacity but none of it worked. The only interesting thing was that when I copied files to another pool the reported size of directories was different if I checked using du -s...
  7. A

    [SOLVED] RAIDz2 zpool not showing full capacity after zpool attach

    i have now re-written or moved nearly 100% of the data on pool with the exception of VM disks and so far no difference in reported capacity. Does anyone have any additional ideas? Would exporting and re-importing the pool help?
  8. A

    [SOLVED] RAIDz2 zpool not showing full capacity after zpool attach

    Here is a listing of all the properties, I had added a quota on a subdirectory but have since removed it to see if it was causing issues: zpool get all S zfs get all S
  9. A

    [SOLVED] RAIDz2 zpool not showing full capacity after zpool attach

    I am incrementally using zfs rewrite to rewrite all the files but I don't see any change so far in the capacity. I even moved some files off the pool but it made no difference to the total reported capacity. Does anyone have any other suggestions?
  10. A

    [SOLVED] RAIDz2 zpool not showing full capacity after zpool attach

    I had a zpool with 4x8TB SATA drives in a RAIDz2 with a total capacity of 16TB. I updates to PVE 9 and ZFS to 2.3 and attached 2 additional drives to the zpool using: zpool upgrade <poolname> zpool attach <poolname> raidz2-0 /dev/disk/by-id/<drive1> zpool attach <poolname> raidz2-0...
  11. A

    [SOLVED] Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    Success! These are the steps: umount /boot/efi proxmox-boot-tool init /dev/disk/by-uuid/AED9-4562 grub proxmox-boot-tool refresh mount -a reboot After that the system rebooted with the updates showing kernel: Linux 6.17.4-2-pve . Thanks for your help @Gilou, much appreciated :)
  12. A

    [SOLVED] Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    Could this also solve the problem? proxmox-boot-tool kernel pin 6.17.4-2-pve what are the risks of formatting and re-initializing the efi partition?
  13. A

    [SOLVED] Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    # efibootmgr BootCurrent: 0006 Timeout: 2 seconds BootOrder: 0006,0007,0000,0001,0002,0003,0004,0005 Boot0000 Windows Boot Manager...