Skip to content
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 Dev v2.1.0 into Master branch #305

Merged
merged 42 commits into from
Apr 15, 2019
Merged

Merge Dev v2.1.0 into Master branch #305

merged 42 commits into from
Apr 15, 2019

Commits on Dec 13, 2018

  1. Modify volume size unit from gb to gib (#286)

    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.
    olgashtivelman committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    654b1b4 View commit details
    Browse the repository at this point in the history
  2. UB-1757 Fix for error: concurrent map writes #285

    Fix for "concurrent map writes" error causing Ubiquity restart
    deeghuge authored and olgashtivelman committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    f455cba View commit details
    Browse the repository at this point in the history
  3. UB-1760 : Added Tuning for max_connection (#284)

    Changing postgresql max_connection to 1000 from current default 100.
    deeghuge authored and olgashtivelman committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    123decb View commit details
    Browse the repository at this point in the history
  4. UB-1761 - Changed order of defer function to avoid iterating and upda…

    …ting map at same time. (#282)
    
    Fixing error concurrent map iteration and map write error
    deeghuge authored and olgashtivelman committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    f422ef2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. UB-211: add build script

    tikolsky committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    b0aefe1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from IBM/feature/UB-211_move_build_script_to_git

    UB-211: add image build CI script to the repo
    tikolsky committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    14c5f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82aa37c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #290 from IBM/feature/UB-211_move_ci_build_to_ci_f…

    …older
    
    UB-211: move ci build script to ci folder
    tikolsky committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    1c4ad49 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. UB-1802 - build script will exit on error

    Ran Harel committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    bf9a572 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. UB-1622 provisioner long time for start in the installation phase (#291)

    * set timeout && retry when activate failed
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * update timeout interval to 30
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * increase activation timeout to 5 seconds
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    5d52b33 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    e84470e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. UB-1835 new rescan and delete method

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    7da11d1 View commit details
    Browse the repository at this point in the history
  2. update comments

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    fccbb3f View commit details
    Browse the repository at this point in the history
  3. add more ut

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    050050d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. added ut for fc connector

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    4e8c76e View commit details
    Browse the repository at this point in the history
  2. add ut for fc initiator

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    7017b87 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. added ut for fc initiator

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    1977185 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. update after review

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    192c79a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. fixed a defect

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    5ed4bd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. change lunNumber from int to float64

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    b48a4a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. rewrite the method of getting devices from multipath output

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    857dcc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. update after review

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    8d1cddd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    2cf3f18 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    d1d8a8b View commit details
    Browse the repository at this point in the history
  2. add lip reset

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    b01dc27 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Revert "set PV mountpoint chmod to 775"

    This reverts commit 2cf3f18.
    27149chen committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    71e6172 View commit details
    Browse the repository at this point in the history
  2. set RESET_LIP as env

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    ae27edc View commit details
    Browse the repository at this point in the history
  3. UB-1835 new rescan and delete method (#294)

    * UB-1835 new rescan and delete method
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * update comments
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * add more ut
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * added ut for fc connector
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * add ut for fc initiator
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * added ut for fc initiator
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * update after review
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * fixed a defect
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * change lunNumber from int to float64
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * rewrite the method of getting devices from multipath output
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * update after review
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    
    * set PV mountpoint chmod to 775
    
    * add lip reset
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    56e2f79 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/UB-1835_new_rescan' into dev

    # Conflicts:
    #	remote/mounter/block_device_utils/block_device_utils_test.go
    #	remote/mounter/initiator/linuxfc.go
    #	remote/mounter/initiator/linuxfc_test.go
    27149chen committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    7fb78c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    dfcc9d8 View commit details
    Browse the repository at this point in the history
  2. change LunNumber from float64 to int (#296)

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    91b55dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #297 from IBM/update_notices_file

    Update notices file for v2.1.0
    shay-berman committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    8e7f868 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Feature/ub 1941 unmount fix (#299)

    cleanup fc&iscsi devices after unmount
    27149chen committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    f01ccd3 View commit details
    Browse the repository at this point in the history
  2. UB-1951 increase client timeout

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    1236e31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1719153 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. removed ScbeDataModelWrapper by mistake

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    97a5aba View commit details
    Browse the repository at this point in the history
  2. UB-1941 unmount fix

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    9820a84 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Remove ubiquity slack notifications (#301)

    shay-berman committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    8994dcf View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. update script for pushing iamges to docker hub (#302)

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    3f22f0e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. UB-1977 exclude the warning messages in multipath output (#303)

    UB-1977 exclude the warning messages in multipath output
    
    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    b758e1f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. UB-1977 exclude the warning messages in multipath output

    Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
    27149chen committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    5b947e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Merge branch 'master' into dev

    shay-berman committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    36cac8b View commit details
    Browse the repository at this point in the history