be70453021
Partial-Bug: #1407581 Closes-Bug: 1478544 Closes-Bug: 1483231 Closes-Bug: 1483192 Closes-Bug: 1489638 Change-Id: I46b990567343dbeed4b99c06c1c006555f3ea645
71 lines
3.7 KiB
XML
71 lines
3.7 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><option>dynamic_memory_ratio</option> = <replaceable>1.0</replaceable></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><option>enable_instance_metrics_collection</option> = <replaceable>False</replaceable></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><option>force_hyperv_utils_v1</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Force V1 WMI utility classes</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>instances_path_share</option> = <replaceable></replaceable></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><option>limit_cpu_features</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Required for live migration among hosts with different CPU features</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>mounted_disk_query_retry_count</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) The number of times to retry checking for a disk mounted via iSCSI.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>mounted_disk_query_retry_interval</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) Interval between checks for a mounted iSCSI disk, in seconds.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>power_state_check_timeframe</option> = <replaceable>60</replaceable></td>
|
|
<td>(IntOpt) The timeframe to be checked for instance power state changes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>power_state_event_polling_interval</option> = <replaceable>2</replaceable></td>
|
|
<td>(IntOpt) Instance power state change event polling frequency.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>qemu_img_cmd</option> = <replaceable>qemu-img.exe</replaceable></td>
|
|
<td>(StrOpt) Path of qemu-img command which is used to convert between different image types</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>vswitch_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) External virtual switch Name, if not provided, the first external virtual switch is used</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>wait_soft_reboot_seconds</option> = <replaceable>60</replaceable></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>
|