-
Notifications
You must be signed in to change notification settings - Fork 316
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
Merge development to master branch to publish Capri Milestone-2 #636
Merged
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
fix devsds syntax error
Fix devsds syntax error
* First update Signed-off-by: leonwanghui <wanghui71leon@gmail.com> * Fix some bugs * Fix some bugs in dock module Signed-off-by: leonwanghui <wanghui71leon@gmail.com> * Fix some errors in unit test Signed-off-by: leonwanghui <wanghui71leon@gmail.com> * modified devsds * Fix some ci bugs and update docker-compose file Signed-off-by: leonwanghui <wanghui71leon@gmail.com> * Remove some unused dependencies * Fix some bugs Signed-off-by: leonwanghui <wanghui71leon@gmail.com> * Fix some errors * Fix some build errors
* password encryption and decryption * fix bugs * fix bugs * fix bug * Delete graceful and socket order options
…into second-part
optimize configuration feature and remove some un-used code
* password encryption and decryption * fix bugs * fix bugs * fix bug * Delete graceful and socket order options * fix some encryption bugs * Test encryption and decryption * change file name and fix issue * delete file * change file name and fix issue
…into second-part
Signed-off-by: leonwanghui <wanghui71leon@gmail.com>
add unit test and fix some bugs
Signed-off-by: leonwanghui <wanghui71leon@gmail.com>
[Apiserver decouple] Second part
Test the configuration file only to make unit test execution faster.
Fix some issues related to the fusionstorage iscsi mapping.
Signed-off-by: leonwanghui <wanghui71leon@gmail.com>
Add some test cases in client package
Change the projectId to tenantId in swagger
Run go fmt to update the code
This patch will add NVMeoF support. The NVMe over Fabrics (NVMeOF) is an emerging technology, and it gives data centers unprecedented access to NVMe SSD storage. Like iSCSI, NVMeОF is a network protocol used to communicate between a host and a storage system over a network (aka fabric). Signed-off-by: Shixin Yang <shixin.yang@intel.com> Signed-off-by: Wenjie Liu <wenjie.liu@intel.com> Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
CI failed. |
lgtm |
#632 NVMeoF should be merged into milestone-2 |
Ok |
contrib: add NVMeoF support
@wisererik Please take a look at this patch, thanks! |
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.
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: