pvps1's latest activity

  • pvps1
    Hi, -5 typically corresponds to -EIO (I/O error). That suggests the driver attempted to communicate with the device (e.g. via PCI config space, memory-mapped registers, etc.) but something failed at a low level (bus, hardware, MMIO access). In...
  • pvps1
    Hello AwakeBread, You can use Handlebar's if statements [1] to fall back to a default, like so: { "hostname": "{{#if fields.hostname }}{{ fields.hostname }}{{else}}localhost{{/if}}" } Not at the moment, no. We would need a generic mapping...
  • pvps1
    pvps1 replied to the thread Benachrichtigung bei VM-Ausfall.
    @TErxleben du bist vermutlich ein Fan von Selbstgemacht, aber monit macht genau diese "watchdog" Sachen sehr gut
  • pvps1
    pvps1 reacted to t.lamprecht's post in the thread Proxmox Backup Server 4.0 released! with Like Like.
    We are pleased to announce the first stable release of Proxmox Backup Server 4.0 - immediately available for download! The new version is based on the great Debian 13 "Trixie" but we're using a newer Linux kernel 6.14.8-2 as stable default in...
  • pvps1
    pvps1 reacted to bbgeek17's post in the thread VirtIO-SCSI but for NVME with Like Like.
    There are always trade-offs. In general, NVMe creates multiple queues for I/O processing compared to iSCSI/SCSI. However, each queue consumes CPU. So you may get better I/O performance, but in a shared virtual environment, you may adversely...
  • pvps1
    pvps1 reacted to fiona's post in the thread "Linked Clone" erzeugt "Full Clones" with Like Like.
    Hi, LVM-thin ist da speziell und Klone von Volumes sind automatisch eigenständig, i.e. sie referenzieren die gleichen "Extents" wie das originale Volume, aber sind nicht davon abhängig dass das original weiter existiert. Wenn dann das originale...
  • pvps1
    pvps1 reacted to t.lamprecht's post in the thread VMSCAPE CVE-2025-40300 with Like Like.
    (using English to ensure anyone else stumbling upon this can understand the content more easily) We found no issue in the fast tracked QA session we had today and are in process of rolling out kernel packages with the minimal fix included. That...
  • pvps1
    pvps1 reacted to fabian's post in the thread VMSCAPE CVE-2025-40300 with Like Like.
    ist in arbeit.
  • pvps1
    pvps1 reacted to ginger's post in the thread VMSCAPE CVE-2025-40300 with Like Like.
    Hi, Derzeit wird in den Medien über VMSCAPE berichtet. https://www.tenable.com/cve/CVE-2025-40300 Ein Patch ist bereits im Upstream. Weiß man wann beziehungsweise ob das in pve / pmg kommt? Danke!
  • pvps1
    I see that you're using Ceph. At the moment we think that the memory leaks might be network-related, and with Ceph causing a lot of network traffic, we think this might be the reason why the memory leaks seem to be so extreme. To confirm whether...
  • pvps1
    pvps1 reacted to solevi's post in the thread Suspected memory leak in Proxmox CE 9.0.6 with Like Like.
    Not ideal, but much better: Thank you very much Knut!
  • pvps1
    I know this is an ancient post, but he's easy way to do it: echo "y" | setsid pvenode acme account register somename youremail@your.domain --directory "https://acme-v02.api.letsencrypt.org/directory" Explanation: pvenode is using ReadLine for...
  • pvps1
    I registered on the forum just to say "thank you" for this reply. Nothing else I tried worked, but this one did.
  • pvps1
    /etc/sysctl.conf no longer exists on PVE 9.x. Put your lines in a file inside /etc/sysctl.d/ like /etc/sysctl.d/71-local.conf for example. This is not specific to Proxmox but a change in Debian 13/Trixie and later. EDIT: The pve8to9 warns about...
  • pvps1
    mach mal ein cat /sys/class/scsi_host/host*/link_power_management_policy dort muss max_performance stehen kann mich nicht erinnern, wo der bug herkam, aber das war bei uns mal der Grund warum hotplug nicht ging (supermicro boards) danach ein...
  • pvps1
    pvps1 reacted to danielz87's post in the thread Probleme 2 Standorte HA with Like Like.
    Kurzes Update: Nach einer Korrektur der Monitor-Konfiguration läuft unser Cluster nun wie geplant. Vielen Dank an Falk für die Unterstützung! Wir können jetzt problemlos einen ganzen Standort herunterfahren, ohne dass es Auswirkungen auf den...
  • pvps1
    pvps1 replied to the thread Physical Server Migration.
    setup the system in proxmox (or at least create the disk layout and networks you need) boot the system in a rescue system (e.g. we use mostly grml). bring up networking in rescue system and start sshd with passwd login for root mount your...
  • pvps1
    follow the upgrade instructions strictly (!) ceph upgrade is always mentioned as a special step. worked like charm for the last decade IF you follow official howto
  • pvps1
    pvps1 reacted to Neobin's post in the thread Cluster Fuckery with Like Like.
    It is: -l (lowercase L), not: -1 (number one). https://pve.proxmox.com/pve-docs/pmxcfs.8.html
  • pvps1
    we have several storage tiers. on the lower end there are simple cheap NFS servers where we pack everything not important, archived, "trashed" (before we delete permanent), ISOs, testing, temporary,.... everywhere else we do not "squeeze"...