Latest activity

  • J
    janus57 replied to the thread All Helper Scripts Fail.
    Hi, You should ask the maintainer of the script. Here it's the proxmox forum. Best regards,
  • J
    The purpose is providing structure rather than topics individually. A procedure if you will. I have no reason to suggest that the official documentation isn't completely correct but it is very compartmentalized per subject. Moreover, if ever I...
  • J
    I tried to create an environment that was representative of many of the Enterprise network layouts in which I've been working for the last 20 years. Use of VLANs, separation of networks, integration with active directory all were primary goals...
  • J
    Well I maintained a similar work for VMware vSphere from ESXi 3 through ESXi 9, so I hope I have staying power. I never made it available to public domain because of potential copyright or trademark restrictions. I made this available through...
  • G
    Greentigs, I have put a Proxmox training manual together for my team (and others) and I would like to offer it here for review/use by the community. This is not intended to be a technical deep-dive, rather a practical point-to-point to help...
  • J
    Hey there, I'm new to Proxmox and LXC so I've been trying to stand up apps using helper scripts. Every attempt—regardless of the application—fails with Exit Code 255approximately 2 minutes after creation. The Symptoms: The script successfully...
    • Screenshot 2026-02-24 140618.png
  • U
    Well I maintained a similar work for VMware vSphere from ESXi 3 through ESXi 9, so I hope I have staying power. I never made it available to public domain because of potential copyright or trademark restrictions. I made this available through...
  • M
    Zunächst einmal vielen lieben Dank dir für die Ergänzung! Ich hab laufende Expansion mal abgewartet und jetzt schaut's besser aus :) : root@pve:~# zpool status pool: Datengrab state: ONLINE scan: scrub repaired 0B in 1 days 00:28:14 with 0...
  • J
    I suppose using syncoid is more recommend than using an lvm mirror?
  • U
    Fair enough and thanks for sharing your work :) Just you don't get the wrong idea: The reason why I'm weary of such things that I fear that inofficial material might get outdated at some point and information got split on different places. It...
  • B
    Hi @tka222 , Given that your storage is FC based, the migration (presuming you mean live migration of VM between PVE hosts) does not carry a lot of data. Your best option is to create an LACP bond that provides a) redundancy for all traffic...
  • A
    Would advise against this, LAG with either LACP or Active/Passive will work just fine. Depending on what switching you got I would pick one and stick to it. 25G+25G in bond0 1G+1G in bond1 FC for FC. bond1 is simply for cluster traffic...
  • B
    bl1mp replied to the thread Proxmox für 500-1000 VMs.
    (Ceph RBD nutzt das RAW-Format, die "Magie" für Snapshots und Thin provisioning passiert im Storage Layer und nicht auf der Dateiebene. Das macht es performanter. (nur als kurze Ergänzung )) Ähm 100G-Switche mit Peitschen-/ Breakoutkabeln sind...
  • C
    Nein. Siehe hier: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.h?h=v6.19.3 Da heißt aber nicht, dass der Intel X550 nicht seine eigenen (eventuell ähnlichen) Bugs hat. Bin...
  • J
    Und noch eine Ergänzung: Bei MS SQL Servern unterstützt Veeam auch das Backup von Clustern, bei anderen Datenbankengines (Postgres, MySQL/mariadb) nicht. Das wäre für mich ein Grund auf Veeams application-aware Backups zu Gunsten von...
  • J
    Hallo @Ahtse, die Kernfrage ist schon gut beantwortet — für die VM-Disks auf eurem shared LVM via FC braucht ihr keine Snapshot-Funktionalität, raw reicht. Veeam nutzt für die Sicherung den QEMU Dirty Bitmap Mechanismus (CBT), keine...
  • J
    Fair enough and thanks for sharing your work :) Just you don't get the wrong idea: The reason why I'm weary of such things that I fear that inofficial material might get outdated at some point and information got split on different places. It...
  • B
    Hallo @Ahtse, die Kernfrage ist schon gut beantwortet — für die VM-Disks auf eurem shared LVM via FC braucht ihr keine Snapshot-Funktionalität, raw reicht. Veeam nutzt für die Sicherung den QEMU Dirty Bitmap Mechanismus (CBT), keine...
  • B
    Hallo @joulethief, Das Problem ist, dass du dasselbe XFS-Dateisystem gleichzeitig von zwei unabhängigen Systemen aus mountest – einmal vom Proxmox-Host (und per virtiofs an Jellyfin weitergereicht) und einmal von der NFS-Server-VM über das rohe...
  • B
    Bu66as replied to the thread Sicherung von Sicherungen.
    @TErxleben, Ein extractvma-Subcommand existiert nicht, aber du kannst dir den Workflow mit dem vma-Tool (auf jedem PVE-Host vorhanden) bauen: #!/bin/bash REPO="user@pbs-host:datastore" VMID=100 DEST="/mnt/usb" TMP=$(mktemp -d) # Latest...