Das würde nur funktionieren, wenn du in Serverraum A und B jeweils die gleiche Anzahl Nodes hast und dann an einer beliebigen Stelle (Serverraum oder Cloud) ein qdevice betreibst, dass als Tiebreaker funktioniert.
Sprich, der eine Serverraum...
Hey, just another direction: In my system (not proxmox) I see problems with the Intel I219-LM related to a kernel change introduced in 6.14 regarding K1 power state. There will be a workaround (...
Erster Reboot, letzte Zeile:
Mar 06 19:53:38 pve01 kernel: watchdog: watchdog0: watchdog did not stop!
danach:
Mar 06 19:55:52 pve01 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Mar 06 19:55:52 pve01 kernel...
Hello!,
Is there any prevision to use native storage services from a centralized FC storage box?.
I've reviewed the documentation and it seems to me that a big LUN is expected as LVM PV.
I would like to have a LUN per vdisk (similar to Ceph...
The output here looks fine, so at least we can rule out a deadlock in the QEMU process.
It's noticeable that the poll syscalls take quite a while. Might be related to the storage or something else, not sure.
It seems that you do not have IO...
hier einmal ein quasi dump von all den befehlen:
# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo...
Hast du probiert unter Advanced einfach Verify Certificate zu entfernen?
Ansonsten nimm doch HTTP oder UDP, sofern möglich.
Falls du das auch nicht möchtest, hast du bestimmt ein eigenes Root-CA. Lade das einfach in...
Habe die beiden Zertifikate Root-CA und Sub-CA eingebunden. Jetzt funktioniert es. Ich habe auch in einem Anfall von Verwirrtheit nicht den FQDN, sondern die IP-Adresse angegeben. Da kann der Validierung des Zertifikats ja nicht klappen. Ich...
Yes, can be run on a live VM in the sense that the command runs, i.e. doesn't check if the given rbd image as an owner/lock, so we can suppose it's safe. As you mention, Ceph docs doesn't explicitly tell if it can be run live or not. That said, I...
Hi @Bu66as,
danke für die info, anscheinend kann er zwar die NPU finden aber beim laden der Firmware hakt es dann.
root@pve:~# lspci -nn | grep -i 'npu\|xdna\|accel\|1022:17f0'
c7:00.1 Signal processing controller [1180]: Advanced Micro...
OK das pve03-Log ist eindeutig. "Failed to receive the leave message. failed: 1 2" um 20:06:15 heißt: beide Hosts sind hart weggebrochen, kein sauberes Shutdown. Muss der Watchdog oder ein Panic gewesen sein.
Das "watchdog closed (disabled)" von...
Der fio-Test hat einen Haken: --sync=1 erzwingt synchrone Writes durch den ZIL, deshalb bringt auch iodepth=32 nix, der ZIL serialisiert das einfach. Deine VM hat aber cache=writeback in der Config, d.h. QEMU bestätigt Writes sofort ohne sync an...
OK, iptables ist sauber. Wenn curl hängt ohne Antwort, deutet das auf ein Routing- oder MTU-Problem hin.
Poste mal die Ausgabe aus dem CT:
ip a
ip r
curl -4 -v https://api.ipify.org 2>&1 | head -20
ping -c 3 -s 1400 -M do 192.168.1.1
Das curl -v...
Also auf 1 und 2 läuft die Version, die oben im Screenshot zu sehen ist (von der er beim Update kommt), auf allen dreien waren die gleichen Versionen und ich wollte erstmal den 3. aktualisieren.
Um 20:04 schreibt der Node 1, dass Node 3 durch...
Hello together,
it seems either to activate IO Thread or to change the controller to VirtIO SCSI Single has solved the freezing issue. The affected VMs are running now since five days without any issue. To find the exact solution reason I'll do...
if downtime isn't critical, if whole reading source isn't too long, the safest is
schedule shutdown guest, then backup offline, then start guest after Backup done using hook script
Hi,
weder wenn ich die IOdepth noch die Größe ändere kommen nennenswert andere Ergebnisse raus:
io --ioengine=libaio --direct=1 --sync=1 --rw=write --bs=4K --numjobs=1 --iodepth=32 --runtime=60 --time_based --name seq_read --file...