Hi @bbgeek17 ! I found this Proxmox vs VMware benchmark while preparing our own VMware-to-Proxmox migration evaluation. It was one of the most detailed public comparisons I could find. Has your team repeated these benchmarks using more recent...
no - and if you want to configure the PMG - for all your users as admin - use the rulesystem - create a rule with fitting priority that has a From domain-object `other-domain.net` , a To domainobject `my-domain.com` and action accept.
As written...
Zu dem genannten Eaton Modell kann ich nichts sagen, weil ich hier jetzt halt seit einer Weile CyberPower USV nutze. Aktuell zwei CyberPower BR700ELCD. Davon gebe es z.B. auch eine mit 1000 VA in Form des BR1000ELCD Modelles...
We are using the following version of Proxmox:
# pveversion
pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve)
Our Proxmox datacentre consists of a single node, intended for our DMZ and thus isolated from the rest of our...
Yes, it was added to vfio.conf as:
"options vfio-pci ids=8086:4626 disable_vga=1"
I removed it.
I then updated initramfs ("update-initramfs -u -k all") and reboot.
It also shows i915:
root@proxmox:~# lspci -nnk
00:00.0 Host bridge [0600]...
Apart from networking, there are a number of problems in this bootlog.
- your docker (docker/containerd) install seems incomplete, preventing it to start.
- apparmord parser error (local/usr.sbin.dhclient)
- a number of zfs pools that fail to...
Hi Jim und hi Bu66as,
danke euch für die hilfreichen Antworten. Jetzt habe ich meine CyberPower zwei Tage ausgiebig getestet und sowohl das Herstellerpaket für Debian PowerPanel eingesetzt als auch die NUT Module.
MIr war es diesmal wichtig echte...
It would be a fairly big improvement to auto reconnect to the same session, eg by integration with screen or tmux or both optionally.
I imagine it would be just an additional option from the drop down of connection types that extends the...
Thank you for log!
If the `8086:4626` is added to `/etc/modprobe.d/vfio.conf ` please also remove it, then update initramfs and reboot the node, then check that `lspci -nnk` shows `i915` instead of `vfio-pci`.
I removed the "i915" from the blacklist config file, and those are the logs:
root@proxmox:~# cat /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs
7
root@proxmox:~# cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs
0
Yes, I checked that Wiki...
Many discussions have compared Proxmox and VMware from a feature perspective, but almost none compare performance. We tested PVE 7.2 (kernel=5.15.53-1-pve) and VMware ESXi 7.0 (update 3c) with a 32 VM workload to see which performs better under...
Hi @Enrique Garcia Polo
thanks for posting on the forum!
As a potential quick fix you could try to boot both servers into the previous kernel using proxmox-boot-tool [1] or if that doesn't work using the Advanced options at the GRUB menu on...
Thank you for the output!
I would undo the `i915` blacklist binding so `00:02.0` is handled by node driver again, then post `cat /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs` and `cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs`.
Have...
Thank you Moayad for taking and interest in my issue.
As per your request, please find the logs below:
root@proxmox:~# pveversion -v
proxmox-ve: 8.4.0 (running kernel: 6.8.12-9-pve)
pve-manager: 8.4.0 (running version: 8.4.0/ec58e45e1bcdf2ac)...
@cheiss I have tracked this down to a single line in pvemanagerlib.js
The const target = me.lookup('pveNodeSelector').value;
introduced in git patch fa1ab3e9 (https://lore.proxmox.com/all/20250730094549.263805-11-c.heiss@proxmox.com/), fails...