PVE cannot determine the free disk space inside the VM from the outside easily.
It would have to detect and parse the disk partition table and then read the filesystem metadata.
This stuff is trivial inside the VM, because there you have all the...
Use a monitoring tool like Zabbix, Icinga, Prometheus or prtg. I'm a bit baffled that somebody could do twenty years without it. I couldn't do my work without the monitoring and alarming features of a Icinga since the Hypervisor ( no matter which...
Hi this evening my network port have burn, so my Proxmox server wont connect anymore even if i use a usb Ethernet adapter.
But after using another disk ( a brand new one) i managed to install proxmox back on the machine using the famous usb...
What benefit and services do you get?
You get commercial support and help via several support channels, and guaranteed access to the Proxmox VE repositories for updates and bug fixes.
Every Open Source project needs to be financed by a strong...
Hey there! Welcome to the forum.
For the CPU Affinity, you can set the cores in the Processors options under Advanced (here I pinned my 4 vCPUs to core 0-3):
But normally, if you enable NUMA, it stays on one NUMA Node and uses all of those vCPU...
So my aim is basically to test the ram performance in this case between a hyperv hypervisor and proxmox pve
I am trying to optimize proxmox so that I get th best performance possible and I am still getting a better performance with a Windows...
To anyone following along who might not be familiar with multipath configurations, please make sure that you have installed "multipath-tools and multipath-tools-boot" and that your /etc/multipath.conf includes a "blacklist" that includes all of...
It might be illuminating to benchmark the used NVMe drives' fsync performance, and compare them to each other.
Are your guest OS the same distro/build, and use the same filesystem for persisting data onto their backing stores?
To anyone following along who might not be familiar with multipath configurations, please make sure that you have installed "multipath-tools and multipath-tools-boot" and that your /etc/multipath.conf includes a "blacklist" that includes all of...
I recommend against using Dell's hardware RAID for your homelab. Flash IT firmware in that PERC and use pass-through mode on the BOSS card.
Install Proxmox in ZFS mirror (raid1) on these 2x 240GB drives (don't use BOSS RAID).
ZFS mirror (RAID1)...
You know that proxmox is incredible and great i realy love it.
Insane what a small team in austria could bring to the world.
But focus on my problem :).
I have a bunch of network interfaces on my servers between 1-12.
One interface eg.: eth0 is...
Yes replication only works with zfs. You shouldn't combine it with HW raid though and shouldn't use RAIDZ for vm storage, see this writeup by UdoB for reference:
https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/
ZFS...
Yes, the single ZFS is the archive drive. pbs (thinkserver) is the main backup ZFS mirror (thank you for the correction). And the RAIDZ2 (again, thank you) is the remote backup storage external (trashcan). I should've explained my setup earlier...
Yes replication only works with zfs. You shouldn't combine it with HW raid though and shouldn't use RAIDZ for vm storage, see this writeup by UdoB for reference:
https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/
ZFS...
I've got a mirrored rpool on SATA SSDs using systemd. I messed around with /etc/kernel/cmdline trying to get amd_pstate to work, and iirc I commented out the first line trying to use the second one. Not sure if that messed it up, if I made a...
So I've done the mounts and chroot, then tried to do:
apt reinstall proxmox-kernel-6.17.13-1-pve
which gets so far then complains it can't access download.proxmox.com
I'm connected via ethernet cable to the same switch this PC is on, so I'm...