modernize

[Imported from Trac: page TestGrid, version 96]
exarkun 2021-10-05 13:14:38 +00:00
parent 60e3d86a86
commit 6ceec41545

@ -1,60 +1,36 @@
<div style="background: #ffd; border: 1px solid darkred; margin:0; padding: 10px;display: inline-block;">
<h1 style="margin-left: 0px !important;">This Page is Outdated</h1>
<p>The public test grid has been discontinued.</p>
</div>
----
# The Public Test Grid # The Public Test Grid
This page is about the "Public Test Grid", which is also called the "pubgrid". The pubgrid has several purposes: This page is about the "Public Test Grid", which is also called the "pubgrid". The pubgrid has several purposes:
* to make it easier for people new to tahoe to begin to experiment * to make it easier for people new to Tahoe-LAFS to begin to experiment
* to enable small-scale trial use of tahoe * to enable small-scale trial use of Tahoe-LAFS
* to help the tahoe community gain experience with grids of heterogenous servers without a pre-existing social organization * to help the Tahoe-LAFS community gain experience with grids of heterogeneous servers without a pre-existing social organization
The pubgrid also has two critical non-goals The pubgrid also has two critical non-goals:
* The pubgrid is not intended to provide large-scale storage, and it is not intended to be reliable. Don't store any data in the pubgrid if losing it would cause trouble. * The pubgrid is not intended to provide large-scale storage, and it is not intended to be reliable. Don't store any data in the pubgrid if losing it would cause trouble.
* Don't view the pubgrid as a free hundreds-of-MB backup service. * Don't view the pubgrid as a free hundreds-of-MB backup service.
## How To Connect To The Public Test Grid ## How To Connect To The Public Test Grid
The test grid is subject to being updated at random times, so compatibility The test grid is subject to being updated at random times, so compatibility is likely to break without notice.
is likely to break without notice. Also note that an upgrade could require all Also note that an upgrade could require all files and directories to be flushed, especially as storage formats change.
files and directories to be flushed, especially as storage formats change.
The test grid is currently running an 1.0.0-compatible release (allmydata-tahoe: 1.9.2) (see "My versions" on the welcome page for the current version of the web gateway server). The introducer fURL for the testgrid is `pb://fodk4doc64febdoxke3a4ddfyanz7ajd@tcp:testgrid.tahoe-lafs.org:5000/el4fo3rm2h22cnilukmjqzyopdgqxrd2`.
Set up the code according to source:docs/quickstart.rst and source:docs/running.rst. This creates a client node in the `.tahoe` subdirectory of your home directory. Edit the following lines into the `.tahoe/tahoe.cfg` file:
| |
|---|
| node<br>nickname = **Another nickname than "None"** |
| client<br>introducer.furl = **pb://hckqqn4vq5ggzuukfztpuu4wykwefa6d@publictestgrid.twilightparadox.com:50213,publictestgrid.lukas-pirl.de:50213,publictestgrid.e271.net:50213,68.62.95.247:50213/introducer** |
Then run `bin/tahoe start`.
## Publicly writable test directory
We created a shared public directory: feel free to use it for experimentation -- once your node is up and listening on port 3456, [this URL](http://127.0.0.1:3456/uri/URI%3ADIR2%3Addg5n76x6stjb35psrcn7i3ytu%3Aetbtnftlaeylm4gmi7mxzq6pg2ntgra7dyjeronyoo4pvkgtttqa/) should give you access to that directory.
URI:DIR2:ddg5n76x6stjb35psrcn7i3ytu:etbtnftlaeylm4gmi7mxzq6pg2ntgra7dyjeronyoo4pvkgtttqa . Note that anyone may view and change this data.
## Social Norms ## Social Norms
By running a client node, you can store data in the pubgrid. The storage is provided by people who run storage nodes, and they share disk space and network capacity as a courtesy to the tahoe community in order to help newcomers and promote experimentation. By running a client node you can store data in the pubgrid.
The storage is provided by people who run storage nodes.
They share disk space and network capacity as a courtesy to the Tahoe community in order to help newcomers and promote experimentation.
Norms for the pubgrid are similar to those for some private grids: Norms for the pubgrid are similar to those for some private grids:
* If you are just trying out tahoe and not contributing a server, only store a small amount of data, perhaps 1-20 MB. This is perfectly fine; people contribute resources so that new people can experiment. * If you are just trying out tahoe and not contributing a server, only store a small amount of data, perhaps 1-20 MB.
* If you are a more serious pubgrid participant, contribute some amount of disk space and run stable servers with public IP addresses (so that clients can connect to them). Then, only store about half as much in shares (3.3x expansion for 3/10 encoding) as you provide in storage. This is perfectly fine; people contribute resources so that new people can experiment.
* People storing more than the above small amounts of data, as well as those running servers should be on the [tahoe-dev mailing list](http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev). * If you are a more serious pubgrid participant, contribute some amount of disk space and run stable servers with public IP addresses (so that clients can connect to them).
Then, only store about half as much in shares (3.3x expansion for 3/10 encoding) as you provide in storage.
* People storing more than the above small amounts of data, as well as those running servers should be on the [tahoe-dev mailing list](https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev).
Suggested server setup: Suggested server setup:
@ -62,22 +38,17 @@ Suggested server setup:
## Status ## Status
The status of the pubgird can be checked by either looking at your nodes status page or checking <http://stats.pingdom.com/cvvac5t8l4fv/1300061>. That pingom page has been configured to verify that the introducers TCP port is reachable, but does not verify the status of any storage nodes. The status of the pubgrid can be checked by either looking at your nodes status page.
The community would welcome the contribution of a monitoring system for the grid.
## History
A version of the pubgrid existed until some time in 2012, when the introducer was lost. In February of 2013, a new introducer was created, resulting in a change of furl.
It is an interesting philosophical question as to whether the pubgrid with the new introducer is a different grid or not. If servers that had been connecting to the new introducer are repointed to the new introducer, it can be considered the same grid with a change of introducer, with the property that files from the old grid may still be accessible.
## Cautions ## Cautions
The canonical way to access Tahoe-LAFS grids is to run your own client node. Having one's own node is necessary for the data that should remain private (plaintext, capabilities) to remain on your computers, while storage nodes provide storage of ciphertext. However, writing to the publically-writeable test directory (below) means that others can see and change your files. The canonical way to access Tahoe-LAFS grids is to run your own client node.
Having one's own node is necessary for the data that should remain private (plaintext, capabilities) to remain on your computers,
## Other Public Volunteer Grids while storage nodes provide storage of ciphertext.
* [VolunteerGrid2](http://www.bigpig.org/) **(Discontinued)**
## Contact Info ## Contact Info
If the pubgrid introducer appears to be down, either send an email to the tahoe-dev mailing list or contact PRab on irc://irc.libera.chat/tahoe-lafs If the pubgrid introducer appears to be down then either send an email to the tahoe-dev mailing list or get in touch on irc://irc.libera.chat/tahoe-lafs.
Note that because storage servers are contributed by the community it will probably be true that not all advertised storage servers are always available.
Only the operators of those storage servers will have the ability to address such situations.