There will be few workloads that will be able to stress out your NVMe lanes. Unless you have that kind of workload, I would suggest 2x6 RAIDZ2 if you only have 1 server - it is safer to have less disks in a VDEV, it is still plenty fast. Don’t...
Hi, yes thats a typo; meant the raidz1 - I thought, it might be worth a shot to go with 3 vdevs - 4 drives each in raidz1 - and those 3 vdevs striped. If needing to reconfigure, we will have a backupserver so the pool could be re-created and then...
We bought a new server from HPE (Gen11) which is equiped with 12 nvme 1.92 TB Disks. Now I am asking myself wether to configure it for maximum diskspace - like 11x in a raidz5 plus 1 hostspare vs. IO-performance - something like 5striped vdevs à...
Port of nic vmbr0 and vmbr0.48 were all up, nothing seen in the logs - I was already ready to use an older iso for setup but I just wanted to show the problem to one of my colleagues - and all of a sudden connectivity was restored - no fuckin...
Hi @Elleni,
The first step is to go through standard Linux network troubleshooting. Capture the network state when everything is functioning correctly, then capture it again when the network is "broken". Compare the two states.
Access the...
Hello community,
we have setup a dozen of pve so I got quite some experience. But on the last one I got puzzled as I setup from iso, do configure /etc/networking/intrfaces to our needs and everything works fine, so I configured the apt sources...
Hi,
Proxmox VE does not support 32-bit virtual ARM machines. You could try and specify a 32-bit compatible machine via the custom args instead of -machine virt. See qemu-system-arm -machine help for a list of available machines. You might also...
Another question on ARM. I was asked by one of our devs if it would be possible to have a cortex-m33 guest. From looking at
qemu-system-arm -cpu help
...
cortex-m33
...
What would I need to change in vm-id.conf in order for it to boot...