forked from zfsonlinux/zfsonlinux.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.html
81 lines (78 loc) · 2.52 KB
/
docs.html
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
<html>
<head>
<title>ZFS on Linux</title>
<meta name="keyword" content="zfs, linux"/>
<meta name="description" content="ZFS on Linux Documentation." />
<meta name="robots" content="all" />
</head>
<body>
<center>
<a href="index.html"><img title="Native ZFS on Linux" alt="Native ZFS on Linux" src="images/zfs-linux.png"></a>
<table width=80%>
<tr bgcolor="#dddddd">
<th colspan=2> Documentation </th>
</tr>
<tr>
<td width="30%">
<a href="http://wiki.illumos.org/display/illumos/ZFS">
Illumos ZFS Documentation</a></td>
<td>The upstream home for open source ZFS development.</td>
</tr>
<tr>
<td width="30%">
<a href="http://pthree.org/2012/04/17/install-zfs-on-debian-
gnulinux/"</a>ZFS on Linux User Guide</a></td>
<td>Aaron Toponce's user guide for ZFS on Linux.</td>
</tr>
<tr>
<td width="30%">
<a href="http://docs.oracle.com/cd/E19253-01/819-5461/">
Solaris ZFS Administration Guide</a></td>
<td> The official administration guide written for Solaris,
the majority of it is directly applicable to ZFS on Linux.</td>
</tr>
</table>
<table width=80%>
<tr bgcolor="#dddddd">
<th colspan=5> Presentations </th>
</tr>
<tr>
<td>ZFS on Linux for Lustre</td>
<td><a href="http://sc10.supercomputing.org/schedule/
event_detail.php?evid=bof186">Supercomputing 2010</a></td>
<td><a href="docs/SC10_BoF_ZFS_on_Linux_for_Lustre.pdf">
pdf</a></td>
<td></td>
<td>Birds of a Feather session for ZFS on Linux for Lustre</td>
</tr>
<tr>
<td>ZFS on Linux for Lustre</td>
<td><a href="http://www.olcf.ornl.gov/event/lug-2011/">
Lustre User Group 2011</a></td>
<td><a href="docs/LUG11_ZFS_on_Linux_for_Lustre.pdf">
pdf</a></td>
<td><a href="http://insidehpc.com/2011/04/14/video-zfs-on-linux-for-lustre/">video</a></td>
<td>Technical session for ZFS on Linux for Lustre</td>
</tr>
<tr>
<td>Sequoia's 55PB Lustre+ZFS Filesystem</td>
<td><a href="http://www.opensfs.org/lug">
Lustre User Group 2012</a></td>
<td><a href="docs/LUG12_ZFS_Lustre_for_Sequoia.pdf">
pdf</a></td>
<td><a href="http://insidehpc.com/2012/04/24/video-sequoias-55pb-lustrezfs-filesystem/">video</a></td>
<td>Technical session for Lustre+ZFS at scale on Sequoia</td>
</tr>
<tr>
<td>Sequoia and the ZFS OSD</td>
<td><a href="http://www.opensfs.org/lug">
Lustre User Group 2013</a></td>
<td><a href="docs/Morrone_Sequoia_LUG2013.pdf">
pdf</a></td>
<td><a href="https://www.youtube.com/watch?v=j3bBg19YsKI">video</a></td>
<td>Technical session for Lustre+ZFS at scale on Sequoia</td>
</tr>
</table>
</center>
</body>
</html>