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:
@@ -31,8 +31,8 @@ flowchart TB
|
||||
end
|
||||
|
||||
subgraph Infrastructure["🏰 Locations (Off-Cluster Infrastructure)"]
|
||||
Candlekeep["📚 candlekeep<br/>Synology NAS<br/>nfs-default<br/><i>Library Fortress</i>"]
|
||||
Neverwinter["❄️ neverwinter<br/>TrueNAS Scale (SSD)<br/>nfs-fast<br/><i>Jewel of the North</i>"]
|
||||
Candlekeep["📚 candlekeep<br/>QNAP NAS<br/>nfs-slow<br/><i>Library Fortress</i>"]
|
||||
Gravenhollow["🪨 gravenhollow<br/>TrueNAS Scale (SSD)<br/>nfs-fast · 12.2 TB<br/><i>Living Memory</i>"]
|
||||
Waterdeep["🏙️ waterdeep<br/>Mac Mini<br/>Dev Workstation<br/><i>City of Splendors</i>"]
|
||||
end
|
||||
|
||||
@@ -44,7 +44,7 @@ flowchart TB
|
||||
end
|
||||
|
||||
ControlPlane -.->|"etcd"| ControlPlane
|
||||
Wizards -.->|"Fast Storage"| Neverwinter
|
||||
Wizards -.->|"Fast Storage"| Gravenhollow
|
||||
Wizards -.->|"Backups"| Candlekeep
|
||||
Rogues -.->|"NFS Mounts"| Candlekeep
|
||||
Fighters -.->|"NFS Mounts"| Candlekeep
|
||||
@@ -60,5 +60,5 @@ flowchart TB
|
||||
class Khelben,Elminster,Drizzt,Danilo,Regis wizard
|
||||
class Durnan,Elaith,Jarlaxle,Mirt,Volo rogue
|
||||
class Wulfgar fighter
|
||||
class Candlekeep,Neverwinter,Waterdeep location
|
||||
class Candlekeep,Gravenhollow,Waterdeep location
|
||||
class AI,Edge,Compute,Storage workload
|
||||
|
||||
Reference in New Issue
Block a user