Comment 18 for bug 1639691

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

Reviewed: https://review.openstack.org/468105
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=2c3ac543f4106171997752d5784732bda6e6bf3e
Submitter: Jenkins
Branch: master

commit 2c3ac543f4106171997752d5784732bda6e6bf3e
Author: Tim Burke <email address hidden>
Date: Thu May 25 09:40:47 2017 -0700

    Require that known-bad EC schemes be deprecated

    We said we were going to do it, we've had two releases saying we'd do
    it, we've even backported our saying it to Newton -- let's actually do
    it.

    Upgrade Consideration
    =====================

    Erasure-coded storage policies using isa_l_rs_vand and nparity >= 5 must
    be configured as deprecated, preventing any new containers from being
    created with such a policy. This configuration is known to harm data
    durability. Any data in such policies should be migrated to a new
    policy. See https://bugs.launchpad.net/swift/+bug/1639691 for more
    information.

    UpgradeImpact
    Related-Change: I50159c9d19f2385d5f60112e9aaefa1a68098313
    Change-Id: I8f9de0bec01032d9d9b58848e2a76ac92e65ab09
    Closes-Bug: 1639691