]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc: Fixes parameter name in rbd configuration on openstack havana/icehouse 13403/head
authorMichael Eischer <michael.eischer@fau.de>
Mon, 13 Feb 2017 19:58:49 +0000 (20:58 +0100)
committerMichael Eischer <michael.eischer@fau.de>
Mon, 13 Feb 2017 20:10:56 +0000 (21:10 +0100)
commit877245e69ee042348f3d76014638c1e6aa2ed57f
tree199d45b36dcfe1fa0b4f07ebc1522c7a95bd6e9b
parentdf2e1fd84ec1bfce298b0ba9a87ba7230837b0ec
doc: Fixes parameter name in rbd configuration on openstack havana/icehouse

The documentation for using rbd together with openstack havana/icehouse
states that the parameter libvirt_disk_cachemodes should be added to
the nova.conf file. However, this is the only parameter that has no
legacy name with a 'libvirt_' prefix. (See
https://github.com/openstack/nova/blob/icehouse-eol/nova/virt/libvirt/driver.py#L252
for the configuration option)
Thus the configured disk_cachemodes were not applied, defaulting to
no caching.

Fixes: #17978
Signed-off-by: Michael Eischer <michael.eischer@fau.de>
doc/rbd/rbd-openstack.rst