Thanks for the vast amount of output :-)
I do not see anything obviously wrong. As @fba noted, "host: 3 has no active links" is from the day before; those messages are gone now? Now everything works?
Take @fba's hint serious, three votes for...
Don't trust ChatGPT or any other AI without asking the "have you verified your suggestion?" question. These suggestions here are for the former corosync version, not the current one.
The corosync.conf without these changes seemed correct to me...
Moinsen,
auch wenn ihr vermutlich (?) von wesentlich größeren settings redet, als ich hier im kleinen homelab *husthust administriere...ich bin faul und scripten ist echt nicht meins. Deswegen nutze ich zum Überwachen das "nicht ganz so dicke"...
Genau das habe ich in einem Netz mit zwei PVE-hosts umgesetzt. Funktioniert wunderbar:
#!/bin/bash
# Pihole-Failover
MAILTO="info@beispiel.de"
while true; do
sleep 10
RUNNING=`nmap -p 67 -sU pihole | grep open | wc -l
`
if [ $RUNNING...
In productive use I would never choose consumer SSDs for anything. They are a total different thing and not suitable for ZFS loads. It's not only about the PLP (power loss protection) but also the much larger cache and how writes are done. A...
Yes ;-)
I have some "USB to NVMe" adapters and there is "USB to SATA" also. Some of them seem to work stable and wear-leveling is the same as for "normal" connected solid state disks. But I will NOT recommend to go that route as I had enough...
If I remember correctly it takes into account now that not only the configured RAM but also some overhead on the host is used. With "configured=100%" you land above that value...
I am considering this "normal" :-)
Instead of changing the amount of votes, use a Qdevice to get an uneven number of votes as described here.
Increasing votes of a single node like that just makes the entire cluster fail, if this node fails. So just don't configure this kind of...
Found the issue.
rm -rf /Storage-Default/subvol-180-disk-0/opt/kerio/* -> Fixed it.
The root disk (the mountpoint of it, was not empty.
In my Case there were whyever empy folders, dunno why, maybe from beginning before i created a subvolume to...
Hi,
by default Proxmox VE doesn't assign any IP to virtual machines. This is usually done by some DHCP server you need to run in your network, e. g. in some vm or the router used for the internet connectivity.
It is also possible to use SDN with...
I am not convinced that it works stable by just rising the number of votes of specific nodes. You are just lying to that important Quorum manager.
This confirms my suspicion.
My recommendation is to set all corosync related tweaks to default...
Hi @Raja Sekhar , welcome to the forum.
The best way to achieve your goal, based only on the information you supplied, is to use NFS over raw block SAN.
Things become somewhat complicated if you are unable to use NFS.
The standard use-case for...
And this is a "cachefile" related problem? It is better to open a new thread for new topics ;-)
There is no pool named "local-ZFS-SSD".
What gives zpool import? Full output please. Please use ...-tags for this.
man zpool-import gives some...
Okay habs selbst gelöst. Aus irgendeinem Grund hatte es die ESP zerlegt. Abhilfe: Die "Recover From Grub Failure" Anleitung (siehe oben) bis zum und inklusive "chroot"-Abschnitt befolgen, dann aber anstatt "update-grub" und "grub-install" die ESP...
Das ist auch nur eine Prosumer SSD, welche nur geringfügig besser als eine normale Consumer SSD ist. Nur der Preis ist da deutlich unterschiedlich. ;)
Wenn du eine SSD haben möchtest, welche mit ZFS lange hält, entweder eine richtige Enterprise...