Search results

  1. jsterr

    Open VSwitch Broadcast bond mode?

    I know, but you would have more performance on frr setup which is also full meshed without switch
  2. jsterr

    [PVE-9-BETA] no vmbr0-communication since upgrade and using nic-naming-tool

    I upgraded all 3 nodes one after another without using sdn in between.
  3. jsterr

    no internet connection on fresh install

    Are you sure the gateways correct?
  4. jsterr

    [PVE-9-BETA] no vmbr0-communication since upgrade and using nic-naming-tool

    Thanks we changed nic1 to fit the mac, rebootet and also changed frr. This is how my /etc/frr/daemons file looks like, should all the lines with "yes" be switched to "no" and then systemctl restart frr? root@PMX7:~# cat /etc/frr/daemons # This file tells the frr package which daemons to start...
  5. jsterr

    [PVE-9-BETA] no vmbr0-communication since upgrade and using nic-naming-tool

    root@PMX8:~# cat /usr/local/lib/systemd/network/50-pve-nic0.link [Match] MACAddress=14:23:f2:e6:86:f0 Type=ether [Link] Name=nic0 root@PMX8:~# cat /usr/local/lib/systemd/network/50-pve-nic1.link [Match] MACAddress=14:23:f2:e6:86:f0 Type=ether [Link] Name=nic1 root@PMX8:~# cat...
  6. jsterr

    [PVE-9-BETA] no vmbr0-communication since upgrade and using nic-naming-tool

    1. We do not have ip-communication on all vms and ct since upgrading to pve9 (cant reach 10.26.0.1) -- untouched pve8.4.5 clusters work well on the same subnet including their vms/ct 2. the same lan works well on the pve-hosts itself (they can reach the gw 10.26.0.1) 2. I did use the...
  7. jsterr

    Proxmox VE 9.0 BETA released!

    Possible issue: after using nic-naming-tool no ip-communication inside vms and ct via vmbr0 since upgrade to pve9 (test-cluster) I did made a new post, because it seems to be a lot to post here: https://forum.proxmox.com/threads/pve-9-beta-different-network-errors-since-upgrade.168729/ Edit...
  8. jsterr

    Firewall Not working

    proxmox does generate a whitelist, you can check it via "pve-firewall localnet". Host on that Subnet are automatically allowed for 22/8006 and some other ports aswell.
  9. jsterr

    Proxmox VE 9.0 BETA released!

    Hard to tell, I cant remember If I had set that option before. Might be the case, so I overwrote the LVM.conf by confirming it with "yes" on upgrade-question.
  10. jsterr

    Proxmox VE 9.0 BETA released!

    On setups with modified chrony.conf it also brings a question on upgrade from 8to9. Maybe add this to the list on the wiki, otherwise manually set timeserver gets lost -> errors could happen in corosync or ceph.
  11. jsterr

    Proxmox Scheduler issue since last update

    Your device is full! No space left on device That is the reason!
  12. jsterr

    Changed IP on Cluster (SOLVED)

    No i mean the ring-IP-Adresses. its not allowed to change the ips in here. you need to first add a ring1, reload config. then remove ring0. You cant just simply switch the ip-adresses here.
  13. jsterr

    [SOLVED] How to set Ceph - # of PGs? - Keeps falling back to 32.

    You could have also set # of pgs to 128 and minimum # of pgs to 128 as well.
  14. jsterr

    Changed IP on Cluster (SOLVED)

    Did you just try to replace the ips in corosync.conf without removing the interfaces before? You will now need: https://forum.proxmox.com/threads/made-mistake-in-corosync-conf-now-cannot-edit.77173/#post-716686 you are having a split-brain-scenario now. It is not allowed to edit active links and...
  15. jsterr

    [SOLVED] Proxmox VE 9.0 BETA LCX Docker not working

    Thanks! Good point, but this was not the solution for me. I noticed that the containers will start exactly after 5 minutes. Seems like a different problem. So waiting 5 minutes is ok for me atm. In case someone wants to update the debian containers to trixie to make the workaround actually work...
  16. jsterr

    [PVE-9 BETA] PVE Nested Upgrade from 8 to 9 breaks boot

    No unfortunately not. Thanks! On my side it only worked when doing the proxmox-boot-tool init /dev/sda2 && proxmox-boot-tool init /dev/sdb2 && proxmox-boot-tool refresh before rebooting.
  17. jsterr

    [PVE-9 BETA] PVE Nested Upgrade from 8 to 9 breaks boot

    Yes those vms are using 2 disks in a zfs mirror. Manually booting does not work it just goes back to bios again. This is how it looks like. I also only see one proxmox-entry.
  18. jsterr

    [SOLVED] Proxmox VE 9.0 BETA LCX Docker not working

    Thanks I also needed to restart docker via systemctl restart docker on every boot. If I dont, docker does not work on my side.
  19. jsterr

    Proxy console configuration for VM using nginx proxy manager

    * On Details: only use Web-Sockets-Support * Custom-Location: / then https then IP then 8006 * SSL all options enabled Thats how it works on my nginx reverse proxy.
  20. jsterr

    Bulk migrate via command line

    on HA setups, using the maintenance-mode is a lot easier. On disabling: It even puts them back to the host the vms/ct were before enabling it.