Search results

  1. B

    PVE6 - corosync 3 issues

    oxmox-vty-002 corosync[15827]: [TOTEM ] Token has not been received in 84 ms syslog.4.gz:Sep 12 21:50:53 proxmox-vty-002 corosync[15827]: [TOTEM ] Token has not been received in 10117 ms syslog.4.gz:Sep 12 21:50:58 proxmox-vty-002 corosync[15827]: [TOTEM ] Token has not been received in...
  2. B

    Windows VM rebooting (bugcheck)

    do you have by any chance balloing activated and setr different values for min and max?
  3. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    i dont think so, if anything it would raise more issues. it does nto address the completly lockup of running nodes, it just adresses when we see a timeout. as much i understand this: so currently they measure at start the max ping and set it as a default, which is worst case latency. so it...
  4. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    yep, down nodes block running nodes, in often a wierd way. how is your network setup?
  5. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    jup thats how it looks like after reconnect. same here.
  6. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    swapiness 0 doesnt mean swap will not be used. it coudl be used if the system is out of memory. what you can do to test this theory is install zram and give it a bit swappiness
  7. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    sorry but this is not correct. it is far enough for corosync alone, just make shure you dont run your migrations over this. corosync itself uses nothing just needs super low latency on a 4 node cluster we have stable 150kbit down and upload on that line. so no you do not need more than those...
  8. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    question is why do we have those timeouts of the fuse filesystem. promox is supposed to have /etc/pve readonly on nodes that fall out and keep it as is on the other nodes. but for me, the faulty node works fine while all other nodes (that are still joined and working) freezing. it would at...
  9. B

    resizing proxmox disk to make it smaller.

    in short NO Reason: the host cannot know the filesystem and therefore know which part is used. extending is easier as it simply makes the file bigger and set the information about it workarounds: prefered way is using zfs with thin provisioning, prefably on a ssd or nvme. with that you have to...
  10. B

    How to configure bridged networking with systemd network?

    oh youre right, sorry for that. i dont know why i had the impression it would, i could swear i read about it on debian.org. must have been after dealing so much with those premade images from hetzner and ovh recently. youre right debian10 is no systemd networking by default... well just...
  11. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    little update on a second ring. i have now eno2 - vlan for ring0 (10gbit interface to OVH vrack) eno1 - bridge via tinc for ring1 while most nodes report no errors, one special problem node does report link downs, sometimes even both at least to some hosts like Sep 12 14:06:49 h3...
  12. B

    How to configure bridged networking with systemd network?

    oh no debian 10 comes with systemd by default not their fault. the issue with hetzner is the hdd layout and mdraid which isnt officially supported by proxmox either
  13. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    its /etc/pve/corosync it will rewrite the /etc/corosync and distribute it over the nodes yea restarting the "faulty" node wont help you, you need to restart corosync on the other nodes. its paradox but this is how it works for whatever reason. as i wrote above my hunch is that corosync main...
  14. B

    Proxmox V6 Servers freeze, Zvol blocked for more than 120s

    you said this happens to 2 nodes in a cluster? same time? STOP RIGHT THERE , stop meesing with zfs, its not zfs. just service restart corosync another possible fault would be storage shares, nfs and cfis in particular. if its not corosync deactivate external storages. a faulty storage, or...
  15. B

    How to configure bridged networking with systemd network?

    then dont use it for now. system.d networking is not supported by promox at the moment. i woudl wait till they implement it officially and then make the leap over. as for the hetzner image, simply configure interfaces the properway, then disable systemd.networking should be enough however...
  16. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    thanks, will try. little update on this. since i do not trust OVH or their ability to provide virtual networks i setup a second ring on tinc. now its much more stable. had today NO corosync logentry in 2 of the nodes. now wierdly enough, while 2 nodes dont report anything at all for today, 2...
  17. B

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    Allnodes same version Attached logs are as described node 1,2,3,4 I shortend some logs and cut of retransmition lists, i left first 3 and last 3 of a junk to have the timestamps in case its interresting same time no errors system logs/dmesg about any network related issue. dont have network...
  18. B

    [KNOWN ZFS PROBLEM] Freezing while high IO (only on host - not guest)

    yes to be expected. the issue seems related to any device i/o, so at the first few megs caches gonna work a bit in your favour. the moment it really needs to access the disk its over. this seems to be very low level kernel related. since most cfis code is also kernel code not that big of a...
  19. B

    Hetzner with PVE 6.05, bridged VMs, not available

    just wanted to hint you whats awaits in your forseeable future :)
  20. B

    [KNOWN ZFS PROBLEM] Freezing while high IO (only on host - not guest)

    yea file a bug @linustorwald and tell him monokernel sucks and he shall eat his bloatware its simple if the driver is userspace no freeze, its a kernel module youre done. not automounts fault, not promox fault how did i find that out,.. the usual way, blood, sweat, tears and desperation but...