nova/nova/tests
Kashyap Chamarthy ca03fe8737 libvirt: Don't disregard cache mode for instance boot disks
One of the things this commit:

    commit 14c38ac0f2
    Author: Kashyap Chamarthy <kchamart@redhat.com>
    Date:   Thu Jul 20 19:01:23 2017 +0200

        libvirt: Post-migration, set cache value for Cinder volume(s)

    [...]

did was to supposedly remove "duplicate" calls to _set_cache_mode().

But that came back to bite us.

Now, while the Cinder volumes are taken care of w.r.t handling its cache
value during migration, but the above referred commit (14c38ac) seemed
to introduce a regression because it disregards the 'disk_cachemodes'
Nova config parameter altogether for boot disks -- i.e. even though if
a user set the cache mode to be 'writeback', it's ignored and
instead 'none' is set unconditionally.

Add the _set_cache_mode() calls back in _get_guest_storage_config().

Co-Authored-By: melanie witt <melwittt@gmail.com>

Closes-Bug: #1727558

 Conflicts:
	nova/virt/libvirt/driver.py

NOTE(melwitt): The conflict is from a helper function
_get_scsi_controller in ocata that doesn't exist in newton.

Change-Id: I7370cc2942a6c8c51ab5355b50a9e5666cca042e
(cherry picked from commit 24e79bcbf7)
(cherry picked from commit 60d6e87cac)
(cherry picked from commit fc10b54f25)
2017-10-26 22:47:20 +00:00
..
functional Remove unused placement_database config options 2017-10-24 10:04:04 -04:00
live_migration/hooks Use tempest tox with regex first 2016-09-19 20:05:16 +00:00
unit libvirt: Don't disregard cache mode for instance boot disks 2017-10-26 22:47:20 +00:00
__init__.py
fixtures.py Use StableObjectJsonFixture from o.vo 2016-08-29 11:52:10 -04:00
uuidsentinel.py Add uuidsentinel test module 2015-12-14 11:28:55 +01:00