diff options
Diffstat (limited to 'Documentation/filesystems/gfs2.txt')
-rw-r--r-- | Documentation/filesystems/gfs2.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/filesystems/gfs2.txt b/Documentation/filesystems/gfs2.txt index cc4f2306609..4cda926628a 100644 --- a/Documentation/filesystems/gfs2.txt +++ b/Documentation/filesystems/gfs2.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | Global File System | 1 | Global File System |
2 | ------------------ | 2 | ------------------ |
3 | 3 | ||
4 | https://fedorahosted.org/cluster/wiki/HomePage | 4 | http://sources.redhat.com/cluster/wiki/ |
5 | 5 | ||
6 | GFS is a cluster file system. It allows a cluster of computers to | 6 | GFS is a cluster file system. It allows a cluster of computers to |
7 | simultaneously use a block device that is shared between them (with FC, | 7 | simultaneously use a block device that is shared between them (with FC, |
@@ -30,8 +30,7 @@ needed, simply: | |||
30 | 30 | ||
31 | If you are using Fedora, you need to install the gfs2-utils package | 31 | If you are using Fedora, you need to install the gfs2-utils package |
32 | and, for lock_dlm, you will also need to install the cman package | 32 | and, for lock_dlm, you will also need to install the cman package |
33 | and write a cluster.conf as per the documentation. For F17 and above | 33 | and write a cluster.conf as per the documentation. |
34 | cman has been replaced by the dlm package. | ||
35 | 34 | ||
36 | GFS2 is not on-disk compatible with previous versions of GFS, but it | 35 | GFS2 is not on-disk compatible with previous versions of GFS, but it |
37 | is pretty close. | 36 | is pretty close. |
@@ -40,6 +39,8 @@ The following man pages can be found at the URL above: | |||
40 | fsck.gfs2 to repair a filesystem | 39 | fsck.gfs2 to repair a filesystem |
41 | gfs2_grow to expand a filesystem online | 40 | gfs2_grow to expand a filesystem online |
42 | gfs2_jadd to add journals to a filesystem online | 41 | gfs2_jadd to add journals to a filesystem online |
43 | tunegfs2 to manipulate, examine and tune a filesystem | 42 | gfs2_tool to manipulate, examine and tune a filesystem |
43 | gfs2_quota to examine and change quota values in a filesystem | ||
44 | gfs2_convert to convert a gfs filesystem to gfs2 in-place | 44 | gfs2_convert to convert a gfs filesystem to gfs2 in-place |
45 | mount.gfs2 to help mount(8) mount a filesystem | ||
45 | mkfs.gfs2 to make a filesystem | 46 | mkfs.gfs2 to make a filesystem |