nova/doc
Zack Cornelius cbc28f0d15 Implement file backed memory for instances in libvirt
File backed memory is enabled per Nova compute host. When enabled, host
will report 'file_backed_memory_capacity' for available memory.

When enabled, instances will create memory backing files in the
directory specified in libvirt's qemu.conf file 'memory_backing_dir'
config option.

This feature is not compatible with memory overcommit, and requires
'ram_allocation_ratio' to be set to 1.0

Change-Id: I676291ec0faa1dea0bd5050ef8e3426d171de4c6
Implements: blueprint libvirt-file-backed-memory
2018-06-20 11:25:06 -05:00
..
api_samples Add trusted_image_certificates to REST API 2018-06-13 15:52:59 -04:00
ext Python 3 fix for sphinx doc 2018-02-15 14:26:45 +01:00
notification_samples Add full traceback to ExceptionPayload in versioned notifications 2018-06-19 16:46:46 +08:00
source Implement file backed memory for instances in libvirt 2018-06-20 11:25:06 -05:00
test [doc]remove nova-cert leftover in doc 2018-05-03 17:47:49 +08:00
README.rst Fix the file name of development-environment.rst 2018-06-07 15:26:08 +09:00
requirements.txt Add osprofiler config options to generated reference 2018-06-16 12:46:19 +00:00

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: https://docs.openstack.org/nova/latest/

API guide docs are built to: https://developer.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/contributor/development-environment.rst.