From b6ba39d013f51e4be4f258264fde3e55b0ebafb1 Mon Sep 17 00:00:00 2001 From: Jonathan Basseri Date: Thu, 30 Jan 2020 14:26:39 -0800 Subject: [PATCH] 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. --- .../storage/vsphere/vsphere_zone_support.go | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/test/e2e/storage/vsphere/vsphere_zone_support.go b/test/e2e/storage/vsphere/vsphere_zone_support.go index 3e879601c85..ad8d8c27394 100644 --- a/test/e2e/storage/vsphere/vsphere_zone_support.go +++ b/test/e2e/storage/vsphere/vsphere_zone_support.go @@ -42,26 +42,26 @@ import ( The test environment is illustrated below: datacenter-1 - --->cluster-vsan-1 (zone-a) ____________________ _________________ - --->host-1 : master | | | | - --->host-2 : node1 ___________________ | | | | - --->host-3 (zone-c): node2 | || vsanDatastore | | | - | localDatastore || | | | - |___________________||____________________| | sharedVmfs-0 | - --->cluster-vsan-2 (zone-b) ____________________ | | - --->host-4 : node3 | | | | - --->host-5 : node4 | vsanDatastore (1) | | | - --->host-6 | | | | - |____________________| |_________________| - --->cluster-3 (zone-c) ___________________ - --->host-7 : node5 | | - | localDatastore (1)| - |___________________| + --->cluster-vsan-1 (zone-a) ____________________ _________________ + --->host-1 : master | | | | + --->host-2 : node1 ___________________ | | | | + --->host-3 (zone-c): node2 | || vsanDatastore | | | + | localDatastore || | | | + |___________________||____________________| | sharedVmfs-0 | + --->cluster-vsan-2 (zone-b) ____________________ | | + --->host-4 : node3 | | | | + --->host-5 : node4 | vsanDatastore (1) | | | + --->host-6 | | | | + |____________________| |_________________| + --->cluster-3 (zone-c) ___________________ + --->host-7 : node5 | | + | localDatastore (1)| + |___________________| datacenter-2 - --->cluster-1 (zone-d) ___________________ - --->host-8 : node6 | | - | localDatastore | - |___________________| + --->cluster-1 (zone-d) ___________________ + --->host-8 : node6 | | + | localDatastore | + |___________________| 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.