From 65943050394da0590f0a4842ece3893d10c60732 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 31 Aug 2023 21:14:05 +0100 Subject: [PATCH] Update readme.md --- TGJ Home/readme.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/TGJ Home/readme.md b/TGJ Home/readme.md index d62e8fb..adfd53c 100644 --- a/TGJ Home/readme.md +++ b/TGJ Home/readme.md @@ -15,23 +15,23 @@ TGJ-Node-1 ```mermaid flowchart TD B[VMs] - B --> BA[storage.internal] + B --> BA[winbows.internal] + BA -->|Boot Disk| DB + B --> BB[storage.internal] BA -->|Boot Disk| DA BA -->|Storage Blob| DB - B --> BB[winbows.internal] - BB -->|Boot Disk| DB - B --> BC[main-vm.swittcorp] - BC -->|Boot Disk| DD - B --> BD[petegregory.net] - BD -->|Boot Disk| DD - BD -->|Storage Blob| DD - B --> BE[pbs.internal] - BE -->|Boot Disk| DA - BE --> |NBD Storage| DB - BE --> |PBS Storage| DD - B --> BF[docker.internal] - BF -->|Boot Disk| DA - BF -->|Storage Blob| DB + B --> BC[docker.internal] + BC -->|Boot Disk| DA + BC -->|Storage Blob| DB + B --> BD[pbs.internal] + BD -->|Boot Disk| DA + BD --> |NBD Storage| DB + BD --> |PBS Storage| DD + B --> BE[main-vm.swittcorp] + BE -->|Boot Disk| DD + B --> BF[petegregory.net] + BF -->|Boot Disk| DD + BF -->|Storage Blob| DD C[CTs] D[Datastores] D --> DA[local-lvm]