summaryrefslogtreecommitdiffstats
path: root/src/org.gluster.storage.management.console.help/html/gettingstarted/manage_volumes.html
blob: a37ed7b49e08fd00c6c23f4cf1bd452b7e03d4cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<link rel="stylesheet" href="../css/builder-gluster/style.css"
type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Managing Volumes</title>
</head>

<body>
<h1>Managing Volumes</h1>
<p>A volume is a logical collection of bricks where each brick is an
export directory on a server in the trusted storage pool. Most of the
Gluster management operations happen on the volume. The volume is the
designated unit of administration in GlusterFS, so managing them is a
large part of the administrator's duties. This section explains how to
manage the volumes stored on file server machines.
<p>You can use Volumes to do the following:
<ul>
	<li> Create  a new volume </li>
	<li>Start a volume </li>
	<li>Stop a volume </li>
	<li>Migrate a volume</li>
	<li>Rebalance a volume</li>
</ul>
<h2>Volume Summary</h2>
<p>The console also enables you to monitor the volumes in your cluster from the <b>Summary</b> tab. To display the summary of your volumes,
click the Volume node from the left pane of the console window. The summary of the volumes is displayed in the right pane of the console
window. It also displays <B>Tasks</B> and <B>Alerts</B> of all the volumes.
<p><img src="../images/GMC_Volume_Summary.jpg"  alt="Volume Summary" />

</body>
</html>