Latest activity

  • H
    Hey, I made a small native macOS menu bar app for Proxmox VE called ProxmoxBar. It lets you: monitor VMs/LXCs quickly from the menu bar see cluster resources (CPU, RAM, storage) start/stop/restart instances manage multiple Proxmox servers get...
  • spirit
    firewall=1 is create a linux bridge fwbr interface, so it's not usable here. Implementing the whole firewall code in vpp is another thing. (and currently proxmox code don't have any easy plugin code to implement different firewall)
  • I
    You don't have to spend much on hardware upgrades. Even adding a simple cheap old SSD for PBS would probably do wonders. Also do you have a slow uplink? If not, I would not even bother with a local PBS.
  • 6
    6equj5 replied to the thread Performane LXC oder Docker.
    Generell nehm ich lieber LXC als Docker. Auch PBS läuft im LXC. Und alles, was Docker ist, läuft in einem einzigen Docker-LXC. Das geht jetzt seit Ende Oktober ziemlich problemlos auf meiner 24/7-Maschine, dem Minisforum N5. Die kleinen...
  • UdoB
    UdoB reacted to uwka77's post in the thread NAS UGreen DXP4800 Plus with Like Like.
    Wollte mal eine weitere Wasserstandsmeldung bzgl. meines UGreen NAS-Projektes geben: Ich habe eine Debian 12 KVM-VM unter OMV auf der UGreen installiert und auf der habe ich Docker und Portainer eingerichtet. Man könnte das auch direkt unter OMV...
  • G
    For the Restore process, you can tune settings : https://forum.proxmox.com/threads/abysmally-slow-restore-from-backup.133602/post-784918
  • S
    Feature request This is the information during backup INFO: 64% (3.3 TiB of 5.1 TiB) in 46m 23s, read: 1.2 GiB/s, write: 1.2 GiB/s How abount an information what the current bottleneck is? storage, network, pbs
  • U
    uzumo reacted to mir's post in the thread tips for shared storage that 'has it all' :-) with Like Like.
    LVM on iSCSI LUNs from a SAN (https://pve.proxmox.com/wiki/Storage:_LVM#pvesm_lvm_config) Pay attention to "snapshot-as-volume-chain" for snapshots. Maybe using multipath. If you are using Truenas 25.04+ as storage "ZFS over iSCSI" using the new...
  • M
    macamba replied to the thread e1000 driver hang.
    Havecyou added the post-up rule to the interfaces in /etc/network/interfaces as explained in my previous post.
  • B
    bouven reacted to youring's post in the thread [SOLVED] W2008R2 Unkown Device with Like Like.
    For the record to newbies: 1. Download windows update KB3063109 (this update from this page) to desktop. File name is windows6.x-hypervintegrationservices-x64.cab 2. Run PowerShell as Administrator: Dism /online /Add-Package...
  • M
    Thanks for the replies, mir and bbgeek17, appreciated. The intention (specially for this upcoming PoC) is to use what we already have in place, so we're not going to buy anything, and need no support. If we go PRD, specially the support part...
  • U
    uwka77 replied to the thread NAS UGreen DXP4800 Plus.
    Wollte mal eine weitere Wasserstandsmeldung bzgl. meines UGreen NAS-Projektes geben: Ich habe eine Debian 12 KVM-VM unter OMV auf der UGreen installiert und auf der habe ich Docker und Portainer eingerichtet. Man könnte das auch direkt unter OMV...
  • D
    Hi Everyone, I've created a basic compliance checklist, not specific to any benchmark at the moment. Hope this will help someone else here. Any feedback are welcomed. ReadySpace
  • P
    proxflox replied to the thread e1000 driver hang.
    I stopped using vms on that proxmox host and never had this issue again. But yea that isn't a real solution..
  • D
    A big part of hardening on any platform is to change default configurations to something more secure. You are right, they both start fairly secure. Install sudo Create and user non-root users Enforce TOTP (TFA) in the GUI on all accounts...
  • C
    ceghey replied to the thread [SOLVED] Anti-Cheat KVM Settings.
    deep research, maybe some one can try this way? ))
  • P
    pm_user replied to the thread H200 NVL vGPU on Proxmox.
    What's been the result of your testing?
  • S
    Hello, PMVE is 9.1.5. I tried md striping with ext4. Currently I can restore with about 1.4 Gbyte/Sec. Better than the 800 MB with zfs striping or zfsraid1, but slower than the 2x25GBit possible. The discs and lan should deliver 3GByte/Sec. CPU...
  • B
    boisbleu reacted to ThoSo's post in the thread [SOLVED] Fehler nach VM Installation with Like Like.
    Grub bei der installation auf der HDD installiert? Bitte einmal die VM Config Posten. die bootreihenfolge der VM ist richtig, Harddisk ist dabei?
  • R
    Good point, VPP's ACL plugin could definitely handle that. I'll keep the first patch minimal (reject firewall=1), but VPP ACL integration is on my radar. Also ran some VM-to-VM numbers — VPP vs vmbr0 vs OVS, gRPC workload, 10k flows: - VPP...