updates to finish nfs-fast implementation.
All checks were successful
Update README with ADR Index / update-readme (push) Successful in 6s
All checks were successful
Update README with ADR Index / update-readme (push) Successful in 6s
This commit is contained in:
@@ -82,8 +82,8 @@ Fighters are the workhorses, handling general compute without magical (GPU) abil
|
||||
|
||||
| Node | Character/Location | Role | Notes |
|
||||
|------|-------------------|------|-------|
|
||||
| `candlekeep` | Candlekeep | Primary NAS (Synology) | Library fortress, knowledge storage |
|
||||
| `neverwinter` | Neverwinter | Fast NAS (TrueNAS Scale) | Jewel of the North, all-SSD, nfs-fast |
|
||||
| `candlekeep` | Candlekeep | Primary NAS (QNAP) | Library fortress, knowledge storage |
|
||||
| `gravenhollow` | Gravenhollow | Fast NAS (TrueNAS Scale) | Living memory of the Underdark, all-SSD, dual 10GbE, nfs-fast |
|
||||
| `waterdeep` | Waterdeep | Mac Mini dev workstation | City of Splendors, primary city |
|
||||
|
||||
### Future Expansion
|
||||
@@ -139,11 +139,11 @@ Fighters are the workhorses, handling general compute without magical (GPU) abil
|
||||
┌───────────────────────────────────────────────────────────────────────────────┐
|
||||
│ 🏰 Locations (Off-Cluster Infrastructure) │
|
||||
│ │
|
||||
│ 📚 candlekeep ❄️ neverwinter 🏙️ waterdeep │
|
||||
│ Synology NAS TrueNAS Scale (SSD) Mac Mini │
|
||||
│ nfs-default nfs-fast Dev workstation │
|
||||
│ High capacity High speed Primary dev box │
|
||||
│ "Library Fortress" "Jewel of the North" "City of Splendors" │
|
||||
│ 📚 candlekeep 🪨 gravenhollow 🏙️ waterdeep │
|
||||
│ QNAP NAS TrueNAS Scale (SSD) Mac Mini │
|
||||
│ nfs-slow nfs-fast Dev workstation │
|
||||
│ High capacity High speed, 12.2TB Primary dev box │
|
||||
│ "Library Fortress" "Living Memory" "City of Splendors" │
|
||||
└───────────────────────────────────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
@@ -152,7 +152,7 @@ Fighters are the workhorses, handling general compute without magical (GPU) abil
|
||||
| Location | Storage Class | Speed | Capacity | Use Case |
|
||||
|----------|--------------|-------|----------|----------|
|
||||
| Candlekeep | `nfs-default` | HDD | High | Backups, archives, media |
|
||||
| Neverwinter | `nfs-fast` | SSD | Medium | Database WAL, hot data |
|
||||
| Gravenhollow | `nfs-fast` | SSD (12.2 TB) | Medium-High | Database WAL, hot data, model cache |
|
||||
| Longhorn | `longhorn` | Local SSD | Distributed | Replicated app data |
|
||||
|
||||
## Node Labels
|
||||
@@ -182,6 +182,6 @@ All nodes are resolvable via:
|
||||
* [Khelben Arunsun](https://forgottenrealms.fandom.com/wiki/Khelben_Arunsun)
|
||||
* [Elminster](https://forgottenrealms.fandom.com/wiki/Elminster_Aumar)
|
||||
* [Candlekeep](https://forgottenrealms.fandom.com/wiki/Candlekeep)
|
||||
* [Neverwinter](https://forgottenrealms.fandom.com/wiki/Neverwinter)
|
||||
* [Gravenhollow](https://forgottenrealms.fandom.com/wiki/Gravenhollow)
|
||||
* Related: [ADR-0035](0035-arm64-worker-strategy.md) - ARM64 Worker Strategy
|
||||
* Related: [ADR-0011](0011-kuberay-unified-serving.md) - KubeRay Unified Serving
|
||||
|
||||
Reference in New Issue
Block a user