Comment 8 for bug 1634051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/newton)

Reviewed: https://review.openstack.org/393769
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=5046f4157de93f476bb4fca95c12c370e80d8cf3
Submitter: Jenkins
Branch: stable/newton

commit 5046f4157de93f476bb4fca95c12c370e80d8cf3
Author: Christian Schwede <email address hidden>
Date: Thu Oct 27 16:54:35 2016 +0200

    Add option to disable "d1" Swift device

    A default TripleO installation uses a local directory named "d1" to be
    used by Swift. With SwiftRawDisks set it is highly unlikely that that an
    operator wants to use this any longer, because it affects system
    perforamce and might result in an overfilled the system disk. In this
    case d1 should be no longer when building rings.

    This patch makes it possible to disable the d1 device usage in the ring
    building process by using a new option "SwiftUseLocalDir". This is set
    by default to true, not changing the default behavior. If set to false,
    the d1 device won't be used when building rings.

    Closes-Bug: 1634051
    Change-Id: Ia9ad38e3ffa533e170f4cedd0518d830e9b2fa69
    (cherry picked from commit 813b3dc4fc94745719afce7192ac24b153d1dbd8)