Overview
STUD-MNKY is a compute node with its own dedicated data pool (STUD-zfs). It is well-suited for isolated stacks, experiments, and workloads that benefit from a separate ZFS pool from the main CODE-MNKY environment.
This deep dive is based on the hardware snapshot collected at:
System identity
Fromdmidecode -t system:
- Manufacturer: System manufacturer
- Product Name: System Product Name
- SMBIOS: 3.3.0
- UUID:
140213db-16aa-e2fb-397a-5811224d3173 - OS / kernel: Proxmox VE 8.4.17 on
6.8.12-19-pve
dmidecode-baseboard.txt and dmidecode-processor.txt for deeper identification.
CPU topology
Fromlscpu.txt:
- CPU model: AMD Ryzen 7 5700G with Radeon Graphics
- Sockets: 1
- Cores / threads: 8 / 16
- Max MHz: ~4673 MHz
- Virtualization: AMD-V
- Caches:
- L1d/L1i: 256 KiB (8 instances each)
- L2: 4 MiB (8 instances)
- L3: 16 MiB (1 instance)
- NUMA: 1 node (node0)
lscpu vulnerability section): similar to DATA-MNKY, this node reports “no microcode” for certain mitigations. Treat firmware/microcode updates as part of cluster hygiene.
Memory configuration
Fromdmidecode-memory.txt, meminfo.txt, and free-h.txt:
- Installed memory: ~62 GiB (cluster summary)
- DIMM layout: recorded in
dmidecode-memory.txt(slot population, speeds, vendor, part numbers) - NUMA: single node
Storage layout (ZFS and block)
Fromzpool-list.txt, zpool-status-*.txt, zfs-list.txt, lsblk.txt, and df-h.txt:
ZFS pools
STUD-MNKY currently exposes:
STUD-zfs(dedicated data pool):- Size: ~3.62 TiB (Samsung SSD 870 EVO 4TB)
- Allocation: ~1.74 TiB used, ~1.89 TiB free
- Fragmentation: high (reported ~44%); monitor over time and plan dataset organization accordingly.
rpool(root):- Size: ~460 GiB (Samsung SSD 840 EVO 500GB)
- Allocation: ~42.9 GiB used, ~417 GiB free
STUD-zfs pool is a primary differentiator for this node; it enables heavier local data workloads without competing with the root pool.
Block devices
Uselsblk.txt to confirm:
- device models/serials
- partition mappings into ZFS
- mountpoints and any attached external storage
Network configuration
Fromip-link.txt, ip-addr.txt, ip-route.txt, and ethtool-summary.txt:
- Interfaces and bridges are captured in detail for baseline troubleshooting.
- Link characteristics and offload parameters are recorded per interface.
PCI and USB topology
Fromlspci-nnvv.txt, lspci-tree.txt, lsusb.txt, and lsusb-tree.txt:
- Full PCI inventory including storage controllers and NICs.
- USB topology for host controllers and attached devices.
Proxmox view (node + cluster)
Frompvesh-node-status.txt and pvesh-node-storage.txt:
- Node resource utilization baseline and active storage backends (including
STUD-zfsandhyper-mnky-shared).
pvesh-cluster-nodes.txt:
- Confirms cluster membership and online status.