You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by st...@apache.org on 2011/10/10 01:05:32 UTC

svn commit: r1180755 - /incubator/tashi/site/docs/documentation-primitive.html

Author: stroucki
Date: Mon Oct 10 01:05:31 2011
New Revision: 1180755

URL: http://svn.apache.org/viewvc?rev=1180755&view=rev
Log:
have to add generated file

Added:
    incubator/tashi/site/docs/documentation-primitive.html

Added: incubator/tashi/site/docs/documentation-primitive.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/documentation-primitive.html?rev=1180755&view=auto
==============================================================================
--- incubator/tashi/site/docs/documentation-primitive.html (added)
+++ incubator/tashi/site/docs/documentation-primitive.html Mon Oct 10 01:05:31 2011
@@ -0,0 +1,123 @@
+<!-- Content Stylesheet for Site -->
+
+    
+<style type="text/css">
+table.simple {
+	border-width: 0px 0px 0px 0px;
+	border-spacing: 0px;
+	border-collapse: collapse;
+	width: 50%;
+}
+table.simple th {
+	border-width: 1px 1px 1px 1px;
+	padding: 1px 1px 1px 1px;
+	border-style: outset outset outset outset;
+}
+table.simple td {
+	border-width: 1px 1px 1px 1px;
+	padding: 1px 1px 1px 1px;
+	border-style: outset outset outset outset;
+}
+table.options {
+	border-width: 0px 0px 0px 0px;
+	border-spacing: 0px;
+	border-collapse: collapse;
+	width: 100%;
+	font-size: 70%;
+}
+table.options th {
+	border-width: 1px 1px 1px 1px;
+	padding: 1px 1px 1px 1px;
+	border-style: outset outset outset outset;
+}
+table.options td {
+	border-width: 1px 1px 1px 1px;
+	padding: 1px 1px 1px 1px;
+	border-style: outset outset outset outset;
+	vertical-align: top;
+}
+.lit {
+	font-family: courier;
+	font-size: 70%;
+	margin: 1em 2em 1em 2em;
+	padding: 0em 1em 0em 1em;
+	border: 1px dashed #0000FF;
+	background-color: #D0D0FF;
+}
+</style>
+
+<!-- start the processing -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+            <title>Apache Tashi - Documentation</title>
+        </head>
+
+        <body bgcolor="#ffffff" text="#000000" link="#525D76">
+            <table border="0" width="100%" cellspacing="5">
+                <tr>
+                <td align="left" valign="top">
+                    <img src="images/tashi-logo.png" align="left" valign="top"/>
+                </td>
+                <td align="right" valign="top" width="100%">
+                    <img src="images/apache-incubator-logo.png" align="right" valign="top"/>
+                </td>
+                </tr>
+                <tr>
+                <td align="left" valign="top">
+                    
+            <strong>Apache Tashi</strong>
+        <ul>
+                    <li>    <a href="./index.html">Home</a>
+</li>
+                    <li>    <a href="./license.html">License</a>
+</li>
+                    <li>    <a href="./downloads.html">Downloads</a>
+</li>
+                    <li>    <a href="./documentation.html">Documentation</a>
+</li>
+                    <li>    <a href="./committers.html">Committers</a>
+</li>
+                    <li>    <a href="./mailing_lists.html">Mailing Lists</a>
+</li>
+                    <li>    <a href="./faq.html">FAQ</a>
+</li>
+                    <li>    <a href="./road_map.html">Road Map</a>
+</li>
+                    <li>    <a href="./source_code.html">Source Code</a>
+</li>
+                    <li>    <a href="./coding_standards.html">Coding Standards</a>
+</li>
+                    <li>    <a href="./issue_tracking.html">Issue Tracking</a>
+</li>
+                    <li>    <a href="./dependencies.html">Dependencies</a>
+</li>
+                </ul>
+                    </td>
+                <td align="left" valign="top" width="100%">
+                                
+                                    <h2>The primitive scheduler</h2>
+                                                                        <p>
+The primitive scheduler examines the table of VMs for machines in the Pending state (requested, but not yet created), and based on the current available resources, will deploy the VM onto a machine it identified.
+</p>
+                                                                                                <p>
+Criteria for placing the VM include packing policy, host availability etc.
+</p>
+                                                                                                <p>
+The following hints are useful with the primitive scheduler:
+<ul>
+<li>densePack</li>
+This option sets a preference for matching VMs to hosts. If set to True, the scheduler will prefer placing a VM on a host with the minimum available resources. If set to False, the scheduler will prefer placement on a fully open host instead. Default policy is given via the scheduler configuration.
+</ul>
+</p>
+                                                                            </td>
+                </tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+