blob: 2f9e13dc6b1e662750c9c6985a4c1f90ca64bc10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<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 and start a new volume (featuring a single global namespace)
</li><li>Start a volume that is currently stopped
</li><li>Stop a volume that is currently running
</li><li>Migrate a volume
</li><li>Delete a volume from your storage environment </li></ul>
</body>
</html>
|