Hallo, wir prüfen hier Windows VMs auf ungewöhliche Datei-Aktivitäten (lesen/schreiben). Bei Auffälligkeiten fährt die VM automatisch runter. Alles weitere ist "Handarbeit" für die Admins anhand einer definierten Vorgehensweise und hängt von den...
Hello Proxmox Community,
I have some questions about sharing data between containers. While researching I found many ways to do this and because I’m relatively new to Proxmox and maybe don’t understand the implications of doing certain things, I...
Cooles Projekt, schau ich mir bei Gelegenheit mal genauer an. Gerade die Pre/Post-Hooks für DB-Dumps vor dem Backup sind ne feine Sache, das fehlt vielen Leuten beim reinen proxmox-backup-client auf der CLI. Und dass der CLI-Client nen...
This is a great breakdown of your progress, and hitting that 90% threshold on CPU and network is a solid milestone. However, regarding the storage deficit (the 50% delta on Ceph vs. Bare Metal), I want to save you some cycles on the "further...
Da sich die Nachfrage nach einem zentralen Repository für unsere Software und Pakete in letzter Zeit gehäuft hat, haben wir uns entschieden, dieses Thema anzugehen.
Nach der Evaluation verschiedener bestehender Lösungen mussten wir feststellen...
Mit BackupPilot 1.0.1 steht ein neues Update zur Verfügung, das neben verschiedenen Verbesserungen und Fehlerbehebungen auch einige neue Funktionen mitbringt.
Die CLI wurde weiter ausgebaut und bietet zusätzliche Möglichkeiten für die...
Das nfs-common.service is masked ist auf PVE normal, der Dienst ist per Default maskiert. Geht ganz einfach:
systemctl unmask nfs-common
systemctl enable --now nfs-common
Aber ehrlich gesagt, für deinen Use Case würd ich VirtioFS nehmen. Das...
This is more complete as it works with subdomains and secures proxmox authentication.
https://github.com/rubix-studios-pty-ltd/whm-scripts/blob/main/mail/proxmox/README.md
Hi @barndoor101,
There is no reason for a single node outage to take out a 5 node healthy cluster. As such, there is no procedure to:
You need to examine logs and system state of each surviving node in the cluster. There must be a secondary...
Confirmed working on HP DL360p G8 with P420i on firmware 8.32 (latest).
A few notes that might help someone:
1. The controller automatically creates a temporary logical volume when it detects a disk. You MUST delete all logical volumes before...
You can probably use "Skylake-Server-v4". Generally you want every feature turned on that is supported by every CPU in your cluster. I don't know specifically for cascade lake vs skylake, but usually just picking the one that still works with...
You could try to catch the boot at the grub menu, and add "nomodeset" to the kernel command line. That should tell it not to change the video mode (resolution), so hopefully your screen won't go blank during the boot anymore. Hopefully that...
For your local LVM-thin results, a couple things to check: is iothread=1 actually set on the SCSI controller? Should be default with virtio-scsi-single on recent PVE but I've seen cases where it wasn't. Also try aio=io_uring instead of the...
The easiest option is to backup any VMs that matter from one of the nodes, then delete all of that node's VMs. Then you should be able to click in the UI on Datacenter and go to the storage section. Remove the storage for that node and create...
Was @Falk R. sagt: PBS schreibt deduplizierte Chunks, die alten Backups bleiben intakt. Das ist schon mal die halbe Miete.
Und @bl1mp hat recht, die Dedup-Rate ist genau die Metrik die du willst. In den PBS-Task-Logs siehst du nach jedem Backup...