Update git submodules

* Update trove from branch 'master'
  - Merge "Add Redis datastore upgrade"
  - Add Redis datastore upgrade
    
    This patch adds support for upgrading Redis datastore - both single
    instance and cluster.
    
    It is achievied in a similar way to MySQL/Mariadb. Steps are:
        + For each node do:
            + stop database
            + preserve configuration files,
            + unmount data volume,
            + create new instance with new datastore,
            + enter restarting mode
            + mount data volume,
            + restore configuration files,
            + reload datastore
    
    Note that due to the Redis Cluster design and Trove approach (all
    nodes are master nodes) we do not perform real rolling upgrade - some
    Redis slots may be unavailable while upgrading node associated with
    them.
    
    This patch adds also a user documentation about upgrading datastores
    using Redis as an example.
    
    Story: #2005421
    Task: #30443
    Co-Authored-By: Kasper Hasior <k.hasior@samsung.com>
    Change-Id: I60cddb3a41d2cc7024cbec3d2fd2038d79446507
    Signed-off-by: Kasper Hasior <k.hasior@samsung.com>
This commit is contained in:
Zuul 2019-05-20 09:20:56 +00:00 committed by Gerrit Code Review
parent 6854792296
commit 43de274d1b
1 changed files with 1 additions and 1 deletions

2
trove

@ -1 +1 @@
Subproject commit 8da960b8eb845bae3437fe31824909da344406a6
Subproject commit a038b356fd657992ff3f8e681dfc0b6e53741d83