Comment 3 for bug 1781382

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

Reviewed: https://review.openstack.org/582134
Committed: https://git.openstack.org/cgit/openstack/charm-nova-compute/commit/?id=2f9bbed3a9a3b1a541124f484ae324a809262fb5
Submitter: Zuul
Branch: master

commit 2f9bbed3a9a3b1a541124f484ae324a809262fb5
Author: Edward Hope-Morley <email address hidden>
Date: Thu Jul 12 11:27:22 2018 +0100

    Enable discard

    By default discard/trim requests are disabled for libvirt. This
    patch enables them by default although in order to actually use
    them, instances still need be using scsi disk devices. Also this
    patch only permits Nova storage (e.g. instance root disk) to use
    discard. For Cinder volumes this must be enabled in Cinder.

    Change-Id: Iceb22fe5206629bc7b4096f518b8977c2e14def3
    Closes-Bug: #1781382