This file is indexed.

/usr/share/doc/lava-server-doc/html/lava-scheduler.html is in lava-server-doc 2014.09.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>LAVA Scheduler summary help &mdash; LAVA Server 2014.09.1 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '2014.09.1',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="shortcut icon" href="_static/favicon.ico"/>
    <link rel="top" title="LAVA Server 2014.09.1 documentation" href="index.html" />
    <link rel="next" title="Detailed device information in LAVA Scheduler" href="lava-scheduler-device-help.html" />
    <link rel="prev" title="Packaging lava-server for distributions" href="packaging.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="lava-scheduler-device-help.html" title="Detailed device information in LAVA Scheduler"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="packaging.html" title="Packaging lava-server for distributions"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">LAVA Server 2014.09.1 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="lava-scheduler-summary-help">
<span id="scheduler-help"></span><h1>LAVA Scheduler summary help<a class="headerlink" href="#lava-scheduler-summary-help" title="Permalink to this headline"></a></h1>
<div class="section" id="device-type-overview">
<h2>Device Type Overview<a class="headerlink" href="#device-type-overview" title="Permalink to this headline"></a></h2>
<div class="section" id="overall-status">
<h3>Overall status<a class="headerlink" href="#overall-status" title="Permalink to this headline"></a></h3>
<blockquote>
<div><dl class="docutils">
<dt>Online devices</dt>
<dd>The number of devices online and the number of devices defined (includes
Offline devices but not Retired devices). This is a link which
takes to the page which shows a table with offline devices at the
top along with the device type, status and restrictions (if any).</dd>
<dt>Passing health checks</dt>
<dd>Each <a class="reference internal" href="glossary.html#term-device-type"><em class="xref std std-term">device type</em></a> can have a single <a class="reference internal" href="glossary.html#term-health-check"><em class="xref std std-term">health check</em></a> job
defined which is run automatically. Passing health checks
indicates the total number of devices that are passing health
checks. It is a link which takes to a page that lists the health
status of the devices (excluding Retired devices) with a link to
the last run health job - &#8220;Last Report Job&#8221;.</dd>
</dl>
</div></blockquote>
</div>
<div class="section" id="reports">
<h3>Reports<a class="headerlink" href="#reports" title="Permalink to this headline"></a></h3>
<blockquote>
<div><dl class="docutils">
<dt>All devices</dt>
<dd>List of all the devices available (includes Offline devices and
Retired devices). This is a link which takes to the page which
shows a table with all devices sorted alphabetically based on the
hostname along with the device type, the worker host to which this
device belongs to, status and restrictions (if any) and the device
health status.</dd>
<dt>All Active devices</dt>
<dd>Same as &#8220;All devices&#8221; explained above, but does not include
devices that are Retired.</dd>
<dt>All Device Health</dt>
<dd>List of all devices (without Retired devices) with their health
status. Shows a link to the last health job that was run on this
device and the health job completion time.</dd>
</dl>
</div></blockquote>
</div>
<div class="section" id="device-types">
<h3>Device types<a class="headerlink" href="#device-types" title="Permalink to this headline"></a></h3>
<blockquote>
<div>The number of idle, offline, busy or restricted devices of the
specified type. Click on the <a class="reference internal" href="glossary.html#term-device-type"><em class="xref std std-term">device type</em></a> to see details of
who has access to a <a class="reference internal" href="glossary.html#term-restricted-device"><em class="xref std std-term">restricted device</em></a>. If a device is
counted as restricted, it can be idle, offline or busy and is
included in the respective totals. Queue column refers to the number
of jobs that are waiting to grab the corresponding device type.</div></blockquote>
</div>
</div>
<div class="section" id="active-jobs">
<h2>Active Jobs<a class="headerlink" href="#active-jobs" title="Permalink to this headline"></a></h2>
<blockquote>
<div>Jobs that are actively considered by the scheduler for
scheduling. The jobs with status such as &#8220;Submitted, Running&#8221; are
listed in this table.</div></blockquote>
</div>
<div class="section" id="workers">
<h2>Workers<a class="headerlink" href="#workers" title="Permalink to this headline"></a></h2>
<blockquote>
<div><p>The worker hosts that are connected to this LAVA installation, are
listed with details such as:</p>
<blockquote>
<div><ul class="simple">
<li>IP Address</li>
<li>Status: whether the worker host is reachable</li>
<li>Is Master?: is this the master node</li>
<li>Host Uptime: how long this worker node is up from last
reboot/boot</li>
<li>Architecture: system architecture of the worker host</li>
<li>Last Master Scheduler Tick: when was the scheduler daemon last
active in the master node</li>
</ul>
</div></blockquote>
</div></blockquote>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="index.html">
              <img class="logo" src="_static/linaro.png" alt="Logo"/>
            </a></p>
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">LAVA Scheduler summary help</a><ul>
<li><a class="reference internal" href="#device-type-overview">Device Type Overview</a><ul>
<li><a class="reference internal" href="#overall-status">Overall status</a></li>
<li><a class="reference internal" href="#reports">Reports</a></li>
<li><a class="reference internal" href="#device-types">Device types</a></li>
</ul>
</li>
<li><a class="reference internal" href="#active-jobs">Active Jobs</a></li>
<li><a class="reference internal" href="#workers">Workers</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="packaging.html"
                        title="previous chapter">Packaging lava-server for distributions</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="lava-scheduler-device-help.html"
                        title="next chapter">Detailed device information in LAVA Scheduler</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/lava-scheduler.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="lava-scheduler-device-help.html" title="Detailed device information in LAVA Scheduler"
             >next</a> |</li>
        <li class="right" >
          <a href="packaging.html" title="Packaging lava-server for distributions"
             >previous</a> |</li>
        <li><a href="index.html">LAVA Server 2014.09.1 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2010-2014, Linaro Limited.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
    </div>
  </body>
</html>