2020-06-04 17:03:51 -04:00
|
|
|
<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
|
2008-07-17 16:47:09 -07:00
|
|
|
<head>
|
2010-05-29 10:25:42 -07:00
|
|
|
<title>Tahoe-LAFS - Deep Check Results</title>
|
2011-11-17 21:49:23 +00:00
|
|
|
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
|
2011-12-17 03:32:01 +00:00
|
|
|
<link href="/icon.png" rel="shortcut icon" />
|
2008-07-17 16:47:09 -07:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2020-06-04 17:03:51 -04:00
|
|
|
<meta t:render="refresh" />
|
2008-07-17 16:47:09 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2020-06-04 17:03:51 -04:00
|
|
|
<h1>Deep-Check Results for root SI=<span t:render="root_storage_index" /></h1>
|
2008-07-17 16:47:09 -07:00
|
|
|
|
2020-06-04 17:03:51 -04:00
|
|
|
<h2 t:render="reload" />
|
2008-10-21 17:03:07 -07:00
|
|
|
|
2008-09-07 12:44:56 -07:00
|
|
|
<p>Counters:</p>
|
2008-07-17 16:47:09 -07:00
|
|
|
<ul>
|
2020-06-15 14:29:33 -04:00
|
|
|
<li>Objects Checked: <span><t:transparent t:render="objects_checked" /></span></li>
|
|
|
|
<li>Objects Healthy: <span><t:transparent t:render="objects_healthy" /></span></li>
|
|
|
|
<li>Objects Unhealthy: <span><t:transparent t:render="objects_unhealthy" /></span></li>
|
|
|
|
<li>Objects Unrecoverable: <span><t:transparent t:render="objects_unrecoverable" /></span></li>
|
|
|
|
<li>Corrupt Shares: <span><t:transparent t:render="count_corrupt_shares" /></span></li>
|
2008-07-17 16:47:09 -07:00
|
|
|
</ul>
|
|
|
|
|
2020-06-04 17:03:51 -04:00
|
|
|
<div t:render="problems_p">
|
2008-09-07 12:44:56 -07:00
|
|
|
<h2>Files/Directories That Had Problems:</h2>
|
2008-07-17 16:47:09 -07:00
|
|
|
|
2020-06-04 17:46:34 -04:00
|
|
|
<ul t:render="problems">
|
2020-07-15 13:24:20 -04:00
|
|
|
<li t:render="item">
|
|
|
|
<t:slot name="problem" />
|
|
|
|
</li>
|
2020-07-14 20:50:12 -04:00
|
|
|
<li t:render="empty">None</li>
|
2008-07-17 16:47:09 -07:00
|
|
|
</ul>
|
2008-09-07 12:44:56 -07:00
|
|
|
</div>
|
2008-07-17 16:47:09 -07:00
|
|
|
|
2008-09-07 12:44:56 -07:00
|
|
|
|
2020-06-04 17:03:51 -04:00
|
|
|
<div t:render="servers_with_corrupt_shares_p">
|
2008-09-07 12:44:56 -07:00
|
|
|
<h2>Servers on which corrupt shares were found</h2>
|
2020-06-04 17:46:34 -04:00
|
|
|
<ul t:render="servers_with_corrupt_shares">
|
2020-07-15 13:24:20 -04:00
|
|
|
<li t:render="item">
|
|
|
|
<t:slot name="problem" />
|
|
|
|
</li>
|
2020-06-15 13:34:11 -04:00
|
|
|
<li t:render="empty">None</li>
|
2008-07-17 16:47:09 -07:00
|
|
|
</ul>
|
2008-09-07 12:44:56 -07:00
|
|
|
</div>
|
|
|
|
|
2020-06-04 17:03:51 -04:00
|
|
|
<div t:render="corrupt_shares_p">
|
2008-09-07 12:44:56 -07:00
|
|
|
<h2>Corrupt Shares</h2>
|
|
|
|
<p>If repair fails, these shares need to be manually inspected and removed.</p>
|
2020-06-04 17:46:34 -04:00
|
|
|
<table t:render="corrupt_shares">
|
2020-07-15 16:21:46 -04:00
|
|
|
<tr t:render="header">
|
2020-07-15 13:24:32 -04:00
|
|
|
<th>Server</th>
|
|
|
|
<th>Server Nickname</th>
|
|
|
|
<th>Storage Index</th>
|
|
|
|
<th>Share Number</th>
|
2008-09-07 12:44:56 -07:00
|
|
|
</tr>
|
2020-06-15 13:59:22 -04:00
|
|
|
<tr t:render="item">
|
2020-06-04 17:03:51 -04:00
|
|
|
<td><t:slot name="serverid"/></td>
|
|
|
|
<td><t:slot name="nickname"/></td>
|
|
|
|
<td><t:slot name="si"/></td>
|
|
|
|
<td><t:slot name="shnum"/></td>
|
2008-09-07 12:44:56 -07:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
2020-06-04 17:46:34 -04:00
|
|
|
<div t:render="return_to" />
|
2008-07-17 16:47:09 -07:00
|
|
|
|
2008-08-11 21:03:26 -07:00
|
|
|
<div>
|
2008-09-07 12:44:56 -07:00
|
|
|
<h2>All Results</h2>
|
2020-06-04 17:46:34 -04:00
|
|
|
<table t:render="all_objects">
|
2020-07-15 16:21:46 -04:00
|
|
|
<tr t:render="header">
|
2020-07-15 13:24:32 -04:00
|
|
|
<th>Relative Path</th>
|
|
|
|
<th>Healthy</th>
|
|
|
|
<th>Recoverable</th>
|
|
|
|
<th>Storage Index</th>
|
|
|
|
<th>Summary</th>
|
2008-08-11 21:03:26 -07:00
|
|
|
</tr>
|
2020-06-15 14:23:23 -04:00
|
|
|
<tr t:render="item">
|
2020-06-04 17:03:51 -04:00
|
|
|
<td><t:slot name="path"/></td>
|
|
|
|
<td><t:slot name="healthy"/></td>
|
|
|
|
<td><t:slot name="recoverable"/></td>
|
|
|
|
<td><tt><t:slot name="storage_index"/></tt></td>
|
|
|
|
<td><t:slot name="summary"/></td>
|
2008-08-11 21:03:26 -07:00
|
|
|
</tr>
|
2020-07-15 16:24:11 -04:00
|
|
|
<tr t:render="empty">
|
|
|
|
<td>Nothing to report yet.</td>
|
|
|
|
</tr>
|
2008-08-11 21:03:26 -07:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
2020-06-04 17:03:51 -04:00
|
|
|
<div t:render="runtime" />
|
2008-08-12 20:34:26 -07:00
|
|
|
|
2008-07-17 16:47:09 -07:00
|
|
|
</body>
|
|
|
|
</html>
|