diff options
-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/ |