This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Fix Admin Cli command to list selected columns for Filesystem Type an… #845
Merged
kerneltime
merged 3 commits into
vmware-archive:master
from
ashahi1:listFileSystemColumn.ashahi1
Jan 9, 2017
Merged
Fix Admin Cli command to list selected columns for Filesystem Type an… #845
kerneltime
merged 3 commits into
vmware-archive:master
from
ashahi1:listFileSystemColumn.ashahi1
Jan 9, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kerneltime
approved these changes
Jan 4, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the commit and that will trigger the build. LGTM pending CI passing.
lipingxue
approved these changes
Jan 9, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
shuklanirdesh82
added a commit
to shuklanirdesh82/vsphere-storage-for-docker
that referenced
this pull request
Jan 9, 2017
adding missing pkg and sample test file a minor fix for CI to consume key from correct location correcting CI faiure reading SSH_KEY_OPT correctly code cleanup restarting CI run Adding support SSH_KEY_PATH for local test run, no need to set environment vars any more Adding target for e2e tests (addressing Ritesh's comment) Fix Admin Cli command to list selected columns for Filesystem Type an… (vmware-archive#845) * Fix Admin Cli command to list selected columns for Filesystem Type and Disk Format adding new test target @test-All
shuklanirdesh82
added a commit
to shuklanirdesh82/vsphere-storage-for-docker
that referenced
this pull request
Jan 9, 2017
adding missing pkg and sample test file a minor fix for CI to consume key from correct location correcting CI faiure reading SSH_KEY_OPT correctly code cleanup restarting CI run Adding support SSH_KEY_PATH for local test run, no need to set environment vars any more Adding target for e2e tests (addressing Ritesh's comment) Fix Admin Cli command to list selected columns for Filesystem Type an… (vmware-archive#845) * Fix Admin Cli command to list selected columns for Filesystem Type and Disk Format adding new test target @test-All
lipingxue
pushed a commit
that referenced
this pull request
Jan 10, 2017
#845) * Fix Admin Cli command to list selected columns for Filesystem Type and Disk Format
shuklanirdesh82
added a commit
to shuklanirdesh82/vsphere-storage-for-docker
that referenced
this pull request
Jan 10, 2017
adding missing pkg and sample test file a minor fix for CI to consume key from correct location correcting CI faiure reading SSH_KEY_OPT correctly code cleanup restarting CI run Adding support SSH_KEY_PATH for local test run, no need to set environment vars any more Adding target for e2e tests (addressing Ritesh's comment) Fix Admin Cli command to list selected columns for Filesystem Type an… (vmware-archive#845) * Fix Admin Cli command to list selected columns for Filesystem Type and Disk Format adding new test target @test-All adding inline comment adding test target to drone script (Addressing Ritesh's comment) testing out CI failure adding e2e-test target to pick up at CI using drone script
shuklanirdesh82
added a commit
that referenced
this pull request
Jan 10, 2017
* Supplying ssh keys and env variable to container for e2e testing adding missing pkg and sample test file a minor fix for CI to consume key from correct location correcting CI faiure reading SSH_KEY_OPT correctly code cleanup restarting CI run Adding support SSH_KEY_PATH for local test run, no need to set environment vars any more Adding target for e2e tests (addressing Ritesh's comment) Fix Admin Cli command to list selected columns for Filesystem Type an… (#845) * Fix Admin Cli command to list selected columns for Filesystem Type and Disk Format adding new test target @test-All adding inline comment adding test target to drone script (Addressing Ritesh's comment) testing out CI failure adding e2e-test target to pick up at CI using drone script * restarting CI test
lipingxue
pushed a commit
that referenced
this pull request
Jan 10, 2017
#845) * Fix Admin Cli command to list selected columns for Filesystem Type and Disk Format
lipingxue
pushed a commit
that referenced
this pull request
Jan 10, 2017
* Supplying ssh keys and env variable to container for e2e testing adding missing pkg and sample test file a minor fix for CI to consume key from correct location correcting CI faiure reading SSH_KEY_OPT correctly code cleanup restarting CI run Adding support SSH_KEY_PATH for local test run, no need to set environment vars any more Adding target for e2e tests (addressing Ritesh's comment) Fix Admin Cli command to list selected columns for Filesystem Type an… (#845) * Fix Admin Cli command to list selected columns for Filesystem Type and Disk Format adding new test target @test-All adding inline comment adding test target to drone script (Addressing Ritesh's comment) testing out CI failure adding e2e-test target to pick up at CI using drone script * restarting CI test
shaominchen
pushed a commit
that referenced
this pull request
Jan 11, 2017
* Supplying ssh keys and env variable to container for e2e testing adding missing pkg and sample test file a minor fix for CI to consume key from correct location correcting CI faiure reading SSH_KEY_OPT correctly code cleanup restarting CI run Adding support SSH_KEY_PATH for local test run, no need to set environment vars any more Adding target for e2e tests (addressing Ritesh's comment) Fix Admin Cli command to list selected columns for Filesystem Type an… (#845) * Fix Admin Cli command to list selected columns for Filesystem Type and Disk Format adding new test target @test-All adding inline comment adding test target to drone script (Addressing Ritesh's comment) testing out CI failure adding e2e-test target to pick up at CI using drone script * restarting CI test
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…d Disk Format
Fixes #844
After the change, I was able to see correct value for Disk Format and Filesystem Type.
I also ran the CI tests locally in a setup of one ESX and two VMs.