This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Currently, the pvc unit is gib in yaml file, but ubiquity sent to scb with unit gb. That caused the volume size is not correct. As confirmed with SCB developer, SCB support both unit gib and gb. I just modify the unit from gb to gib in this patch.
Fix for "concurrent map writes" error causing Ubiquity restart
Changing postgresql max_connection to 1000 from current default 100.
…ting map at same time. (#282) Fixing error concurrent map iteration and map write error
UB-211: add image build CI script to the repo
…older UB-211: move ci build script to ci folder
* set timeout && retry when activate failed Signed-off-by: 27149chen <[email protected]> * update timeout interval to 30 Signed-off-by: 27149chen <[email protected]> * increase activation timeout to 5 seconds Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
This reverts commit 2cf3f18.
Signed-off-by: 27149chen <[email protected]>
* UB-1835 new rescan and delete method Signed-off-by: 27149chen <[email protected]> * update comments Signed-off-by: 27149chen <[email protected]> * add more ut Signed-off-by: 27149chen <[email protected]> * added ut for fc connector Signed-off-by: 27149chen <[email protected]> * add ut for fc initiator Signed-off-by: 27149chen <[email protected]> * added ut for fc initiator Signed-off-by: 27149chen <[email protected]> * update after review Signed-off-by: 27149chen <[email protected]> * fixed a defect Signed-off-by: 27149chen <[email protected]> * change lunNumber from int to float64 Signed-off-by: 27149chen <[email protected]> * rewrite the method of getting devices from multipath output Signed-off-by: 27149chen <[email protected]> * update after review Signed-off-by: 27149chen <[email protected]> * set PV mountpoint chmod to 775 * add lip reset Signed-off-by: 27149chen <[email protected]>
# Conflicts: # remote/mounter/block_device_utils/block_device_utils_test.go # remote/mounter/initiator/linuxfc.go # remote/mounter/initiator/linuxfc_test.go
Signed-off-by: 27149chen <[email protected]>
Update notices file for v2.1.0
cleanup fc&iscsi devices after unmount
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
UB-1977 exclude the warning messages in multipath output Signed-off-by: 27149chen <[email protected]>
Signed-off-by: 27149chen <[email protected]>
27149chen
approved these changes
Apr 15, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Merge all the dev code into master for v2.1.0.