diff options
author | Andreas Dilger <andreas.dilger@intel.com> | 2015-08-24 11:11:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-13 12:28:27 -0400 |
commit | d98229f0299d5d5a741873c5900159844b2b2de5 (patch) | |
tree | 972e5b5049bb4e51d52b542bb984a6f4a1410cce | |
parent | a6ee5ac15ddf2425a066339f1ab030c97ec74b25 (diff) |
staging/lustre: change Lustre URLs and mailing list
Now that the lustre.org domain has been liberated we can again
use that for the main website URL and mailing list.
Also update the URL for userspace tools downloads and Git repo.
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | drivers/staging/lustre/README.txt | 16 |
2 files changed, 8 insertions, 12 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7ba7ab749c85..c4c7804fb8e3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9904,8 +9904,8 @@ F: drivers/staging/media/lirc/ | |||
9904 | STAGING - LUSTRE PARALLEL FILESYSTEM | 9904 | STAGING - LUSTRE PARALLEL FILESYSTEM |
9905 | M: Oleg Drokin <oleg.drokin@intel.com> | 9905 | M: Oleg Drokin <oleg.drokin@intel.com> |
9906 | M: Andreas Dilger <andreas.dilger@intel.com> | 9906 | M: Andreas Dilger <andreas.dilger@intel.com> |
9907 | L: HPDD-discuss@lists.01.org (moderated for non-subscribers) | 9907 | L: lustre-devel@lists.lustre.org (moderated for non-subscribers) |
9908 | W: http://lustre.opensfs.org/ | 9908 | W: http://wiki.lustre.org/ |
9909 | S: Maintained | 9909 | S: Maintained |
9910 | F: drivers/staging/lustre | 9910 | F: drivers/staging/lustre |
9911 | 9911 | ||
diff --git a/drivers/staging/lustre/README.txt b/drivers/staging/lustre/README.txt index cf0ca50ff83b..0676243eea9e 100644 --- a/drivers/staging/lustre/README.txt +++ b/drivers/staging/lustre/README.txt | |||
@@ -14,10 +14,8 @@ Unlike shared disk storage cluster filesystems (e.g. OCFS2, GFS, GPFS), | |||
14 | Lustre has independent Metadata and Data servers that clients can access | 14 | Lustre has independent Metadata and Data servers that clients can access |
15 | in parallel to maximize performance. | 15 | in parallel to maximize performance. |
16 | 16 | ||
17 | In order to use Lustre client you will need to download lustre client | 17 | In order to use Lustre client you will need to download the "lustre-client" |
18 | tools from | 18 | package that contains the userspace tools from http://lustre.org/download/ |
19 | https://downloads.hpdd.intel.com/public/lustre/latest-feature-release/ | ||
20 | the package name is lustre-client. | ||
21 | 19 | ||
22 | You will need to install and configure your Lustre servers separately. | 20 | You will need to install and configure your Lustre servers separately. |
23 | 21 | ||
@@ -76,12 +74,10 @@ Mount Options | |||
76 | 74 | ||
77 | More Information | 75 | More Information |
78 | ================ | 76 | ================ |
79 | You can get more information at | 77 | You can get more information at the Lustre website: http://wiki.lustre.org/ |
80 | OpenSFS website: http://lustre.opensfs.org/about/ | ||
81 | Intel HPDD wiki: https://wiki.hpdd.intel.com | ||
82 | 78 | ||
83 | Out of tree Lustre client and server code is available at: | 79 | Source for the userspace tools and out-of-tree client and server code |
84 | http://git.whamcloud.com/fs/lustre-release.git | 80 | is available at: http://git.hpdd.intel.com/fs/lustre-release.git |
85 | 81 | ||
86 | Latest binary packages: | 82 | Latest binary packages: |
87 | http://lustre.opensfs.org/download-lustre/ | 83 | http://lustre.org/download/ |