Latest activity

  • A
    AlexanderB reacted to TErxleben's post in the thread Grundsatz für Shared Storage with Like Like.
    Nochmal: Installiere PVE. Dort wird mit Standardeinstellungen deine komplette 4TB-Platte verwendet. Bei deinen rudimentären (CLI-)Kenntnissen und auch noch fehlender 2ten 4TB-SSD, verwende LVM und kein ZFS. PVE erledigt die interne...
  • M
    Greetings! I saw the new kernel for upgrade and looked at the most recent GIT changes and there seems like a boatload of files were modified 2 days ago. Is it an accurate understanding of all the patches to say that this is a massive roll-up...
  • A
    AlexanderB reacted to Bu66as's post in the thread Grundsatz für Shared Storage with Like Like.
    Zwei Disks, nur eben beide auf demselben Storage. @TErxleben meinte nicht 'alles in eine Platte', sondern dass die VM nicht gleichzeitig an NVMe und SATA hängen soll, sonst reißt dir jeder der beiden Datenträger die komplette VM mit. Innerhalb...
  • A
    AlexanderB reacted to ThoSo's post in the thread Grundsatz für Shared Storage with Like Like.
    Ergänzend zu @Bu66as : OMV braucht eine Systemdisk und dann können beliebig viele Datendisks angebunden werden. Zwei Platten sind Minimum. Und die Datendisk für die VM mal nicht über die ganze Platte erzeugen, ich schlage mal 2TB vor. Hast du...
  • K
    Using version 9.2.4 I am hosting a mailserver on Proxmox how do I setup anSSL cert for it
  • JohnnieKF
    JohnnieKF reacted to SteveITS's post in the thread HA error with Like Like.
    One can also use "negative affinity" to prevent HA VMs from moving to certain nodes. Side note: if you add a Qdevice for a 5th vote, then the cluster can handle 2 nodes being off simultaneously. Currently it's just one because 2/4 is not over...
  • SteveITS
    SteveITS replied to the thread HA error.
    One can also use "negative affinity" to prevent HA VMs from moving to certain nodes. Side note: if you add a Qdevice for a 5th vote, then the cluster can handle 2 nodes being off simultaneously. Currently it's just one because 2/4 is not over...
  • JohnnieKF
    JohnnieKF reacted to tszczesn's post in the thread bad backup status for VM with Like Like.
    THX :) No, there was no active vzdump process, and lock line exists in grep lock /etc/pve/qemu-server/100.conf. qm unlock 100 works great, everything now is OK.
  • U
    As long as you're using QEMU 11, which supports VFIO_DEVICE_FEATURE_DMA_BUF, you can check whether it works, and any errors will be logged. Even if it is lowered to 6.17 (6.17.13-21), Qemu will check whether that feature is available, regardless...
  • T
    tszczesn replied to the thread bad backup status for VM.
    THX :) No, there was no active vzdump process, and lock line exists in grep lock /etc/pve/qemu-server/100.conf. qm unlock 100 works great, everything now is OK.
  • L
    Fix confirmed in the production kernel. 7.0.14-12-pve boots normally on my QDNV01/C3558 without initcall_blacklist=mid8250_pci_driver_init, and 8250_mid/ttyS4 are working again. Thanks!
  • C
    clabo replied to the thread HA error.
    Hi JohnnieKF, thank you. So it is a requirement which MUST be included in best practises. Thanks for the info. Claus
  • J
    Kommt drauf an, was man unter "gehen" versteht. Die Anforderung kommt daher, dass corosync empfindlich auf Latenzen regiert. Ist die einzige Netzwerkleitung also mit Migrations-, Replikations- oder sonstigen Datenverkehr ausgelastet gerät...
  • U
    Unless Broadcom provides the drivers, I don't think we'll be able to get a kernel with the drivers built in... https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/drivers/scsi/megaraid/megaraid_sas_fusion.c?h=linux-7.0.y...
  • L
    As of 2026-08-14 what is the suggested version of virtio-win drivers to use for 2012R2 VMs on PVE 9? I am using 0.1.221 and it seems to work fine. But worried about the comment above about buggy scsi driver... is 0.1.189 a better choice?
  • W
    waltar reacted to Bu66as's post in the thread Grundsatz für Shared Storage with Like Like.
    Zwei Disks, nur eben beide auf demselben Storage. @TErxleben meinte nicht 'alles in eine Platte', sondern dass die VM nicht gleichzeitig an NVMe und SATA hängen soll, sonst reißt dir jeder der beiden Datenträger die komplette VM mit. Innerhalb...
  • JohnnieKF
    JohnnieKF replied to the thread bad backup status for VM.
    Can you check: grep lock /etc/pve/qemu-server/100.conf And also: ps aux | grep -E 'vzdump|qemu.*-id 100' | grep -v grep
  • 6
    Ich warte erst mal ab, bis die Hersteller alles in genügender Qualität hinbekommen. Das allein dauert wohl noch ein paar Äonen. :p Erinnert mich an Bluetooth. Das ist ja erst gut 25 Jahre auf dem Markt und mittlerweile geht's ganz ok. :D
  • T
    Hello. One of my VMs has pemanent "active backup" status. Command "info backup" from 'monitor' tab shows # info backupBackup status: error - vma_queue_write: write error - Broken pipe Start time: Wed Aug 12 22:30:06 2026 End time: Wed Aug 12...
  • JohnnieKF
    Hi, this is currently not possible, see https://bugzilla.proxmox.com/show_bug.cgi?id=4293 Since I'm currently working on a immutable sync with retention periods, so might take a closer look at this as well, but no promises or ETAs ;)