diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-08-23 20:44:44 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-08-23 20:44:44 +0530 |
| commit | d314b052f837db9a45a6aac8b8da003ae7d51fca (patch) | |
| tree | 0932d229623efb7204dc4ca271b68d4e5a38fa2e /src/com.gluster.storage.management.console.help/html/concepts | |
| parent | 7818bc9924b823d0bd3fb9ced5db2c1afcaeae41 (diff) | |
Latest help contents
Diffstat (limited to 'src/com.gluster.storage.management.console.help/html/concepts')
3 files changed, 9 insertions, 16 deletions
diff --git a/src/com.gluster.storage.management.console.help/html/concepts/about_gmc.html b/src/com.gluster.storage.management.console.help/html/concepts/about_gmc.html index cb944ce8..ef79927b 100644 --- a/src/com.gluster.storage.management.console.help/html/concepts/about_gmc.html +++ b/src/com.gluster.storage.management.console.help/html/concepts/about_gmc.html @@ -10,9 +10,7 @@ type="text/css" media="screen" /> <body> <h1>About Gluster Management Console</h1> -Gluster Management Console is a Java application that provides a single point of control to build, manage, and maintain your Gluster storage cluster. - -You can use theconsole's GUI interface to perform the administrative tasks required to create and maintain an integrated environment. <p>You can use the Gluster Management Console to:</p> +Gluster Management Console is a Java application that provides a single interface to perform the administrative tasks such as create, manage, and maintain your storage cluster. <p>You can use the Gluster Management Console to:</p> <ul> <li>Create a Gluster Storage Cluster <li>Expand your cluster diff --git a/src/com.gluster.storage.management.console.help/html/concepts/about_gmg.html b/src/com.gluster.storage.management.console.help/html/concepts/about_gmg.html index f66bffa3..34f9c860 100644 --- a/src/com.gluster.storage.management.console.help/html/concepts/about_gmg.html +++ b/src/com.gluster.storage.management.console.help/html/concepts/about_gmg.html @@ -10,7 +10,7 @@ type="text/css" media="screen" /> <body>
<h1>Gluster Management Gateway</h1>
-Gluster Management Gateway provides simple and powerful ReST APIs for managing your Gluster Storage Cluster. It also hosts the Gluster Management Console binaries, which can be invoked from a browser using the Java Webstart. Gluster Management Console uses the ReST APIs for performing the administrative tasks on the Gluster Storage Cluster.
-<p><p><img src="../images/GMG_Architecture.jpg" alt="GlusterFS Architecture" />
+Gluster Management Gateway provides simple and powerful ReST APIs for managing your Gluster Storage Cluster. It also hosts the Gluster Management Console binaries, which can be launched from a browser using the Java Webstart. Gluster Management Console uses the ReST APIs for performing the administrative tasks on the Gluster Storage Cluster
+<p><p><img src="../images/GlusterMC_Architecture.jpg" alt="Gluster Management Gateway Architecture" />
</body>
-</html>
\ No newline at end of file +</html>
\ No newline at end of file diff --git a/src/com.gluster.storage.management.console.help/html/concepts/common_terms.html b/src/com.gluster.storage.management.console.help/html/concepts/common_terms.html index 0aa9edf9..ccf6d218 100644 --- a/src/com.gluster.storage.management.console.help/html/concepts/common_terms.html +++ b/src/com.gluster.storage.management.console.help/html/concepts/common_terms.html @@ -10,6 +10,10 @@ type="text/css" media="screen" /> <body> <h1>Common Cluster Terminologies</h1> +<p><b>Cluster</b></p> +<p>A cluster is a group of linked computers, working together closely thus in many respects forming a single computer.</p> +<p><b>Brick</b> +<p>Brick is the basic unit of storage, represented by an export directory on a server in the trusted storage pool.</p> <p><b>Network</b></p> <p>A network is a collection of interconnected computers able to communicate with each other and transfer information back and forth.</p> @@ -41,15 +45,6 @@ example) a separate volume for each user's home directory, you keep all of the user's files together, but separate from those of other users. This is an administrative convenience that is impossible if the partition is the smallest unit of storage.</p> -<p><b>Mount Points</b></p> -<p>The previous section discussed how each volume corresponds -logically to a directory in the file system: the volume keeps together -on one partition all the data in the files residing in the directory. -The directory that corresponds to a volume is called its root directory, -and the mechanism that associates the directory and volume is called a -mount point. A mount point is similar to a symbolic link in the file -tree that specifies which volume contains the files kept in a directory. -A mount point is not an actual symbolic link; its internal structure is -different. + </body> </html>
\ No newline at end of file |
