Seit pve-manager 9.2.7 sieht man den Unterschied bei der Template-Auswahl.
Ab Version 9.2.10 vom pve-manager kann man die unpassende Architektur gar nicht mehr auswählen.
Also einfach mal updaten. :)
As @gurubert already mentioned, you will need one node in a 3rd location.
Our Stretch Cluster guide has more details on how to get it up and running: https://pve.proxmox.com/wiki/Stretch_Cluster
You will have to span up a layer2 network between...
Hey @abhijithiaaxin, welcome to the forum.
Whether it is a single-DC deployment or a split-DC deployment, you generally want an odd number of nodes in your cluster. But, as others have pointed out, a split-DC installation requires three...
At this stage, it clearly seems to be a bug in the kernel and I find it sad that so few people complain, which indicates not many people are monitoring their hardware closely. I have not identified a way to communicate with kernel devs, I mean...
Hey @abhijithiaaxin, welcome to the forum.
Whether it is a single-DC deployment or a split-DC deployment, you generally want an odd number of nodes in your cluster. But, as others have pointed out, a split-DC installation requires three...
Check your transport entry and that Microsoft's inbound connector trusts PMG's public IP. The 4.7.1 error often means the message hit the wrong listener. Also confirm the relay domain is correct. By the way, I use FIELDBOSS for coordinating...
Hallo Jonas,
der Befehl hat bei mir folgenden Output geliefert. Das TPM Modul ist aber immer noch wie vorher beschrieben bei tpm.msc nicht zu sehen.
root@prox01:~# rbd map ez_pool_vm_metadata/vm-256-disk-1
/dev/rbd6
root@prox01:~# swtpm_setup...
Thanks.
I have read that thread, and it definitely helped me understand why enabling saferemove prevents the issue.
I may still be misunderstanding how snapshot-as-volume-chain is intended to work, which is why I'm asking.
During my testing I...
Hi Jonas
That RAID controller is always in JBOD mode - so Proxmox has direct control over those disks. I just phrased it wrong; by “RAID,” I meant the RAID controller—that is, the hardware—not the mode.
I don’t actually have the terminal...
Der Punkt mit dem Pull-Sync ist so definitiv wertvoll.
Je nach Umgebung würde ich prüfen, wie das Adminkonzept für den PBS ist.
Theoretisch gehört da eine dedizierte Adminworkstation dazu.
Damit die letzte Bastion nicht von den gleichen Kisten...
I wouldn’t conclude that there are “no such rules for Proxmox”. There are just different layers involved here.
Linux itself is NUMA-aware: the scheduler and memory allocator try to maintain CPU/memory locality. QEMU can additionally expose a...
Hi @Patrik_V
thank you for posting on the forum!
This will probably never work since ZFS is not designed to work with hardware RAID controllers, see [1].
If the MRs are running in HBA mode it should be fine, but RAID mode is not supported...
I had the same problem and non of the example worked.
I wrote a small py script to solve this.
This changes the usb[x] mapping in the VM conf file during startup
#!/usr/bin/env python3
import sys
import subprocess
import string
#Info:
# 1st...