Comment 10 for bug 1357500

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/493563
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=8e2bb674c4a82f8ced1e4849b802af6166491691
Submitter: Zuul
Branch: master

commit 8e2bb674c4a82f8ced1e4849b802af6166491691
Author: wangyao <email address hidden>
Date: Mon Aug 14 22:31:26 2017 +0800

    Add volume size verify for replica based on master

    According bug description, replica should has volume size at least
    as much as the master. Otherwise it maybe cause exception for
    replica data. To solve this problem,I added judgement for volume
    size when create a replica, which not smaller than master
    volume size. And make this function as configurable by
    CONF.verify_replica_volume_size.
    Also provide a test case to validate the method.

    Change-Id: I5e110ce672c1b1715bca1727d70d656301cd0d43
    Closes-Bug: #1357500