forked from vmware-archive/vsphere-storage-for-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vmdkops_admin.py - ImportError: No module named argparse #647 #1
Closed
shuklanirdesh82
wants to merge
21
commits into
shuklanirdesh82:first.shuklanirdesh82
from
vmware-archive:master
Closed
vmdkops_admin.py - ImportError: No module named argparse #647 #1
shuklanirdesh82
wants to merge
21
commits into
shuklanirdesh82:first.shuklanirdesh82
from
vmware-archive:master
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
SSH keys need to be encrypted and stored in .drone.sec
Include the ssh keys to be used in container.
* First checkin for admin CLI to handle multi-tenancy. * Address comments from Mark. * Remove code which are commented out. * Address additional comments from Mark. * Address comments from Prashant.
…in vmdk_ops.py. Introduce getLock() to dynamically create or reuse existing locks. Address @msterin comments and remove the vmci lock. Address @andrewjstone comments and fix race condition. Address @govint comments and also log unhandled exceptions in VSI code.
… of 128. There's no need to call listen() on socket in every vmci_get_one_op(). Fix retry loop in esx_vmdkcmd.Run() Address @msterin comments
This is a ***workaround*** to the timing/locking with metadata files. issue #626
… unhandled exceptions.
…anager. The version of sqlite.so in place don't allow runtime change of threading mode with sqlite3_config()
…requests in same thread.
Deserialize and handle request execution with threads in vmdk_ops.py
shuklanirdesh82
added a commit
that referenced
this pull request
Jun 17, 2017
1. Adding --rm flag while mounting volume so that containers is removed automatically 2. Test code cleanup while addressing #1 3. Reverting extra logging change added as part of vmware-archive#1388
shuklanirdesh82
added a commit
that referenced
this pull request
Jun 17, 2017
1. Adding --rm flag while mounting volume so that containers is removed automatically 2. Test code cleanup while addressing #1 3. Reverting extra logging change added as part of vmware-archive#1388
shuklanirdesh82
added a commit
that referenced
this pull request
Jun 21, 2017
1. Adding --rm flag while mounting volume so that containers is removed automatically 2. Test code cleanup while addressing #1 3. Reverting extra logging change added as part of vmware-archive#1388
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Testing Done:
Tested on ESX 6.0U2, 6.5 and 5.5.
using ESX 6.0U2 & 6.5: VIB installation using above command executed successfully.
using ESX 5.5: following error message has observed.
[DependencyError]
VIB VMWare_bootbank_esx-vmdkops-service_0.7.a8d00fc-0.0.1 requires esx-version >= 6.0.0, but the requirement cannot be satisfied within the ImageProfile.
Please refer to the log file for more details.