Not that I know of, maybe room for a contribution here.. However, technically, the MAC is linked to the VM/CT, not to the network it's hooked on, so that may not be a reasonable feature. Imagine a NIC whose MAC would change depending on the...
I have written a guide on doing this by using Hiren's Boot CD and Macrium Reflect: https://www.virtualizationhowto.com/2026/02/moving-a-proxmox-os-drive-without-breaking-anything-in-your-home-lab/
Ive put the windows SSD back in just to double check....heres a screenshot of the installed B50 - ReBar is enabled in the bios even though it says it isnt.
Is it possible to have a mac address prefix for each vnet?
I know there's a global prefix setting under Datacenter but nothing for vnets. Anyway to do this via the cli?
Wie sensibel ist Proxmox bezgl. der Updateversionen?
Wenn ich ein Backup unter einer älteren Proxmoxversion erstellt habe, kann ich die bei einer neueren Version einspielen?
Da gibt es doch bestimmt Grenzen…
Hi,
This usually happens when the Proxmox GUI or services don’t refresh the VM list properly, even though the VMs are still running.
You can try restarting Proxmox services instead of rebooting:
systemctl restart pve-cluster pvedaemon pvestatd...
Hallo,
hierbei handelt es sich vermutlich um eine Nebenwirkung von folgender Änderung:
https://git.proxmox.com/?p=pve-container.git;a=commitdiff;h=0db559517ac645c7add15e3005a201511052b77f
Lässt sich das Problem vorübergehend mit einem Downgrade...
Yes, you can also easily create a working debian mirror with debmirror of the no-subscription repository and upgrade packages from there after the installation finishes.
Whether you do a split or not is basically a matter of preference and constraints. For example my homelab has two mini-pcs which only have two storage slots (one NVME, one SATA). To split system and vms I would have to sacrifice redunancy. I...
Nope, you won't buy the two small SSDs, and you will need at least one other 4TB SSD since a striped mirror will need at least four drives.
It's the ZFS equivalent of RAID10, basically you build two mirrors, then stripe then together. This gives...
Regarding RAIDZ versus (striped) mirrors on ZFS: https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/
I would run the SSDs in a triple mirror or (if you have budget for another 4TB SSD) striped mirror. Just buying...
A hardware RAID controller Battery Backup Unit (BBU) can cache sync writes and that might indeed help. (Or replace the SSDs with ones that have PLP.)
ZFS RAIDz1 is a poor choice for VM as the IOPS are much lower then using a ZFS stripe of...
Hello.
I think offline is not a concern. The installer uses ISO packages.
Personally, I use the ability to fetch the toml configuration by an URL, very practical.
Did you read all the doc ? https://pve.proxmox.com/wiki/Automated_Installation
I've been using Mellanox ConnectX on PVE 7~9 and never had a problem. It showed up every time and worked.
Drivers are included into Proxmox kernel, never had to install custom drivers.
root@p99:~# lspci | grep -i mellanox
05:00.0 Ethernet...
@Johannes S @leesteken I feel you gave me a push in the right direction. I'll get a liitle deeper into ZFS and will report how it comes out.
Thank you so far & have a nice evening!
Nothing I'm aware off. In theory you could try to script something, but I doubt it's worth it.
The manual recommends to have at least a monthly verification to ensure that bitrot etc didn't alter the backups. So it makes sense to have a setting...
@Johannes S @leesteken I feel you gave me a push in the right direction. I'll get a liitle deeper into ZFS and will report how it comes out.
Thank you so far & have a nice evening!
Hello.
How many disk do you have per server ?
Is there only one 10Gb network for Ceph ?
Did you made a comparative test with an other OS or on the host ?