cb1f8a250e
Also update shared headers. Rename scheduling to scheduler to follow other projects. Move some options together. Partial-Bug: #1332366 Closes-Bug: #1352706 Closes-Bug: #1355568 Closes-Bug: #1355791 Change-Id: Icd765ce0da0f98bb45d227165a3d98da21efbdeb
63 lines
2.9 KiB
XML
63 lines
2.9 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_nova_hyperv">
|
|
<caption>Description of HyperV configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[hyperv]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>dynamic_memory_ratio = 1.0</td>
|
|
<td>(FloatOpt) Enables dynamic memory allocation (ballooning) when set to a value greater than 1. The value expresses the ratio between the total RAM assigned to an instance and its startup RAM amount. For example a ratio of 2.0 for an instance with 1024MB of RAM implies 512MB of RAM allocated at startup</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_instance_metrics_collection = False</td>
|
|
<td>(BoolOpt) Enables metrics collections for an instance by using Hyper-V's metric APIs. Collected data can by retrieved by other apps and services, e.g.: Ceilometer. Requires Hyper-V / Windows Server 2012 and above</td>
|
|
</tr>
|
|
<tr>
|
|
<td>force_hyperv_utils_v1 = False</td>
|
|
<td>(BoolOpt) Force V1 WMI utility classes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>instances_path_share = </td>
|
|
<td>(StrOpt) The name of a Windows share name mapped to the "instances_path" dir and used by the resize feature to copy files to the target host. If left blank, an administrative share will be used, looking for the same "instances_path" used locally</td>
|
|
</tr>
|
|
<tr>
|
|
<td>limit_cpu_features = False</td>
|
|
<td>(BoolOpt) Required for live migration among hosts with different CPU features</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mounted_disk_query_retry_count = 10</td>
|
|
<td>(IntOpt) The number of times to retry checking for a disk mounted via iSCSI.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mounted_disk_query_retry_interval = 5</td>
|
|
<td>(IntOpt) Interval between checks for a mounted iSCSI disk, in seconds.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>qemu_img_cmd = qemu-img.exe</td>
|
|
<td>(StrOpt) Path of qemu-img command which is used to convert between different image types</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vswitch_name = None</td>
|
|
<td>(StrOpt) External virtual switch Name, if not provided, the first external virtual switch is used</td>
|
|
</tr>
|
|
<tr>
|
|
<td>wait_soft_reboot_seconds = 60</td>
|
|
<td>(IntOpt) Number of seconds to wait for instance to shut down after soft reboot request is made. We fall back to hard reboot if instance does not shutdown within this window.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|