vmware-archive / vsphere-storage-for-docker

vSphere Storage for Docker
https://vmware.github.io/vsphere-storage-for-docker
Apache License 2.0
251 stars 95 forks source link

Part 1: Enabling vFile tests on 6.0 ESX #1949

Closed ashahi1 closed 6 years ago

ashahi1 commented 6 years ago

This PR fixes issue #1947

shuklanirdesh82 commented 6 years ago

@ashahi1 your proposed changes look good, you may want to check upon CI failure.

FAIL: advanced_vfile_test.go:69: AdvancedVFileTestSuite.TestVFileVolumeLifecycle

advanced_vfile_test.go:76:
    c.Assert(err, IsNil, Commentf(out))
... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc420011ee0), Stderr:[]uint8(nil)} ("exit status 1")
... Error response from daemon: create vfilevolume623934: VolumeDriver.Create: Failed to create volume vfilevolume623934. Reason: Failed to create etcd client
luomiao commented 6 years ago

This is the same problem we have met with 6.5.

This means the port for ETCD is not open on those 6.0 photon os VMs. @ashahi1 you need to open them the same way as what we have done at 6.5 side.