Search results

  1. A

    free Starwind x Proxmox SAN storage plugin

    I don't pay to much attention to the documentation tbh. The other option is to have multiple target IP's and log into all of them to get multiple path's. This is all just basic linux storage knowledge per say.
  2. A

    Proxmox Upgrage

    I am betting you missed the messages at the end of the update telling you to do the following. apt remove systemd-boot apt install --reinstall grub-efi-amd64 grub-efi-amd64-bin grub2-common You will have to snag a proxmox9 installer and boot into rescue mode and run the above. Then you...
  3. A

    Install fail on HP ProLiant DL380 Gen9

    We have tons of DL 380 Gen9's running proxmox with no issues Proxmox will kill your SD card really fast, I wouldn't install it there. Proxmox will eat consumer grade M.2 SSD's for breakfast. Using non HP memory will cause those errors in the BIOS/iLO. However it doesn't really effect...
  4. A

    free Starwind x Proxmox SAN storage plugin

    I would say you only have one path. If this is iscsi, you need to adjust /etc/iscsi/iscsid.conf specifically this. # For multipath configurations, you may want more than one session to be # created on each iface record. If node.session.nr_sessions is greater # than 1, performing a 'login' for...
  5. A

    NOFILE soft limit

    I appreciate the quick response. The bug report shows this being back ported to version 7?
  6. A

    NOFILE soft limit

    @fiona Would it be possible to clarrify this patch for us? https://lists.proxmox.com/pipermail/pve-devel/2023-December/061043.html We have a enviroment that is pushing the limits with NOFILE. root@proxhost1:~# for pid in $(pidof kvm); do prlimit -p $pid | grep NOFILE; ls -1 /proc/$pid/fd/ |...
  7. A

    OpenID & Authentik Issues

    Hey guys working on setting up Authentik for Proxmox logins and running into a issue with http vs https. If I utilize http for the issuer URL on the proxmox realm configuration everything works as expected. If I utilize https for the issuer URL on the proxmox realm configuration I get the...
  8. A

    Proxmox VE 8.2 released!

    I can't debate that, at this point we are talking very basic topics here. With kernel 5.15+ we started having KSM issues (KSM basically pointless), we stopped being able to live migrate between hosts with different generations etc. Proxmox took their stance on all of this and I do feel they...
  9. A

    Proxmox VE 8.2 released!

    Sounds like the proxmox dev's need to make some decisions then. We need stability. The last good kernel was 5.15 and at this point 6.5 has been the next solid kernel. We are a real production enviroment (700 VM's running over 7 front ends), from KSM issues to stability, to just basic live...
  10. A

    Proxmox VE 8.2 released!

    Moved to Proxmox 8.2 yesterday and had a VM crash just now. [Thu May 16 13:29:43 2024] mce: Uncorrected hardware memory error in user-access at 10ac2b6b880 [Thu May 16 13:29:43 2024] {1}[Hardware Error]: Hardware error from APEI Generic Hardware Error Source: 0 [Thu May 16 13:29:43 2024]...
  11. A

    Issue with tape backup - AWS virtual tape library

    Also wondering if there has been any movement on this?
  12. A

    [SOLVED] Update Failures

    I had to mount the efi partitions and clean up some old kernels. This is all set.
  13. A

    [SOLVED] Update Failures

    Attempting to update 2 nodes to the latest PVE7. Both are running ZFS for their OS partition. During the upgrade they fail with messages about no space left on device. However / has more than enough free space on both of them. cp: error writing...
  14. A

    Network Issues with Proxmox7 -> Proxmox8

    Well I figured it out. The following file was causing the issue with vmbr1 and all the weirdness. /etc/network/if-up.d/vzifup-post What lead me onto the issue was this line in the ifupdown2 logs. 2024-02-21 07:08:58,290: MainThread: ifupdown: scheduler.py:331:run_iface_list(): error: vmbr1...
  15. A

    Network Issues with Proxmox7 -> Proxmox8

    Pulling my hair out on a front end that has been through Proxmox4 -> Proxmox5 -> Proxmox6 -> Proxmox7 -> Proxmox8 upgrades. This front end was using the old style NIC naming scheme of eth0, eth1, eth2 etc. Typically not a huge deal. - Move the /etc/udev/rules.d/ file out of the way and reboot...
  16. A

    Bugs on GUI interface setup with Proxmox8

    Good catch, but its still acting much different than before. I will have to do more testing, but something seems different. Our hardware department has reported similar issues as well. I will keep digging.
  17. A

    Bugs on GUI interface setup with Proxmox8

    Can't even create a new bond, its complaining about a NIC im not even attempting to use in bond1.
  18. A

    Bugs on GUI interface setup with Proxmox8

    Its happening on all nodes, so maybe its not a "bug" per say. Its certainly different than we are used to though. root@ccsprox1:~# cat /etc/network/interfaces auto lo iface lo inet loopback iface ens5f0 inet manual auto bond0 iface bond0 inet manual slaves eno50 ens5f0...
  19. A

    Bugs on GUI interface setup with Proxmox8

    Whats up with all these bugs in the GUI for Proxmox8 and bonding/bridging? Getting that just trying to remove the bridge. We expect better than this for proxmox. This is a fresh 8.1 install from ISO and updated to the non enterprise repo's. Never had any of these issues with Proxmox3...
  20. A

    Crashed VM Too many open files

    Hopefully it gets some traction, the work arounds don't seem to work when live migrating the VM. I have to stop/start the VM or use prlimit to change the values manually.