Documentation Index
Fetch the complete documentation index at: https://docs.moodmnky.com/llms.txt
Use this file to discover all available pages before exploring further.
Summary
This page documents each node in the MOOD MNKY Proxmox cluster from a hardware and capability perspective.Live inventory: the Data Center Map is authoritative for current VMIDs and LXCs; refresh this page when hardware or placement changes.
- Proxmox API snapshots summarized in
proxmox-terraform/CLUSTER-NODES-HARDWARE.md. - Per-node hardware snapshots under
/root/hardware-snapshots/<node>/<timestamp>/on each host (collected for CODE-MNKY, CASA-MNKY, DATA-MNKY, SAGE-MNKY, and MOOD-MNKY when online). - LXC and service mappings from the homelab “as code” docs and runbooks.
Node table
| Node | Status | CPU model | Cores / threads | RAM (approx) | Root storage (approx) | Primary local storage (active) |
|---|---|---|---|---|---|---|
| CODE-MNKY | Online | AMD Ryzen 5 4600G (Radeon) | 6 / 12 | 125 GiB | ~457 GiB | CODE-MAIN-zfs, CODE-BKP-zfs, local, local-zfs, hyper-mnky-shared (NFS) |
| CASA-MNKY | Online | AMD Ryzen 5 4600G (Radeon) | 6 / 12 | 62 GiB | ~1.11 TiB | local-zfs, local, hyper-mnky-shared (NFS) |
| DATA-MNKY | Online | AMD Ryzen 7 5700X | 8 / 16 | 62.7 GiB | ~1.72 TiB | local-zfs, local, hyper-mnky-shared (NFS) |
| SAGE-MNKY | Online | AMD Ryzen 7 5700G (Radeon) | 8 / 16 | 62 GiB | ~445 GiB | STUD-zfs, local-zfs, local, hyper-mnky-shared (NFS) |
| MOOD-MNKY | Online | Intel Core i9-13900KS | — | ~125 GiB | ~2.7 TiB (rpool) | rpool, hyper-mnky-shared (NFS) |
6.8.12-19-pve, with EFI boot and Secure Boot off.
CODE-MNKY
CODE-MNKY is the primary GPU and stack host and the main focus for deep introspection.Role
- Live on CODE-MNKY (see Data Center Map): QEMU VMs 3055 (Supabase) and 3056 (n8n); LXCs 300 (automation shell), 301 (legacy AI stack disk; no Docker stack at last inventory), 3001 (PegaProx).
- Older docs referenced VMIDs 3099–3104; treat the map as authoritative if numbers diverge.
- Target node for many Terraform-created LXCs (
target_node = "CODE-MNKY").
Hardware profile (snapshot-based)
Based on/root/hardware-snapshots/CODE-MNKY/20260316T152000Z/:
- CPU:
- AMD Ryzen 5 4600G, 6 cores / 12 threads, single socket.
- AVX2, AES-NI, AMD-V virtualization, extensive CPU mitigations.
- Memory:
- ~125 GiB installed; single NUMA node (
node0). - DIMM layout, speeds, and vendors in
dmidecode-memory.txt.
- ~125 GiB installed; single NUMA node (
- Storage:
CODE-MAIN-zfs(~3.6 TiB, NVMe-backed) – main data pool for LXCs/VMs.CODE-BKP-zfs(~464 GiB, HDD-backed) – backup/secondary pool.rpool(~472 GiB, SSD-backed) – root filesystem.
- GPU:
- NVIDIA Tesla P40 (Pascal), driver 560.35.03, CUDA 12.6.
- Full details in
nvidia-smi-q.txt.
- Network:
- Multiple physical NICs and bridges, with offload and link details in
ethtool-summary.txt. - Routes and addressing in
ip-addr.txtandip-route.txt.
- Multiple physical NICs and bridges, with offload and link details in
- PCI/USB:
- Full bus layout in
lspci-nnvv.txt,lspci-tree.txt,lsusb.txt,lsusb-tree.txt.
- Full bus layout in
CASA-MNKY
CASA-MNKY provides additional general-purpose capacity and shared storage access.Role
- General-purpose compute and storage node.
- Participates fully in Proxmox quorum and shared NFS (
hyper-mnky-shared). - Suitable for migrating LXCs and VMs off CODE-MNKY if needed.
Hardware profile (snapshot-based)
Based on/root/hardware-snapshots/CASA-MNKY/20260316T152857Z/ (plus cluster summary):
- CPU: AMD Ryzen 5 4600G (6 cores, 12 threads).
- Memory: ~62 GiB.
- Root filesystem: ~1.11 TiB.
- Storage (active):
local-zfs(zfspool).local(dir).hyper-mnky-shared(NFS).
DATA-MNKY
DATA-MNKY is optimized for core count and disk capacity.Role
- High-core-count node suited for CPU-bound workloads.
- Larger root disk (~1.72 TiB) for data-heavy tasks.
Hardware profile (snapshot-based)
Based on/root/hardware-snapshots/DATA-MNKY/20260316T152848Z/ (plus cluster summary):
- CPU: AMD Ryzen 7 5700X (8 cores, 16 threads), 1 socket, AMD-V.
- Memory: ~62.7 GiB.
- Root pool:
rpool(~1.81 TiB) mirrored over two NVMe devices. - Storage (active): local ZFS + shared NFS (
hyper-mnky-shared).
SAGE-MNKY
SAGE-MNKY provides additional compute and its own dedicated ZFS pool.Role
- Additional compute node with a dedicated ZFS pool (
STUD-zfs). - Useful for isolating particular stacks or experiments.
Hardware profile (snapshot-based)
Based on/root/hardware-snapshots/SAGE-MNKY/20260316T152852Z/ (plus cluster summary):
- CPU: AMD Ryzen 7 5700G (8 cores, 16 threads), 1 socket, AMD-V.
- Memory: ~62 GiB.
- Pools:
STUD-zfs(~3.62 TiB) – dedicated data pool.rpool(~460 GiB) – root pool.
- Storage (active): local ZFS + shared NFS (
hyper-mnky-shared).
MOOD-MNKY
MOOD-MNKY is online and hosts the media stack (LXC 120 — Jellyfin, *arr, qBittorrent) per the Data Center Map.Role
- Intel iGPU / VA-API transcoding for media workloads.
- 10.1.0.0/24 (MOOD VLAN); public-facing apps often fronted via Traefik on DATA — see VLAN subnets and identity and Media stack.
Hardware snapshots
Re-run the collector after major hardware changes:/root/hardware-snapshots/MOOD-MNKY/<timestamp>/. See MOOD-MNKY node deep dive.
Keeping node docs current
When hardware changes on any node:- Run the collector on that node.
- Update the summary row in the table at the top of this page.
- Refresh the relevant per-node section with details from the latest snapshot.
- If CODE-MNKY changed significantly, also revisit CODE-MNKY node.