Fix comment whitespace

This test has a text diagram which used tab characters. By switching to
spaces, the diagram looks correct regardless of IDE settings.
This commit is contained in:
Jonathan Basseri 2020-01-30 14:26:39 -08:00
parent dc090f80d1
commit b6ba39d013

View File

@ -42,26 +42,26 @@ import (
The test environment is illustrated below: The test environment is illustrated below:
datacenter-1 datacenter-1
--->cluster-vsan-1 (zone-a) ____________________ _________________ --->cluster-vsan-1 (zone-a) ____________________ _________________
--->host-1 : master | | | | --->host-1 : master | | | |
--->host-2 : node1 ___________________ | | | | --->host-2 : node1 ___________________ | | | |
--->host-3 (zone-c): node2 | || vsanDatastore | | | --->host-3 (zone-c): node2 | || vsanDatastore | | |
| localDatastore || | | | | localDatastore || | | |
|___________________||____________________| | sharedVmfs-0 | |___________________||____________________| | sharedVmfs-0 |
--->cluster-vsan-2 (zone-b) ____________________ | | --->cluster-vsan-2 (zone-b) ____________________ | |
--->host-4 : node3 | | | | --->host-4 : node3 | | | |
--->host-5 : node4 | vsanDatastore (1) | | | --->host-5 : node4 | vsanDatastore (1) | | |
--->host-6 | | | | --->host-6 | | | |
|____________________| |_________________| |____________________| |_________________|
--->cluster-3 (zone-c) ___________________ --->cluster-3 (zone-c) ___________________
--->host-7 : node5 | | --->host-7 : node5 | |
| localDatastore (1)| | localDatastore (1)|
|___________________| |___________________|
datacenter-2 datacenter-2
--->cluster-1 (zone-d) ___________________ --->cluster-1 (zone-d) ___________________
--->host-8 : node6 | | --->host-8 : node6 | |
| localDatastore | | localDatastore |
|___________________| |___________________|
Testbed description : Testbed description :
1. cluster-vsan-1 is tagged with zone-a. So, vsanDatastore inherits zone-a since all the hosts under zone-a have vsanDatastore mounted on them. 1. cluster-vsan-1 is tagged with zone-a. So, vsanDatastore inherits zone-a since all the hosts under zone-a have vsanDatastore mounted on them.