Support for nested pools was added in PVE 8.1, allowing up to 3 levels of nesting for greater flexibility in structuring VMs and containers. Pool names can contain at most two slashes, structured as parent/child/grandchild.
The UI for nested pools was introduced not that long ago; in pve-manager 9.1.5:
pve-manager (9.1.5) trixie; urgency=medium
[..]
* ui: resource tree: don't show empty grouping nodes as expandable.
* ui: resource tree: show nested pools...
@spirit: Thank you for the concrete numbers and references — that's very helpful. I was wrong to be dismissive earlier about the allocator angle.
The Ceph blog you linked (QEMU/KVM Tuning) reports a ~50% improvement on 16KB random reads (53.5k →...
Update:
In another post I have read about TCMAlloc and have done some benchmark.
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4 qm start 1000
# It works also with override.conf in the systemd services
# pve-guests.service
#...
we upgraded now we running proxmox 9.1 in all the nodes
did first change the repo of all the nodes , then one by one we did
ProxMOX Rocks , such a great prodcut
upgrdation checks all the prereuistive and gives u warning and errors before hand
Virtualization makes the most sense when you use it to break down work into small chunks. Imagine trying to fit tetris pieces that are 4 squares, and then you have a piece that is 48 squares in size. If your use case is really that big, the only...
Hello everyone,
I have a small 3-node PVE cluster at home that I mess with and learn on. Each node has 1 onboard NIC (eno1), Mellanox 10GB NIC (CEPH) and 2 USB3 NICs, one for Corosync and the other for Proxmox Backup Server.
Initially, all of...
Well, with the 6.18 kernel being absolutely unusable due to SATA controller dropouts crashing containers using NFS and occasionally the entire Proxmox host I expected a repeat with the 7.0 one. Happy to say that it passed every test that would...
If you suspect an issue with a Proxmox package, you can reinstall all Proxmox packages using this command:
sudo apt update && \
sudo apt install --reinstall $(apt list --installed '?narrow(?installed, ?origin(Proxmox))' 2>/dev/null | tail -n +2 |...
Good morning,
I’m running a small proxmox server (8.4.11) to host Home Assistant and Unifi OS Server. It’s been a great foundation for learning and has potential for expansion.
My concern now is how to backup the VMs etc. I want to use a...
Hi everyone,
I’d like to ask for some guidance regarding the minimum replica settings in Ceph.
Here’s my current setup:
I have 3 Proxmox nodes.
Two nodes are used as primary hosts for running VMs.
The third node is only acting as a quorum (no...
Virtualization makes the most sense when you use it to break down work into small chunks. Imagine trying to fit tetris pieces that are 4 squares, and then you have a piece that is 48 squares in size. If your use case is really that big, the only...
All,
I'm excited to announce a new release of the unofficial VDI client for Proxmox VE (v3.0.0)!
New features:
New look and feel! (Replaced PySimpleGUI with customtkinter)
Added pagination for large sets of VMs (page size customizable in...
All,
I'm excited to announce a new release of the unofficial VDI client for Proxmox VE (v3.0.0)!
New features:
New look and feel! (Replaced PySimpleGUI with customtkinter)
Added pagination for large sets of VMs (page size customizable in...
Hello!
Long story short I got a friend who wants cameras and a server built for him, and he's got space restrictions. When I installed Proxmox for VM's myself, I used a dual socket Super Micro board as I know those boards to have good IOMMU...
For future travelers: systemd allows you to override certain sections of a default install:
systemctl edit <name>.service
Then specify which section and variable you want to override or add more control:
[Unit]
# Use the specific device name...