diff options
author | Mike Marshall <hubcap@omnibond.com> | 2018-04-04 14:05:48 -0400 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2018-04-04 14:05:48 -0400 |
commit | 8e9ba5c48ea690060a814fbac6a8c046ab935d79 (patch) | |
tree | a2bfc8e2ca504ec0e770c2dcf75d17a01adf77d8 /Documentation | |
parent | dd0980226f89c89e531a64b34a2a350358de46dd (diff) | |
download | linux-8e9ba5c48ea690060a814fbac6a8c046ab935d79.tar.bz2 |
Orangefs: documentation updates
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/orangefs.txt | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/Documentation/filesystems/orangefs.txt b/Documentation/filesystems/orangefs.txt index 9f8e7902d31d..f4ba94950e3f 100644 --- a/Documentation/filesystems/orangefs.txt +++ b/Documentation/filesystems/orangefs.txt @@ -21,10 +21,16 @@ Orangefs features include: * Stateless -MAILING LIST -============ +MAILING LIST ARCHIVES +===================== -http://beowulf-underground.org/mailman/listinfo/pvfs2-users +http://lists.orangefs.org/pipermail/devel_lists.orangefs.org/ + + +MAILING LIST SUBMISSIONS +======================== + +devel@lists.orangefs.org DOCUMENTATION @@ -123,16 +129,17 @@ Start the server. /opt/osf/sbin/pvfs2-server /etc/pvfs2.conf -Now the server is running. At this point you might like to -prove things are working with. +Now the server should be running. Pvfs2-ls is a simple +test to verify that the server is running. /opt/ofs/bin/pvfs2-ls /pvfsmnt -If stuff seems to be working, turn on the client core. +If stuff seems to be working, load the kernel module and +turn on the client core. /opt/ofs/sbin/pvfs2-client -p /opt/osf/sbin/pvfs2-client-core -Mount your filesystem (load the kernel module first if necessary). +Mount your filesystem. mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt |