summarylogtreecommitdiffstats
path: root/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml43
1 files changed, 33 insertions, 10 deletions
diff --git a/config.xml b/config.xml
index 68f851ad72dd..b08e4b150293 100644
--- a/config.xml
+++ b/config.xml
@@ -45,6 +45,15 @@
<supportedVMs> 128 </supportedVMs>
</mockup>
+ <!-- Procoproxy update forwarding configuration settings
+ <updateForwarding>
+ <enabled>false</enabled>
+ <hostName>localhost</hostName>
+ <port>5002</port>
+ <useSsl>false</useSsl>
+ </updateForwarding>
+ -->
+
<!-- Frequency of memory checker -->
<!-- <memoryCheckerTimeInSecs> 30 </memoryCheckerTimeInSecs> -->
@@ -257,8 +266,7 @@
<ssl>
<doVersionCheck> false </doVersionCheck>
<libraryPath>/usr/lib/vmware</libraryPath>
- <!-- allowed SSL/TLS protocol versions -->
- <!-- <protocols>tls1.0,tls1.1,tls1.2</protocols> -->
+ <useCompression> true </useCompression>
<!-- timeouts for the SSL handshake. the default is 20 sec. -->
<!-- <handshakeTimeoutMs>60000</handshakeTimeoutMs> -->
@@ -593,6 +601,22 @@
<!-- The file containing the hardware info mockup -->
<hwInfo>/etc/vmware/hostd/hwInfo.xml</hwInfo>
+ <!-- Whether to use the real network list or just use mockups -->
+ <!-- <loadRealNetworks> true </loadRealNetworks> -->
+
+ <!-- Whether to use the real pciPassthru list or just use mockups -->
+ <!-- <loadRealPciPassthru> true </loadRealPciPassthru> -->
+
+ <!-- Whether to use the real datastore list or just use mockups -->
+ <!-- <loadRealDatastores> true </loadRealDatastores> -->
+
+ <!-- Whether to use the real rdm list or the mockup list. -->
+ <!-- <loadRealRdmInfo> true </loadRealRdmInfo> -->
+
+ <!-- Whether to use the real device (cd,flp,serial,||,sound) -->
+ <!-- list or the mockup. -->
+ <!-- <loadRealHwInfo> true </loadRealHwInfo> -->
+
<!-- Controls to enable/disable expressions in the RDM filter -->
<!-- <rdmfilter> -->
<!-- Only show disks that are attached to shared storage. -->
@@ -605,6 +629,12 @@
<!-- <UsedAsVmRdm>true</UsedAsVmRdm> -->
<!-- </rdmfilter> -->
+ <!-- Whether to use the real rdm list or the mockup list. -->
+ <!-- <loadRealPassthroughInfo> true </loadRealPassthroughInfo> -->
+
+ <!-- Whether to populate usb info from the mockup list. -->
+ <!-- <loadRealUsbInfo> true </loadRealUsbInfo> -->
+
<!-- Disable Resource Pool Initialization -->
<!-- <disableResourcePoolInit> false </disableResourcePoolInit> -->
@@ -791,8 +821,6 @@
<cimsvc>
<path>libcimsvc.so</path>
<enabled>false</enabled>
- <maxSelEntries>40</maxSelEntries>
- <pollTime>90</pollTime>
</cimsvc>
<directorysvc>
@@ -859,11 +887,6 @@
<enabled>false</enabled>
</cbrcsvc>
- <hostspecsvc>
- <path>libhostspecsvc.so</path>
- <enabled>false</enabled>
- </hostspecsvc>
-
</plugins>
@@ -877,4 +900,4 @@
</locale>
-->
-</config> \ No newline at end of file
+</config>